|
cMHN 1.2
C++ library for learning MHNs with pRC
|
Functions | |
| TEST (Foo, Bar1) | |
| TEST (Foo, Bar2) | |
| TEST (Foo, DISABLED_Bar3) | |
| TEST (Abc, Xyz) | |
| TEST (Abc, Def) | |
| TEST (FooBar, Baz) | |
| TEST_F (FooTest, Test1) | |
| TEST_F (FooTest, DISABLED_Test2) | |
| TEST_F (FooTest, Test3) | |
| TEST (FooDeathTest, Test1) | |
| void | PrintTo (const MyType &x, std::ostream *os) |
| TEST_P (ValueParamTest, TestA) | |
| TEST_P (ValueParamTest, TestB) | |
| INSTANTIATE_TEST_SUITE_P (MyInstantiation, ValueParamTest, testing::Values(MyType("one line"), MyType("two\nlines"), MyType("a " "very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooong line"))) | |
| TYPED_TEST_SUITE (TypedTest, MyTypes) | |
| TYPED_TEST (TypedTest, TestA) | |
| TYPED_TEST (TypedTest, TestB) | |
| TYPED_TEST_SUITE_P (TypeParamTest) | |
| TYPED_TEST_P (TypeParamTest, TestA) | |
| TYPED_TEST_P (TypeParamTest, TestB) | |
| REGISTER_TYPED_TEST_SUITE_P (TypeParamTest, TestA, TestB) | |
| INSTANTIATE_TYPED_TEST_SUITE_P (My, TypeParamTest, MyTypes) | |
| int | main (int argc, char **argv) |
| INSTANTIATE_TEST_SUITE_P | ( | MyInstantiation | , |
| ValueParamTest | , | ||
| testing::Values(MyType("one line"), MyType("two\nlines"), MyType("a " "very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo" "ooooong line")) | ) |
| INSTANTIATE_TYPED_TEST_SUITE_P | ( | My | , |
| TypeParamTest | , | ||
| MyTypes | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
| void PrintTo | ( | const MyType & | x, |
| std::ostream * | os ) |
| REGISTER_TYPED_TEST_SUITE_P | ( | TypeParamTest | , |
| TestA | , | ||
| TestB | ) |
| TEST | ( | Abc | , |
| Def | ) |
| TEST | ( | Abc | , |
| Xyz | ) |
| TEST | ( | Foo | , |
| Bar1 | ) |
| TEST | ( | Foo | , |
| Bar2 | ) |
| TEST | ( | Foo | , |
| DISABLED_Bar3 | ) |
| TEST | ( | FooBar | , |
| Baz | ) |
| TEST | ( | FooDeathTest | , |
| Test1 | ) |
| TEST_F | ( | FooTest | , |
| DISABLED_Test2 | ) |
| TEST_F | ( | FooTest | , |
| Test1 | ) |
| TEST_F | ( | FooTest | , |
| Test3 | ) |
| TEST_P | ( | ValueParamTest | , |
| TestA | ) |
| TEST_P | ( | ValueParamTest | , |
| TestB | ) |
| TYPED_TEST | ( | TypedTest | , |
| TestA | ) |
| TYPED_TEST | ( | TypedTest | , |
| TestB | ) |
| TYPED_TEST_P | ( | TypeParamTest | , |
| TestA | ) |
| TYPED_TEST_P | ( | TypeParamTest | , |
| TestB | ) |
| TYPED_TEST_SUITE_P | ( | TypeParamTest | ) |