Changeset 382 for trunk/EventBenchConsoleTest/src/de/ugoe
- Timestamp:
- 02/01/12 14:03:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsoleTest/src/de/ugoe/cs/eventbench/jfc/data/JFCEventTest.java
r378 r382 2 2 3 3 import org.junit.*; 4 4 5 import static org.junit.Assert.*; 5 6 … … 362 363 } 363 364 365 @Before 366 public void setUp() { 367 JFCTargetComparator.reset(); 368 } 364 369 365 370 public static void main(String[] args) {
Note: See TracChangeset
for help on using the changeset viewer.