wuxw
2019-08-01 2f73a671db8bf132baaba12a5c2a9c3b611589e9
OrderService/src/test/java/com/java110/AppTest.java
New file
@@ -0,0 +1,20 @@
package com.java110;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
 * Unit test for simple App.
 */
public class AppTest
{
    /**
     * Rigorous Test :-)
     */
    @Test
    public void shouldAnswerWithTrue()
    {
        assertTrue( true );
    }
}