problems with md resolved

This commit is contained in:
Christoph Kroczek
2019-12-16 21:49:54 +01:00
parent 13659bf19f
commit e225a84eaa
8 changed files with 62 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1

View File

@@ -8,7 +8,7 @@ import static org.junit.Assert.*;
public class LibraryTest {
@Test public void testSomeLibraryMethod() {
Library classUnderTest = new Library();
final Library classUnderTest = new Library();
assertTrue("someLibraryMethod should return 'true'", classUnderTest.someLibraryMethod());
}
}