gem5
v20.1.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 33 of file match.test.cc.
References ObjectMatch::add(), EXPECT_EQ, and ObjectMatch::getExpressions().
TEST | ( | MatchTest | , |
MultipleExpressionsMatch | |||
) |
Definition at line 113 of file match.test.cc.
References EXPECT_TRUE, ObjectMatch::match(), and ObjectMatch::setExpression().
TEST | ( | MatchTest | , |
MultipleExpressionsMismatch | |||
) |
Definition at line 125 of file match.test.cc.
References EXPECT_FALSE, ObjectMatch::match(), and ObjectMatch::setExpression().
TEST | ( | MatchTest | , |
SetExpression | |||
) |
Definition at line 58 of file match.test.cc.
References EXPECT_EQ, ObjectMatch::getExpressions(), and ObjectMatch::setExpression().
TEST | ( | MatchTest | , |
SetExpressionVector | |||
) |
Definition at line 75 of file match.test.cc.
References EXPECT_EQ, ObjectMatch::getExpressions(), and ObjectMatch::setExpression().
TEST | ( | MatchTest | , |
SimpleMatch | |||
) |
Definition at line 101 of file match.test.cc.
References EXPECT_TRUE, and ObjectMatch::match().
TEST | ( | MatchTest | , |
SimpleMismatch | |||
) |
Definition at line 107 of file match.test.cc.
References EXPECT_FALSE, and ObjectMatch::match().
TEST | ( | MatchTest | , |
TokensEmptyNoMatch | |||
) |
Definition at line 157 of file match.test.cc.
References EXPECT_FALSE, and ObjectMatch::match().
TEST | ( | MatchTest | , |
WildCardMatch | |||
) |
Definition at line 137 of file match.test.cc.
References EXPECT_TRUE, and ObjectMatch::match().
TEST | ( | MatchTest | , |
WildCardMismatch | |||
) |
Definition at line 149 of file match.test.cc.
References EXPECT_FALSE, and ObjectMatch::match().