提交 | 用户 | 时间 | ||
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 | } |