1
0

JUnit tests moved to Maven

This commit is contained in:
2014-06-15 15:56:34 +01:00
parent 0ee8692ebb
commit 273606e3d6
5 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
package test;
package ksiazka.kucharska;
import static org.junit.Assert.*;

View File

@@ -1,4 +1,4 @@
package test;
package ksiazka.kucharska;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

View File

@@ -1,4 +1,4 @@
package test;
package ksiazka.kucharska;
import static org.junit.Assert.*;