mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-17 14:51:15 -08:00
Testing test failure
This commit is contained in:
parent
4db432b0a9
commit
f89bf027f7
1 changed files with 5 additions and 0 deletions
|
|
@ -94,6 +94,11 @@ public class ApplicationTests{
|
|||
state.set(State.menu);
|
||||
}
|
||||
|
||||
@Test
|
||||
void tryFail(){
|
||||
fail("a");
|
||||
}
|
||||
|
||||
@Test
|
||||
void initialization(){
|
||||
assertTrue(logic != null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue