|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
gov.nasa.pds.tools.BaseTestCase
public abstract class BaseTestCase
Field Summary | |
---|---|
protected static File |
LABEL_DIR
|
protected static DefaultLabelParser |
PARSER
|
protected static StandardPathResolver |
RESOLVER
|
static File |
TEST_DIR
|
Constructor Summary | |
---|---|
BaseTestCase()
|
Method Summary | |
---|---|
static void |
assertDoesntHaveProblem(Label label,
Constants.ProblemType type)
|
static LabelParserException |
assertHasProblem(Label label,
Constants.ProblemType type)
|
static LabelParserException |
assertHasProblem(Label label,
Constants.ProblemType type,
Integer line)
|
static void |
assertNegative(Number number)
|
static void |
assertPositive(Number number)
|
void |
assertProblemEquals(LabelParserException problem,
Integer lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
|
static void |
assertZero(Number number)
|
Dictionary |
getDictionary()
|
void |
validate(Label label)
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final File TEST_DIR
protected static final StandardPathResolver RESOLVER
protected static final DefaultLabelParser PARSER
protected static final File LABEL_DIR
Constructor Detail |
---|
public BaseTestCase()
Method Detail |
---|
public static void assertNegative(Number number)
public static void assertPositive(Number number)
public static void assertZero(Number number)
public static LabelParserException assertHasProblem(Label label, Constants.ProblemType type)
public static LabelParserException assertHasProblem(Label label, Constants.ProblemType type, Integer line)
public void assertProblemEquals(LabelParserException problem, Integer lineNumber, Integer column, String key, Constants.ProblemType type, Object... arguments)
public static void assertDoesntHaveProblem(Label label, Constants.ProblemType type)
public Dictionary getDictionary()
public void validate(Label label)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |