|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.xmldata.option.TestFileOption
public class TestFileOption
Tests if the FileOption operates as intended.
Constructor Summary | |
---|---|
TestFileOption()
|
Method Summary | |
---|---|
void |
testMultipleFileArguments()
Tests if isValid returns true if more than one file is specified. |
void |
testNoFileArguments()
Tests if isValid returns false when no arguments are specified. |
void |
testNonExistantFile()
Tests if isValid returns false if a non-existant file is specified. |
void |
testOneFileArgument()
Tests if isValid returns true if one file is specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestFileOption()
Method Detail |
---|
public void testNoFileArguments()
public void testOneFileArgument()
public void testMultipleFileArguments()
public void testNonExistantFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |