org.hackystat.sensor.xmldata.option
Class TestSetRuntimeOption

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

public class TestSetRuntimeOption
extends java.lang.Object

Tests if the SetRuntimeOption takes no parameters and is processed correctly.

Author:
aito

Constructor Summary
TestSetRuntimeOption()
           
 
Method Summary
 void setUp()
          Sets each test case up.
 void testIsValid()
          Tests if the isValid method always returns true when no 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

TestSetRuntimeOption

public TestSetRuntimeOption()
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.