| 123456789101112131415161718 |
- package com.xuxueli;
- import org.junit.Test;
- import static org.junit.Assert.assertTrue;
- /**
- * Unit test for simple App.
- */
- public class AppTest {
- /**
- * Rigorous Test :-)
- */
- @Test
- public void shouldAnswerWithTrue() {
- assertTrue(true);
- }
- }
|