吴学文
2019-04-14 85052310d5bf3c54e330454e9e77a6459bc63af3
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 );
    }
}