|
gem5
v19.0.0.0
|
Go to the source code of this file.
Functions | |
| TEST (MatchTest, Add) | |
| TEST (MatchTest, SetExpression) | |
| TEST (MatchTest, SetExpressionVector) | |
| TEST (MatchTest, SimpleMatch) | |
| TEST (MatchTest, SimpleMismatch) | |
| TEST (MatchTest, MultipleExpressionsMatch) | |
| TEST (MatchTest, MultipleExpressionsMismatch) | |
| TEST (MatchTest, WildCardMatch) | |
| TEST (MatchTest, WildCardMismatch) | |
| TEST (MatchTest, TokensEmptyNoMatch) | |
| TEST | ( | MatchTest | , |
| Add | |||
| ) |
Definition at line 35 of file match.test.cc.
References ObjectMatch::add(), EXPECT_EQ, and ObjectMatch::getExpressions().
| TEST | ( | MatchTest | , |
| SetExpression | |||
| ) |
Definition at line 60 of file match.test.cc.
References EXPECT_EQ, ObjectMatch::getExpressions(), and ObjectMatch::setExpression().
| TEST | ( | MatchTest | , |
| SetExpressionVector | |||
| ) |
Definition at line 77 of file match.test.cc.
References EXPECT_EQ, ObjectMatch::getExpressions(), and ObjectMatch::setExpression().
| TEST | ( | MatchTest | , |
| SimpleMatch | |||
| ) |
Definition at line 103 of file match.test.cc.
References EXPECT_TRUE, and ObjectMatch::match().
| TEST | ( | MatchTest | , |
| SimpleMismatch | |||
| ) |
Definition at line 109 of file match.test.cc.
References EXPECT_FALSE, and ObjectMatch::match().
| TEST | ( | MatchTest | , |
| MultipleExpressionsMatch | |||
| ) |
Definition at line 115 of file match.test.cc.
References EXPECT_TRUE, ObjectMatch::match(), and ObjectMatch::setExpression().
| TEST | ( | MatchTest | , |
| MultipleExpressionsMismatch | |||
| ) |
Definition at line 127 of file match.test.cc.
References EXPECT_FALSE, ObjectMatch::match(), and ObjectMatch::setExpression().
| TEST | ( | MatchTest | , |
| WildCardMatch | |||
| ) |
Definition at line 139 of file match.test.cc.
References EXPECT_TRUE, and ObjectMatch::match().
| TEST | ( | MatchTest | , |
| WildCardMismatch | |||
| ) |
Definition at line 151 of file match.test.cc.
References EXPECT_FALSE, and ObjectMatch::match().
| TEST | ( | MatchTest | , |
| TokensEmptyNoMatch | |||
| ) |
Definition at line 159 of file match.test.cc.
References EXPECT_FALSE, and ObjectMatch::match().