rename tests for surefire to pick them up
This commit is contained in:
parent
7cda4df7e5
commit
270a04ebd0
|
@ -17,7 +17,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Text Message Spec testing the {@link Generator} and {@link Parser}
|
||||
*/
|
||||
public class ABCase1_1
|
||||
public class TestABCase1_1
|
||||
{
|
||||
private WebSocketPolicy policy = WebSocketPolicy.newServerPolicy();
|
||||
|
|
@ -18,7 +18,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Binary Message Spec testing the {@link Generator} and {@link Parser}
|
||||
*/
|
||||
public class ABCase1_2
|
||||
public class TestABCase1_2
|
||||
{
|
||||
private WebSocketPolicy policy = WebSocketPolicy.newServerPolicy();
|
||||
|
|
@ -19,7 +19,7 @@ import org.eclipse.jetty.websocket.parser.PingPayloadParser;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ABCase2
|
||||
public class TestABCase2
|
||||
{
|
||||
WebSocketPolicy policy = new WebSocketPolicy(WebSocketBehavior.SERVER);
|
||||
|
|
@ -5,7 +5,7 @@ import org.eclipse.jetty.websocket.frames.PingFrame;
|
|||
import org.eclipse.jetty.websocket.frames.PongFrame;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ABCase3
|
||||
public class TestABCase3
|
||||
{
|
||||
@Test( expected=IllegalArgumentException.class )
|
||||
public void testGenerateRSV1PingFrame()
|
|
@ -11,7 +11,7 @@ import org.eclipse.jetty.websocket.parser.Parser;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ABCase4
|
||||
public class TestABCase4
|
||||
{
|
||||
WebSocketPolicy policy = new WebSocketPolicy(WebSocketBehavior.SERVER);
|
||||
|
|
@ -20,7 +20,7 @@ import org.eclipse.jetty.websocket.parser.PingPayloadParser;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ABCase7_3
|
||||
public class TestABCase7_3
|
||||
{
|
||||
WebSocketPolicy policy = new WebSocketPolicy(WebSocketBehavior.SERVER);
|
||||
|
Loading…
Reference in New Issue