Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
28c91e2c
Commit
28c91e2c
authored
May 23, 2018
by
Gennadiy Civil
Browse files
Formatting changes
parent
145d0575
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
googletest/src/gtest.cc
googletest/src/gtest.cc
+1
-1
googletest/test/gtest-listener_test.cc
googletest/test/gtest-listener_test.cc
+1
-1
googletest/test/gtest-param-test_test.h
googletest/test/gtest-param-test_test.h
+1
-1
googletest/test/gtest-printers_test.cc
googletest/test/gtest-printers_test.cc
+1
-1
googletest/test/gtest-unittest-api_test.cc
googletest/test/gtest-unittest-api_test.cc
+1
-1
googletest/test/gtest_all_test.cc
googletest/test/gtest_all_test.cc
+1
-1
googletest/test/gtest_help_test.py
googletest/test/gtest_help_test.py
+1
-1
googletest/test/gtest_output_test.py
googletest/test/gtest_output_test.py
+1
-1
googletest/test/gtest_test_utils.py
googletest/test/gtest_test_utils.py
+1
-1
googletest/test/gtest_unittest.cc
googletest/test/gtest_unittest.cc
+1
-1
No files found.
googletest/src/gtest.cc
View file @
28c91e2c
...
...
@@ -29,7 +29,7 @@
//
// Author: wan@google.com (Zhanyong Wan)
//
// The Google C++ Testing Framework (Google Test)
// The Google C++ Testing
and Mocking
Framework (Google Test)
#include "gtest/gtest.h"
#include "gtest/internal/custom/gtest.h"
...
...
googletest/test/gtest-listener_test.cc
View file @
28c91e2c
...
...
@@ -28,7 +28,7 @@
//
// Author: vladl@google.com (Vlad Losev)
//
// The Google C++ Testing Framework (Google Test)
// The Google C++ Testing
and Mocking
Framework (Google Test)
//
// This file verifies Google Test event listeners receive events at the
// right times.
...
...
googletest/test/gtest-param-test_test.h
View file @
28c91e2c
...
...
@@ -29,7 +29,7 @@
//
// Authors: vladl@google.com (Vlad Losev)
//
// The Google C++ Testing Framework (Google Test)
// The Google C++ Testing
and Mocking
Framework (Google Test)
//
// This header file provides classes and functions used internally
// for testing Google Test itself.
...
...
googletest/test/gtest-printers_test.cc
View file @
28c91e2c
...
...
@@ -29,7 +29,7 @@
//
// Author: wan@google.com (Zhanyong Wan)
// Google Test - The Google C++ Testing Framework
// Google Test - The Google C++ Testing
and Mocking
Framework
//
// This file tests the universal value printer.
...
...
googletest/test/gtest-unittest-api_test.cc
View file @
28c91e2c
...
...
@@ -28,7 +28,7 @@
//
// Author: vladl@google.com (Vlad Losev)
//
// The Google C++ Testing Framework (Google Test)
// The Google C++ Testing
and Mocking
Framework (Google Test)
//
// This file contains tests verifying correctness of data provided via
// UnitTest's public methods.
...
...
googletest/test/gtest_all_test.cc
View file @
28c91e2c
...
...
@@ -29,7 +29,7 @@
//
// Author: wan@google.com (Zhanyong Wan)
//
// Tests for Google C++ Testing Framework (Google Test)
// Tests for Google C++ Testing
and Mocking
Framework (Google Test)
//
// Sometimes it's desirable to build most of Google Test's own tests
// by compiling a single file. This file serves this purpose.
...
...
googletest/test/gtest_help_test.py
View file @
28c91e2c
...
...
@@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""Tests the --help flag of Google C++ Testing Framework.
"""Tests the --help flag of Google C++ Testing
and Mocking
Framework.
SYNOPSIS
gtest_help_test.py --build_dir=BUILD/DIR
...
...
googletest/test/gtest_output_test.py
View file @
28c91e2c
...
...
@@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""Tests the text output of Google C++ Testing Framework.
"""Tests the text output of Google C++ Testing
and Mocking
Framework.
SYNOPSIS
...
...
googletest/test/gtest_test_utils.py
View file @
28c91e2c
...
...
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""Unit test utilities for Google C++ Testing Framework."""
"""Unit test utilities for Google C++ Testing
and Mocking
Framework."""
# Suppresses the 'Import not at the top of the file' lint complaint.
# pylint: disable-msg=C6204
...
...
googletest/test/gtest_unittest.cc
View file @
28c91e2c
...
...
@@ -404,7 +404,7 @@ TEST(CanonicalizeForStdLibVersioning, ElidesDoubleUnderNames) {
CanonicalizeForStdLibVersioning
(
"std::__google::bind"
));
EXPECT_EQ
(
"std::_"
,
CanonicalizeForStdLibVersioning
(
"std::__google::_"
));
}
// Tests FormatTimeInMillisAsSeconds().
TEST
(
FormatTimeInMillisAsSecondsTest
,
FormatsZero
)
{
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment