initial project files
This commit is contained in:
14
lib/src/test/java/net/tomatentum/cutin/LibraryTest.java
Normal file
14
lib/src/test/java/net/tomatentum/cutin/LibraryTest.java
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* This source file was generated by the Gradle 'init' task
|
||||
*/
|
||||
package net.tomatentum.cutin;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class LibraryTest {
|
||||
@Test void someLibraryMethodReturnsTrue() {
|
||||
Library classUnderTest = new Library();
|
||||
assertTrue(classUnderTest.someLibraryMethod(), "someLibraryMethod should return 'true'");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user