Package org.tweetyproject.causal.parser
Class CausalParserTest
java.lang.Object
org.tweetyproject.causal.parser.CausalParserTest
- Author:
- Oleksandr Dzhychko
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CausalParserTest
public CausalParserTest()
-
-
Method Details
-
parseBeliefBase
- Throws:
IOException
-
parseBeliefBaseWithMultipleAssumptionLines
- Throws:
IOException
-
parseBeliefBaseWithEmptyAssumptions
- Throws:
IOException
-
throwsParserExceptionForInvalidSyntax
@Test public void throwsParserExceptionForInvalidSyntax() -
throwsParserExceptionForFormulaThatIsNotAnEquivalence
@Test public void throwsParserExceptionForFormulaThatIsNotAnEquivalence() -
throwsParserExceptionForCyclicDependency
@Test public void throwsParserExceptionForCyclicDependency() -
parseObservations
- Throws:
IOException
-