mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -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();
|
knockoutTest.nonMutableIntArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public static void triggerEvent(String id, String ev) throws Exception {
|
|
||||||
KnockoutTest.triggerEvent(id, ev);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void displayContentOfArray() throws Exception {
|
public void displayContentOfArray() throws Exception {
|
||||||
knockoutTest.displayContentOfArray();
|
knockoutTest.displayContentOfArray();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user