Don't mix JUnit 4 annotations with JUnit3 TestCase.

This commit is contained in:
akwizgran
2015-12-08 14:53:50 +00:00
parent 9158514abf
commit 123dff3a3d
66 changed files with 440 additions and 338 deletions

View File

@@ -2,9 +2,9 @@ package org.briarproject;
import java.lang.Thread.UncaughtExceptionHandler;
import junit.framework.TestCase;
import static org.junit.Assert.fail;
public abstract class BriarTestCase extends TestCase {
public abstract class BriarTestCase {
public BriarTestCase() {
// Ensure exceptions thrown on worker threads cause tests to fail