org.nanocontainer
Class StandaloneTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.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
 
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 java.io.IOException,
                                                                 java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

testShouldBeAbleToInvokeMainMethodWithScriptFromClasspathWithXmlIncludes

public void testShouldBeAbleToInvokeMainMethodWithScriptFromClasspathWithXmlIncludes()
                                                                              throws java.io.IOException,
                                                                                     java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

testCommandLineWithHelp

public void testCommandLineWithHelp()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testCommandLineWithVersion

public void testCommandLineWithVersion()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testCommandLineWithCompostion

public void testCommandLineWithCompostion()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testCommandLineWithCompositionAndQuiet

public void testCommandLineWithCompositionAndQuiet()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testCommandLineWithCompositionAndQuietAndNowait

public void testCommandLineWithCompositionAndQuietAndNowait()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2007 Codehaus. All Rights Reserved.