Compare commits
2 Commits
91c86037ad
...
0a9e00887c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a9e00887c | ||
|
|
75f683cdc2 |
@@ -0,0 +1,9 @@
|
|||||||
|
package DT_01_currentdate;
|
||||||
|
|
||||||
|
public class CurrentDateStart {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("TEST");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/*
|
|
||||||
* This Java source file was generated by the Gradle 'init' task.
|
|
||||||
*/
|
|
||||||
package DT_01_currentdate;
|
|
||||||
|
|
||||||
public class Library {
|
|
||||||
public boolean someLibraryMethod() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -8,7 +8,7 @@ import static org.junit.Assert.*;
|
|||||||
|
|
||||||
public class LibraryTest {
|
public class LibraryTest {
|
||||||
@Test public void testSomeLibraryMethod() {
|
@Test public void testSomeLibraryMethod() {
|
||||||
Library classUnderTest = new Library();
|
LibraryTest classUnderTest = new LibraryTest();
|
||||||
assertTrue("someLibraryMethod should return 'true'", classUnderTest.someLibraryMethod());
|
//assertTrue("someLibraryMethod should return 'true'", classUnderTest.someLibraryMethod());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user