Newer
Older
Architecture / src / test / java / ArchitectureTest / LibraryTest.java
yoichiro on 5 Apr 2019 388 bytes new repository
/*
 * This Java source file was generated by the Gradle 'init' task.
 */
package ArchitectureTest;

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());
    }
}