de.cesr.more.testing.measures.node
Class MCompNetInfoSupplierTest
java.lang.Object
de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest
public class MCompNetInfoSupplierTest
- extends Object
- Date:
- 19.01.2010
Method Summary |
void |
setUp()
|
void |
tearDown()
|
void |
testGetCompoundValue()
Test method for
de.cesr.more.measures.node.supply.MCompNetInfoSupplier#getCompoundValue(de.cesr.lara.components.LaraNetwork, de.cesr.more.lara.agent.LaraSimpleNetworkAgent, de.cesr.more.measures.node.MoreComboundNetworkInfo)
. |
void |
testGetNumReachedNodes()
Test method for
de.cesr.more.measures.node.supply.MCompNetInfoSupplier#getNumReachedNodes(LaraNetwork, de.cesr.lara.components.agents.LaraAgent, de.cesr.lara.components.agents.LaraAgent, int, int)
. |
void |
testNetworkSize()
Test created network |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCompNetInfoSupplierTest
public MCompNetInfoSupplierTest()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testNetworkSize
public final void testNetworkSize()
- Test created network
testGetNumReachedNodes
public final void testGetNumReachedNodes()
- Test method for
de.cesr.more.measures.node.supply.MCompNetInfoSupplier#getNumReachedNodes(LaraNetwork, de.cesr.lara.components.agents.LaraAgent, de.cesr.lara.components.agents.LaraAgent, int, int)
.
testGetCompoundValue
public final void testGetCompoundValue()
- Test method for
de.cesr.more.measures.node.supply.MCompNetInfoSupplier#getCompoundValue(de.cesr.lara.components.LaraNetwork, de.cesr.more.lara.agent.LaraSimpleNetworkAgent, de.cesr.more.measures.node.MoreComboundNetworkInfo)
.
tearDown
public void tearDown()
throws Exception
- Throws:
Exception