public class MpMetricOptionalTest extends Object
| Constructor and Description |
|---|
MpMetricOptionalTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
double |
parseMetricLineValue(String line) |
static void |
setup() |
void |
testDeleteNoParam() |
void |
testForNonZeroValues() |
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() |
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 testForNonZeroValues()
throws InterruptedException
InterruptedException@RunAsClient
@InSequence(value=15)
public void testPostMultiParam()
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()
public double parseMetricLineValue(String line)
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.