refactoring
This commit is contained in:
@@ -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