Searched refs:CommandFixture (Results 1 – 1 of 1) sorted by relevance
49 class CommandFixture : public ::testing::Test { class51 CommandFixture(int argc, const char *argv[]) { in CommandFixture() function in CommandFixture201 class NoArgv : public CommandFixture {203 NoArgv() : CommandFixture(0, nullptr) {} in NoArgv()211 class ZeroArguments : public CommandFixture {231 class OneArgument : public CommandFixture {233 OneArgument() : CommandFixture(2, oneArgArgv) {} in OneArgument()254 class SeveralArguments : public CommandFixture {342 class OnlyValidArguments : public CommandFixture {400 class EnvironmentVariables : public CommandFixture {[all …]