mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-18 04:14:50 -08:00
Test methods shall not be static
This commit is contained in:
parent
e86135a792
commit
1139c2bd6c
|
@ -150,11 +150,6 @@ public class KnockoutTCKTest {
|
|||
knockoutTest.nonMutableIntArray();
|
||||
}
|
||||
|
||||
@Test
|
||||
public static void triggerEvent(String id, String ev) throws Exception {
|
||||
KnockoutTest.triggerEvent(id, ev);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void displayContentOfArray() throws Exception {
|
||||
knockoutTest.displayContentOfArray();
|
||||
|
|
Loading…
Reference in New Issue
Block a user