org.hackystat.sensor.xmldata.option
Class TestUniqueTstampOption

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

public class TestUniqueTstampOption
extends java.lang.Object

Tests if the UniqueTstampOption sets the correct option map values.

Author:
aito

Constructor Summary
TestUniqueTstampOption()
           
 
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

TestUniqueTstampOption

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