public class MpMetricOptionalTest extends Object
Constructor and Description |
---|
MpMetricOptionalTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
static void |
setup() |
void |
testDeleteNoParam() |
void |
testGetAsync() |
void |
testGetContextParams() |
void |
testGetListParam() |
void |
testGetMappedArithException() |
void |
testGetMultiParam() |
void |
testGetNameObject() |
void |
testGetSingleParams() |
void |
testGetUnmappedArithException() |
void |
testPostMappedArithException() |
void |
testPostMultiParam() |
void |
testPostUnmappedArithException() |
void |
testSimpleRESTGet() |
void |
testSimpleRESTGetExplicit() |
void |
testSimpleRESTHead() |
void |
testSimpleRESTOptions() |
void |
testSimpleRESTPost() |
void |
testSimpleRESTPut() |
void |
testValidateGetJSONnoParam() |
void |
testValidateGetJSONParam() |
public static void setup() throws MalformedURLException
MalformedURLException
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
@RunAsClient @InSequence(value=1) public void testSimpleRESTGet() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=2) public void testSimpleRESTGetExplicit() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=3) public void testSimpleRESTOptions() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=4) public void testSimpleRESTHead() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=5) public void testSimpleRESTPut() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=6) public void testSimpleRESTPost() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=7) public void testDeleteNoParam() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=8) public void testGetSingleParams() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=9) public void testGetContextParams() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=10) public void testGetListParam() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=12) public void testGetMultiParam() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=13) public void testGetNameObject() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=14) public void testGetAsync() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=15) public void testPostMultiParam() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=16) public void testValidateGetJSONnoParam() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=17) public void testValidateGetJSONParam() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=18) public void testGetMappedArithException() throws InterruptedException
InterruptedException
@RunAsClient @InSequence(value=19) public void testPostMappedArithException()
@RunAsClient @InSequence(value=20) public void testGetUnmappedArithException()
@RunAsClient @InSequence(value=21) public void testPostUnmappedArithException()
Copyright © 2020 Eclipse Foundation. All rights reserved.