all #20090 enable running java tests in actor,camel,cluster,persistence
This commit is contained in:
parent
770c216ceb
commit
62d8a69fac
23 changed files with 57 additions and 23 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue