org.mule.agent
Class AgentSorterTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.agent.AgentSorterTestCase
All Implemented Interfaces:
Test

public class AgentSorterTestCase
extends TestCase


Constructor Summary
AgentSorterTestCase()
           
 
Method Summary
 void testCyclicDependency()
           
 void testListWithoutDependencies()
           
 void testSortComplexDependencies()
           
 void testSortWithForwardDependency()
           
 void testSortWithMissingDependency()
           
 void testSortWithSimpleDependency()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentSorterTestCase

public AgentSorterTestCase()
Method Detail

testListWithoutDependencies

public void testListWithoutDependencies()

testSortWithSimpleDependency

public void testSortWithSimpleDependency()

testSortWithForwardDependency

public void testSortWithForwardDependency()

testCyclicDependency

public void testCyclicDependency()

testSortComplexDependencies

public void testSortComplexDependencies()

testSortWithMissingDependency

public void testSortWithMissingDependency()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.