org.nanocontainer
Class StandaloneTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.nanocontainer.StandaloneTestCase
All Implemented Interfaces:
junit.framework.Test

public class StandaloneTestCase
extends junit.framework.TestCase

Author:
Mauro Talevi

Constructor Summary
StandaloneTestCase()
           
 
Method Summary
 void testCommandLineWithCompositionAndQuiet()
           
 void testCommandLineWithCompositionAndQuietAndNowait()
           
 void testCommandLineWithCompostion()
           
 void testCommandLineWithHelp()
           
 void testCommandLineWithVersion()
           
 void testShouldBeAbleToInvokeMainMethodWithScriptFromClasspathWithXmlIncludes()
           
 void testShouldBeAbleToInvokeMainMethodWithScriptFromFile()
           
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandaloneTestCase

public StandaloneTestCase()
Method Detail

testShouldBeAbleToInvokeMainMethodWithScriptFromFile

public void testShouldBeAbleToInvokeMainMethodWithScriptFromFile()
                                                          throws IOException,
                                                                 ClassNotFoundException
Throws:
IOException
ClassNotFoundException

testShouldBeAbleToInvokeMainMethodWithScriptFromClasspathWithXmlIncludes

public void testShouldBeAbleToInvokeMainMethodWithScriptFromClasspathWithXmlIncludes()
                                                                              throws IOException,
                                                                                     ClassNotFoundException
Throws:
IOException
ClassNotFoundException

testCommandLineWithHelp

public void testCommandLineWithHelp()
                             throws Exception
Throws:
Exception

testCommandLineWithVersion

public void testCommandLineWithVersion()
                                throws Exception
Throws:
Exception

testCommandLineWithCompostion

public void testCommandLineWithCompostion()
                                   throws Exception
Throws:
Exception

testCommandLineWithCompositionAndQuiet

public void testCommandLineWithCompositionAndQuiet()
                                            throws Exception
Throws:
Exception

testCommandLineWithCompositionAndQuietAndNowait

public void testCommandLineWithCompositionAndQuietAndNowait()
                                                     throws Exception
Throws:
Exception


Copyright © 2003-2009 Codehaus. All Rights Reserved.