Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
4e4df226
"dockerfile/rocm5.1.x.dockerfile" did not exist on "008e0fe1d8574eda372670fa80158d5963936a04"
Unverified
Commit
4e4df226
authored
May 23, 2018
by
Gennadiy Civil
Committed by
GitHub
May 23, 2018
Browse files
Merge pull request #1607 from gennadiycivil/master
Formatting changes
parents
145d0575
28c91e2c
Changes
29
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
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
No files found.
googletest/src/gtest.cc
View file @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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 @
4e4df226
...
...
@@ -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
...
...
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