org.hackystat.sensor.xmldata.option
Class TestMultiShellOption

java.lang.Object
  extended by org.hackystat.sensor.xmldata.option.TestMultiShellOption

public class TestMultiShellOption
extends java.lang.Object

Tests if the MultiShellOption receives the correct arguments and is processed as intended.

Author:
aito

Constructor Summary
TestMultiShellOption()
           
 
Method Summary
 void setUp()
          Sets each test case up.
 void testIsValid()
          Tests if the isValid method always returns true when no arguments are specified or false if any arguments are specified.
 void testProcess()
          Tests if the process method sets the correct option values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMultiShellOption

public TestMultiShellOption()
Method Detail

setUp

public void setUp()
Sets each test case up.


testProcess

public void testProcess()
Tests if the process method sets the correct option values.


testIsValid

public void testIsValid()
Tests if the isValid method always returns true when no arguments are specified or false if any arguments are specified.