com.atlassian.plugin.jmx
Class TestAbstractJmxBridge

java.lang.Object
  extended by com.atlassian.plugin.jmx.TestAbstractJmxBridge

public class TestAbstractJmxBridge
extends Object


Nested Class Summary
static interface TestAbstractJmxBridge.SampleMXBean
           
 
Field Summary
 org.junit.rules.ExpectedException expectedException
           
 
Constructor Summary
TestAbstractJmxBridge()
           
 
Method Summary
 void getObjectNameMentionsType()
           
 void notExposedToJmxAfterUnregister()
           
 void notExposedToJmxBeforeRegister()
           
 void parametersArePassedCorrectly()
           
 void primitiveTypesAreReturnedBoxed()
           
 void registerExposesToJmx()
           
 void setUp()
           
 void throwsIllegalStateExceptionIfReferenceIsCleared()
           
 void usageAfterReferenceClearsCausesUnregister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedException

public org.junit.rules.ExpectedException expectedException
Constructor Detail

TestAbstractJmxBridge

public TestAbstractJmxBridge()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

getObjectNameMentionsType

public void getObjectNameMentionsType()

notExposedToJmxBeforeRegister

public void notExposedToJmxBeforeRegister()
                                   throws Exception
Throws:
Exception

registerExposesToJmx

public void registerExposesToJmx()
                          throws Exception
Throws:
Exception

primitiveTypesAreReturnedBoxed

public void primitiveTypesAreReturnedBoxed()
                                    throws Exception
Throws:
Exception

parametersArePassedCorrectly

public void parametersArePassedCorrectly()
                                  throws Exception
Throws:
Exception

notExposedToJmxAfterUnregister

public void notExposedToJmxAfterUnregister()
                                    throws Exception
Throws:
Exception

throwsIllegalStateExceptionIfReferenceIsCleared

public void throwsIllegalStateExceptionIfReferenceIsCleared()
                                                     throws Exception
Throws:
Exception

usageAfterReferenceClearsCausesUnregister

public void usageAfterReferenceClearsCausesUnregister()
                                               throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.