Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 395c3b6

Browse files
author
jclc
committed
setup method
1 parent 9b4769f commit 395c3b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/test/java/fi/helsinki/cs/tmc/cli/tmcstuff/FeedbackHandlerTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import fi.helsinki.cs.tmc.cli.io.ExternalsUtil;
44

5+
import org.junit.Before;
56
import org.junit.runner.RunWith;
67
import org.powermock.core.classloader.annotations.PrepareForTest;
78
import org.powermock.modules.junit4.PowerMockRunner;
@@ -10,4 +11,8 @@
1011
@PrepareForTest(ExternalsUtil.class)
1112
public class FeedbackHandlerTest {
1213

14+
@Before
15+
public void setup() {
16+
17+
}
1318
}

0 commit comments

Comments
 (0)