|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase jade.jademx.unit.NullAgentTest
public class NullAgentTest
test the null agent
Field Summary | |
---|---|
private jade.util.Logger |
logger
my logger |
private javax.management.MBeanServer |
mBeanServer
MBeanServer being used |
private jade.jademx.mbean.JadeRuntimeMBean |
runtime
created JadeRuntimeMBean |
private javax.management.ObjectName |
runtimeON
ObjectName for JadeRuntimeMBean |
Constructor Summary | |
---|---|
NullAgentTest()
|
Method Summary | |
---|---|
private jade.jademx.config.jademx.onto.JademxConfig |
buildNullAgentCfg()
make a configuration for testing use programmatically |
protected void |
setUp()
|
static junit.framework.Test |
suite()
return the implicit suite of tests |
protected void |
tearDown()
|
void |
testNullAgent()
test unit testing with calls via MBeanServer |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Field Detail |
---|
private final jade.util.Logger logger
private javax.management.MBeanServer mBeanServer
private jade.jademx.mbean.JadeRuntimeMBean runtime
private javax.management.ObjectName runtimeON
Constructor Detail |
---|
public NullAgentTest()
Method Detail |
---|
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
java.lang.Exception
private jade.jademx.config.jademx.onto.JademxConfig buildNullAgentCfg()
public void testNullAgent()
public static junit.framework.Test suite()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |