1 22 package org.jboss.test.system.controller.integration.test; 23 24 import junit.framework.Test; 25 26 32 public class ConfigureMCFromJMXUnitTestCase extends InjectMCFromJMXTest 33 { 34 public static Test suite() 35 { 36 return suite(ConfigureMCFromJMXUnitTestCase.class); 37 } 38 39 public ConfigureMCFromJMXUnitTestCase(String name) 40 { 41 super(name); 42 } 43 44 public void testConfigureMCFromJMX() throws Throwable  45 { 46 checkInject(); 47 } 48 } 49 | Popular Tags |