1 23 24 30 31 package com.sun.enterprise.admin.monitor.registry.spi; 32 33 import javax.management.*; 34 import javax.management.j2ee.statistics.Stats ; 35 import javax.management.j2ee.statistics.*; 36 import java.util.*; 37 import java.util.logging.*; 38 import java.lang.reflect.*; 39 import java.lang.*; 40 import junit.framework.*; 41 42 46 public class GeneratedMonitoringMBeanImplTest extends TestCase { 47 48 public GeneratedMonitoringMBeanImplTest(java.lang.String testName) { 49 super(testName); 50 } 51 52 public static Test suite() { 53 TestSuite suite = new TestSuite(GeneratedMonitoringMBeanImplTest.class); 54 return suite; 55 } 56 57 60 public void testIntrospect() { 61 System.out.println("testIntrospect"); 62 fail("The test case is empty."); 63 } 64 65 68 public void testGetAttribute() { 69 System.out.println("testGetAttribute"); 70 fail("The test case is empty."); 71 } 72 73 76 public void testGetAttributes() { 77 System.out.println("testGetAttributes"); 78 fail("The test case is empty."); 79 } 80 81 84 public void testGetMBeanInfo() { 85 System.out.println("testGetMBeanInfo"); 86 fail("The test case is empty."); 87 } 88 89 92 public void testInvoke() { 93 System.out.println("testInvoke"); 94 fail("The test case is empty."); 95 } 96 97 100 public void testSetAttribute() { 101 System.out.println("testSetAttribute"); 102 fail("The test case is empty."); 103 } 104 105 108 public void testSetAttributes() { 109 System.out.println("testSetAttributes"); 110 fail("The test case is empty."); 111 } 112 113 116 public void testListAttributes() { 117 System.out.println("testListAttributes"); 118 fail("The test case is empty."); 119 } 120 121 public static void main(java.lang.String [] args) { 122 junit.textui.TestRunner.run(suite()); 123 } 124 125 129 130 } 131 | Popular Tags |