all #20090 enable running java tests in actor,camel,cluster,persistence

This commit is contained in:
Konrad Malawski 2016-04-06 01:23:21 +02:00
parent 770c216ceb
commit 62d8a69fac
23 changed files with 57 additions and 23 deletions

View file

@ -9,11 +9,12 @@ import akka.japi.pf.Match;
import org.junit.Rule;
import org.junit.rules.ExpectedException;
import org.junit.Test;
import org.scalatest.junit.JUnitSuite;
import scala.MatchError;
import static org.junit.Assert.*;
public class MatchBuilderTest {
public class MatchBuilderTest extends JUnitSuite {
@Rule
public ExpectedException exception = ExpectedException.none();