|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
junit.com.mcdermottroe.exemplar.ExemplarTestCase<T>
junit.com.mcdermottroe.exemplar.UtilityClassTestCase<InputUtils>
junit.com.mcdermottroe.exemplar.input.InputUtilsTest
public class InputUtilsTest
Test class for InputUtils.
| Field Summary |
|---|
| Fields inherited from class junit.com.mcdermottroe.exemplar.ExemplarTestCase |
|---|
DELIBERATE_PASS, testedClass, TMP |
| Constructor Summary | |
|---|---|
InputUtilsTest()
|
|
| Method Summary | |
|---|---|
static Map<String,Collection<File>> |
getSampleData()
Get a collection of input languages and sample files in those languages for testing the parsing. |
void |
testAvailableInputLanguages()
InputUtils.availableInputLanguages(). |
void |
testParse()
Test InputUtils.parse(String, String). |
void |
testParseNonExistantType()
Test InputUtils.parse(String, String). |
| Methods inherited from class junit.com.mcdermottroe.exemplar.UtilityClassTestCase |
|---|
testAllFieldsStatic, testAllMethodsStatic, testOnePrivateConstructor |
| Methods inherited from class junit.com.mcdermottroe.exemplar.ExemplarTestCase |
|---|
getTestedClass, setUp, testAllMethodsBeingTested, testCorrectPackage |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
| Constructor Detail |
|---|
public InputUtilsTest()
| Method Detail |
|---|
public static Map<String,Collection<File>> getSampleData()
public void testAvailableInputLanguages()
InputUtils.availableInputLanguages().
public void testParse()
InputUtils.parse(String, String).
public void testParseNonExistantType()
InputUtils.parse(String, String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||