jade.jademx.server
Class StaticMethodTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jade.jademx.server.StaticMethodTest
All Implemented Interfaces:
junit.framework.Test

public class StaticMethodTest
extends junit.framework.TestCase

StaticMethod class test

Author:
David Bernstein, Caboodle Networks, Inc.

Nested Class Summary
private static class StaticMethodTest.StaticMethodSubclass
          a class for testing StaticMethod
 
Constructor Summary
StaticMethodTest()
           
 
Method Summary
static junit.framework.Test suite()
          return the implicit suite of tests
 void testStaticMethodGetMBeanServer()
          test getting mbean server with no issues
 void testStaticMethodGetMBeanServerException()
          test getting mbean server with exception raised
 void testStaticMethodToString()
          test toString() for StaticMethod
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaticMethodTest

public StaticMethodTest()
Method Detail

testStaticMethodToString

public void testStaticMethodToString()
test toString() for StaticMethod


testStaticMethodGetMBeanServer

public void testStaticMethodGetMBeanServer()
test getting mbean server with no issues


testStaticMethodGetMBeanServerException

public void testStaticMethodGetMBeanServerException()
test getting mbean server with exception raised


suite

public static junit.framework.Test suite()
return the implicit suite of tests

Returns:
the implicit suite of tests


Copyright © 2005-2006 Caboodle Networks, Inc.
LGPL license