mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 10:17:39 +07:00
Testing test failure
This commit is contained in:
@ -94,6 +94,11 @@ public class ApplicationTests{
|
||||
state.set(State.menu);
|
||||
}
|
||||
|
||||
@Test
|
||||
void tryFail(){
|
||||
fail("a");
|
||||
}
|
||||
|
||||
@Test
|
||||
void initialization(){
|
||||
assertTrue(logic != null);
|
||||
|
Reference in New Issue
Block a user