package com.ugsbo.Buchhaltung; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; public class Test_Auswertung { @Before public void setUp() throws Exception {} @Test public void test() { fail("Not yet implemented"); } }