mirror of
https://github.com/google/googletest.git
synced 2025-12-11 01:47:30 +08:00
Improves conformance to the Google C++ Style Guide (by Greg Miller).
This commit is contained in:
@@ -606,6 +606,7 @@ class TestGenerationEnvironment : public ::testing::Environment {
|
||||
<< "has not been run as expected.";
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0),
|
||||
tear_down_count_(0), test_body_count_(0) {}
|
||||
@@ -674,6 +675,7 @@ class TestGenerationTest : public TestWithParam<int> {
|
||||
|
||||
EXPECT_TRUE(collected_parameters_ == expected_values);
|
||||
}
|
||||
|
||||
protected:
|
||||
int current_parameter_;
|
||||
static vector<int> collected_parameters_;
|
||||
|
||||
Reference in New Issue
Block a user