de.cesr.more.testing.measures.node
Class MCompNetInfoSupplierTest

java.lang.Object
  extended by de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest

public class MCompNetInfoSupplierTest
extends Object

Date:
19.01.2010

Nested Class Summary
static class MCompNetInfoSupplierTest.TestAgent
          test agent
 
Constructor Summary
MCompNetInfoSupplierTest()
           
 
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
 

Constructor Detail

MCompNetInfoSupplierTest

public MCompNetInfoSupplierTest()
Method Detail

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