Newer
Older
Architecture / src / test / java / ArchitectureTest / LibraryTest.java
m1924003 on 16 May 2019 423 bytes package名変更
/*
 * This Java source file was generated by the Gradle 'init' task.
 */
package ArchitectureTest;

import org.junit.Test;

import architectureTest.Library;

import static org.junit.Assert.*;

public class LibraryTest {
    @Test public void testSomeLibraryMethod() {
        Library classUnderTest = new Library();
        assertTrue("someLibraryMethod should return 'true'", classUnderTest.someLibraryMethod());
    }
}