net.sf.bt747.j2se.app.utils.test
Class ExternalToolTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.bt747.j2se.app.utils.test.ExternalToolTest
All Implemented Interfaces:
junit.framework.Test

public class ExternalToolTest
extends junit.framework.TestCase

Author:
Mario

Constructor Summary
ExternalToolTest()
           
 
Method Summary
 void testEchoReplace()
          Execution of a command - with replacement.
 void testEchoSimple()
          A simple execution of a command - no replacement requested.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalToolTest

public ExternalToolTest()
Method Detail

testEchoSimple

public void testEchoSimple()
                    throws java.lang.Exception
A simple execution of a command - no replacement requested.

Throws:
java.lang.Exception

testEchoReplace

public void testEchoReplace()
                     throws java.lang.Exception
Execution of a command - with replacement.

Throws:
java.lang.Exception