public class MetricRegistryTest
extends java.lang.Object
Constructor and Description |
---|
MetricRegistryTest() |
Modifier and Type | Method and Description |
---|---|
void |
conflictingMetadataTest()
if there is a mismatch because the type specified in the `Metadata` is different than the one
implied by the method name, an exception must be thrown
|
static WebArchive |
createDeployment() |
void |
nameTest() |
void |
registerTest() |
void |
removeTest() |
void |
sanitizeMetadataTest()
The implementation has to sanitize Metadata passed to registration methods
if the application does not supply the metric type explicitly, but the type is implied
by the used method.
|
void |
testMetricRegistryType() |
void |
useExistingMetaDataTest() |
public static WebArchive createDeployment()
public void nameTest()
public void registerTest()
public void removeTest()
public void useExistingMetaDataTest()
public void testMetricRegistryType()
public void sanitizeMetadataTest()
public void conflictingMetadataTest()