Skip to content

Commit fa217c5

Browse files
authored
Update README with Google Test version 1.8.1
1 parent 72be584 commit fa217c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UNITTESTS/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Mbed CLI supports unit tests through the `mbed test --unittests` command. For in
8585

8686
A unit tests suite consists of one or more test cases. The test cases should cover all the functions in a class under test. All the external dependencies are stubbed including the other classes in the same module. Avoid stubbing header files. Finally, analyze code coverage to ensure all code is tested, and no dead code is found.
8787

88+
Unit tests are written using [Google Test v1.8.1](https://github.com/google/googletest/releases/tag/release-1.8.1).
89+
8890
Please see the [documentation for Google Test](https://github.com/google/googletest/blob/master/googletest/docs/primer.md) to learn how to write unit tests using its framework. See the [documentation for Google Mock](https://github.com/google/googletest/blob/master/googlemock/docs/Documentation.md) if you want to write and use C++ mock classes instead of stubs.
8991

9092
#### Test suite configuration

0 commit comments

Comments
 (0)