Guest User

Untitled

a guest
Jun 18th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class FooTest : public ::testing::TestWithParam<const char*> {
  2. // You can implement all the usual fixture class members here.
  3. // To access the test parameter, call GetParam() from class
  4. // TestWithParam<T>.
  5. };
Add Comment
Please, Sign In to add comment