Package de.hybris.platform.jmx
Class HybrisJmxIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.jmx.AbstractHybrisJmxTest
-
- de.hybris.platform.jmx.HybrisJmxIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@ManualTest public class HybrisJmxIntegrationTest extends AbstractHybrisJmxTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description HybrisJmxIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRemoteAccess()
void
finish()
we close all session in our test so default finish failsvoid
testJMXAPI()
-
Methods inherited from class de.hybris.platform.jmx.AbstractHybrisJmxTest
checkAllAttributes, checkAllOperations, checkDuplicatedOperations, getAllSpringJMXBeans, getJMXAssembler, getJMXRegistry, initContext, verifyMethodSignature
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
checkRemoteAccess
public void checkRemoteAccess()
-
testJMXAPI
public void testJMXAPI() throws java.io.IOException, javax.management.MalformedObjectNameException, java.lang.NullPointerException, javax.management.InstanceNotFoundException, javax.management.IntrospectionException, javax.management.ReflectionException, java.lang.ClassNotFoundException, java.lang.SecurityException, java.lang.NoSuchMethodException
- Throws:
java.io.IOException
javax.management.MalformedObjectNameException
java.lang.NullPointerException
javax.management.InstanceNotFoundException
javax.management.IntrospectionException
javax.management.ReflectionException
java.lang.ClassNotFoundException
java.lang.SecurityException
java.lang.NoSuchMethodException
-
finish
public void finish() throws JaloSecurityException
we close all session in our test so default finish fails- Overrides:
finish
in classHybrisJUnit4Test
- Throws:
JaloSecurityException
-
-