public class ParserTest
extends java.lang.Object
| Constructor and Description |
|---|
ParserTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanUp() |
static void |
setUp() |
void |
testConvertStringToComponentRatios1() |
void |
testConvertStringToComponentRatios2() |
void |
testConvertStringToComponentRatios3() |
void |
testNoParseForOneComponentSalt() |
void |
testParseReturnsOneWordRuleForEachMixtureComponent() |
void |
testParseThrowsWhenNameIsSubstituentOnly() |
void |
testParseThrowsWhenNameIsUninterpretable() |
void |
testParseUninvertsCASNomenclature() |
public static void setUp()
throws java.io.IOException
java.io.IOExceptionpublic static void cleanUp()
public void testParseThrowsWhenNameIsUninterpretable()
throws ParsingException
ParsingExceptionpublic void testParseUninvertsCASNomenclature()
throws ParsingException
ParsingExceptionpublic void testParseReturnsOneWordRuleForEachMixtureComponent()
throws ParsingException
ParsingExceptionpublic void testParseThrowsWhenNameIsSubstituentOnly()
throws ParsingException
ParsingExceptionpublic void testNoParseForOneComponentSalt()
throws ParsingException
ParsingExceptionpublic void testConvertStringToComponentRatios1()
throws ParsingException
ParsingExceptionpublic void testConvertStringToComponentRatios2()
throws ParsingException
ParsingExceptionpublic void testConvertStringToComponentRatios3()
throws ParsingException
ParsingException