Package net.sf.tweety.logics.ml
Class MleanCoPTest
- java.lang.Object
-
- net.sf.tweety.logics.ml.MleanCoPTest
-
public class MleanCoPTest extends java.lang.Object
JUnit Test class for MleanCoP.- Author:
- Anna Gessler
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_TIMEOUT
-
Constructor Summary
Constructors Constructor Description MleanCoPTest()
-
Method Summary
Modifier and Type Method Description void
ComplexQueryTest()
void
init()
void
SimpleQueryTest()
-
-
-
Field Detail
-
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init() throws ParserException, java.io.IOException
- Throws:
ParserException
java.io.IOException
-
SimpleQueryTest
public void SimpleQueryTest() throws ParserException, java.io.IOException
- Throws:
ParserException
java.io.IOException
-
ComplexQueryTest
public void ComplexQueryTest() throws ParserException, java.io.IOException
- Throws:
ParserException
java.io.IOException
-
-