The default way to test a Play application is with JUnit. import static org.junit.Assert.*; import org.junit.Test; public class SimpleTest { @Test public ...
確定! 回上一頁