rename tests for surefire to pick them up

This commit is contained in:
Jesse McConnell 2012-06-27 15:53:56 -05:00
parent 7cda4df7e5
commit 270a04ebd0
6 changed files with 6 additions and 6 deletions

View File

@ -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();

View File

@ -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();

View File

@ -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);

View File

@ -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()

View File

@ -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);

View File

@ -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);