Class PlParserTest
java.lang.Object
org.tweetyproject.logics.pl.test.PlParserTest
JUnit Test class for PlParser.
- Author:
- Matthias Thimm, Anna Gessler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT- See Also:
-
-
Constructor Details
-
PlParserTest
public PlParserTest()
-
-
Method Details
-
initParser
- Throws:
ParserExceptionIOException
-
PropositionTest
- Throws:
ParserExceptionIOException
-
NegationTest
- Throws:
ParserExceptionIOException
-
ImplicationTest
- Throws:
ParserExceptionIOException
-
EquivalenceTest
- Throws:
ParserExceptionIOException
-
DisjunctionTest
- Throws:
ParserExceptionIOException
-
ConjunctionTest
- Throws:
ParserExceptionIOException
-
ExclusiveDisjunctionTest
- Throws:
ParserExceptionIOException
-
TautologyTest
- Throws:
ParserExceptionIOException
-
ContradictionTest
- Throws:
ParserExceptionIOException
-
NestedFormulaTest
- Throws:
ParserExceptionIOException
-
SpecialCharactersTest
- Throws:
ParserExceptionIOException
-
ParseBeliefBaseTest
- Throws:
ParserExceptionIOException
-
ParseBeliefBaseFromFileTest
- Throws:
ParserExceptionIOException
-
EmptyDisjunctionTest
- Throws:
ParserExceptionIOException
-
EmptyConjunctionTest
- Throws:
ParserExceptionIOException
-
IncompleteConjunctionTest
- Throws:
ParserExceptionIOException
-
IncompleteDisjunctionTest
- Throws:
ParserExceptionIOException
-
IllegalCharacterTest
- Throws:
ParserExceptionIOException
-
BrokenParenthesesTest
- Throws:
ParserExceptionIOException
-
BrokenParenthesesTest2
- Throws:
ParserExceptionIOException
-
BrokenParenthesesTest3
- Throws:
ParserExceptionIOException
-
EmptyParenthesesTest
- Throws:
ParserExceptionIOException
-