chore: Proiect

This commit is contained in:
Fándly Gergő
2021-01-12 20:21:04 +02:00
parent b9b0716eb8
commit 464a635f1a
17 changed files with 759 additions and 14 deletions

View File

@ -1,14 +0,0 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package Lab05;
import org.junit.Test;
import static org.junit.Assert.*;
public class LibraryTest {
@Test public void testSomeLibraryMethod() {
Library classUnderTest = new Library();
assertTrue("someLibraryMethod should return 'true'", classUnderTest.someLibraryMethod());
}
}