org.picocontainer.script
Class StandaloneTestCase

java.lang.Object
  extended by org.picocontainer.script.StandaloneTestCase

public class StandaloneTestCase
extends Object

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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-2010 Codehaus. All Rights Reserved.