懒羊羊
2023-08-30 bf6c368992d6901135dd07434854940288a4163c
提交 | 用户 | 时间
bf6c36 1 package org.example;
2
3 import static org.junit.Assert.assertTrue;
4
5 import org.junit.Test;
6
7 /**
8  * Unit test for simple App.
9  */
10 public class AppTest 
11 {
12     /**
13      * Rigorous Test :-)
14      */
15     @Test
16     public void shouldAnswerWithTrue()
17     {
18         assertTrue( true );
19     }
20 }