public class TestAbstractJmxBridge extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestAbstractJmxBridge.SampleMXBean |
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
| Constructor and Description |
|---|
TestAbstractJmxBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
getObjectNameMentionsType() |
void |
notExposedToJmxAfterUnregister() |
void |
notExposedToJmxBeforeRegister() |
void |
parametersArePassedCorrectly() |
void |
primitiveTypesAreReturnedBoxed() |
void |
registerExposesToJmx() |
void |
setUp() |
void |
throwsIllegalStateExceptionIfReferenceIsCleared() |
void |
usageAfterReferenceClearsCausesUnregister() |
public void getObjectNameMentionsType()
public void notExposedToJmxBeforeRegister()
throws Exception
Exceptionpublic void primitiveTypesAreReturnedBoxed()
throws Exception
Exceptionpublic void parametersArePassedCorrectly()
throws Exception
Exceptionpublic void notExposedToJmxAfterUnregister()
throws Exception
Exceptionpublic void throwsIllegalStateExceptionIfReferenceIsCleared()
throws Exception
ExceptionCopyright © 2019 Atlassian. All rights reserved.