Public Member Functions | |
| void | tearDown () |
| void | testChoiceDisjBug () |
| void | testComputeFalse () |
| void | testComputeTrue () |
| void | testIncremental () |
| void | testNotAChoice () |
| void | testSimpleChoice () |
| void | testSimpleLoop () |
| void | testStillAChoice () |
| void | testSubsumedByChoice () |
| void | testSubsumedChoice () |
| void | testTautOverOne () |
Private Types | |
| typedef SharedDependencyGraph | DG |
Private Member Functions | |
| CPPUNIT_TEST (testSimpleChoice) | |
| CPPUNIT_TEST (testNotAChoice) | |
| CPPUNIT_TEST (testStillAChoice) | |
| CPPUNIT_TEST (testSubsumedChoice) | |
| CPPUNIT_TEST (testSubsumedByChoice) | |
| CPPUNIT_TEST (testChoiceDisjBug) | |
| CPPUNIT_TEST (testTautOverOne) | |
| CPPUNIT_TEST (testSimpleLoop) | |
| CPPUNIT_TEST (testComputeTrue) | |
| CPPUNIT_TEST (testComputeFalse) | |
| CPPUNIT_TEST (testIncremental) | |
| CPPUNIT_TEST_SUITE (DlpBuilderTest) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| LogicProgram | builder |
| SharedContext | ctx |
| stringstream | str |
Definition at line 28 of file dlp_builder_test.cpp.
typedef SharedDependencyGraph Clasp::Test::DlpBuilderTest::DG [private] |
Definition at line 259 of file dlp_builder_test.cpp.
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testSimpleChoice | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testNotAChoice | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testStillAChoice | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testSubsumedChoice | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testChoiceDisjBug | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testTautOverOne | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testSimpleLoop | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testComputeTrue | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testComputeFalse | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST | ( | testIncremental | ) | [private] |
| Clasp::Test::DlpBuilderTest::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| void Clasp::Test::DlpBuilderTest::tearDown | ( | ) | [inline] |
Definition at line 43 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testChoiceDisjBug | ( | ) | [inline] |
Definition at line 126 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testComputeFalse | ( | ) | [inline] |
Definition at line 204 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testComputeTrue | ( | ) | [inline] |
Definition at line 187 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testIncremental | ( | ) | [inline] |
Definition at line 222 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testNotAChoice | ( | ) | [inline] |
Definition at line 62 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testSimpleChoice | ( | ) | [inline] |
Definition at line 46 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testSimpleLoop | ( | ) | [inline] |
Definition at line 165 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testStillAChoice | ( | ) | [inline] |
Definition at line 77 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testSubsumedByChoice | ( | ) | [inline] |
Definition at line 112 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testSubsumedChoice | ( | ) | [inline] |
Definition at line 96 of file dlp_builder_test.cpp.
| void Clasp::Test::DlpBuilderTest::testTautOverOne | ( | ) | [inline] |
Definition at line 149 of file dlp_builder_test.cpp.
Definition at line 261 of file dlp_builder_test.cpp.
Definition at line 260 of file dlp_builder_test.cpp.
stringstream Clasp::Test::DlpBuilderTest::str [private] |
Definition at line 262 of file dlp_builder_test.cpp.