Class CausalParserTest

java.lang.Object
org.tweetyproject.causal.parser.CausalParserTest

public class CausalParserTest extends Object
Author:
Oleksandr Dzhychko
  • Constructor Details

    • CausalParserTest

      public CausalParserTest()
  • Method Details

    • parseBeliefBase

      @Test public void parseBeliefBase() throws IOException
      Throws:
      IOException
    • parseBeliefBaseWithMultipleAssumptionLines

      @Test public void parseBeliefBaseWithMultipleAssumptionLines() throws IOException
      Throws:
      IOException
    • parseBeliefBaseWithEmptyAssumptions

      @Test public void parseBeliefBaseWithEmptyAssumptions() throws IOException
      Throws:
      IOException
    • throwsParserExceptionForInvalidSyntax

      @Test public void throwsParserExceptionForInvalidSyntax()
    • throwsParserExceptionForFormulaThatIsNotAnEquivalence

      @Test public void throwsParserExceptionForFormulaThatIsNotAnEquivalence()
    • throwsParserExceptionForCyclicDependency

      @Test public void throwsParserExceptionForCyclicDependency()
    • parseObservations

      @Test public void parseObservations() throws IOException
      Throws:
      IOException