public class LogParserFactoryTest extends Object
Constructor and Description |
---|
LogParserFactoryTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBadClass() |
void |
testDefaultParserInstance() |
void |
testDuplicateTokenParse1() |
void |
testDuplicateTokenParse2() |
void |
testDuplicateTokenParse3() |
void |
testEmptyString() |
void |
testFailedParse() |
void |
testMismatch() |
void |
testNoAnnotations() |
void |
testNoInterface() |
void |
testNullCatch() |
void |
testNullString() |
void |
testOtherAnnotations() |
void |
testParserFactoryInstance() |
void |
testParserParsing() |
public void testDuplicateTokenParse2() throws LogLineFormatException, TokenParseException, IllegalClassException
public void testDuplicateTokenParse3() throws LogLineFormatException, TokenParseException, IllegalClassException
public void testDuplicateTokenParse1() throws LogLineFormatException, TokenParseException, IllegalClassException
public void testFailedParse() throws LogLineFormatException, TokenParseException, IllegalClassException
public void testParserParsing() throws LogLineFormatException, TokenParseException, IllegalClassException
public void testParserFactoryInstance()
public void testDefaultParserInstance() throws LogLineFormatException, ClassNotFoundException, IllegalClassException
public void testMismatch() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
public void testBadClass() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
public void testNoInterface() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
public void testNoAnnotations() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
public void testNullCatch() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
public void testNullString() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
public void testEmptyString() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
public void testOtherAnnotations() throws ClassNotFoundException, LogLineFormatException, IllegalClassException
Copyright © 2017 Jason "JRSofty" Reed. All rights reserved.