Test methods shall not be static

This commit is contained in:
Jaroslav Tulach 2017-05-08 13:38:15 +02:00 committed by Alexey Andreev
parent e86135a792
commit 1139c2bd6c

View File

@ -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();