Class MpMetricOptionalTest
java.lang.Object
org.eclipse.microprofile.metrics.test.optional.MpMetricOptionalTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchivedoubleparseMetricLineValue(String line) static voidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
MpMetricOptionalTest
public MpMetricOptionalTest()
-
-
Method Details
-
setup
- Throws:
MalformedURLException
-
createDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
testSimpleRESTGet
- Throws:
InterruptedException
-
testSimpleRESTGetExplicit
- Throws:
InterruptedException
-
testSimpleRESTOptions
- Throws:
InterruptedException
-
testSimpleRESTHead
- Throws:
InterruptedException
-
testSimpleRESTPut
- Throws:
InterruptedException
-
testSimpleRESTPost
- Throws:
InterruptedException
-
testDeleteNoParam
- Throws:
InterruptedException
-
testGetSingleParams
- Throws:
InterruptedException
-
testGetContextParams
- Throws:
InterruptedException
-
testGetListParam
- Throws:
InterruptedException
-
testGetMultiParam
- Throws:
InterruptedException
-
testGetNameObject
- Throws:
InterruptedException
-
testGetAsync
- Throws:
InterruptedException
-
testForNonZeroValues
- Throws:
InterruptedException
-
testPostMultiParam
- Throws:
InterruptedException
-
testGetMappedArithException
- Throws:
InterruptedException
-
testPostMappedArithException
@RunAsClient @InSequence(19) public void testPostMappedArithException() -
testGetUnmappedArithException
@RunAsClient @InSequence(20) public void testGetUnmappedArithException() -
testPostUnmappedArithException
@RunAsClient @InSequence(21) public void testPostUnmappedArithException() -
parseMetricLineValue
-