diff options
author | yagneshprajapati <131433627+yagneshprajapati@users.noreply.github.com> | 2023-05-11 09:24:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 09:24:04 (GMT) |
commit | 7345a66cbd7149fa4126e526a94708b3f5d7d3b4 (patch) | |
tree | e64530d9b90935090dc9f21b79992b2b13bf8750 | |
parent | 88295d64a7832408be57825720fcf44e007a4199 (diff) | |
download | googletest-7345a66cbd7149fa4126e526a94708b3f5d7d3b4.zip googletest-7345a66cbd7149fa4126e526a94708b3f5d7d3b4.tar.gz googletest-7345a66cbd7149fa4126e526a94708b3f5d7d3b4.tar.bz2 |
Update README.md
xUnit link
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ This repository is a merger of the formerly separate GoogleTest and GoogleMock projects. These were so closely related that it makes sense to maintain and release them together. -### | Getting Started | +### Getting Started See the [GoogleTest User's Guide](https://google.github.io/googletest/) for documentation. We recommend starting with the @@ -52,7 +52,7 @@ More information about building GoogleTest can be found at | Feature | Description | | --- | --- | -| [xUnit](https://en.wikipedia.org/wiki/XUnit) test framework | Googletest is based on the xUnit testing framework, a popular architecture for unit testing | +| xUnit test framework | Googletest is based on the [xUnit](https://en.wikipedia.org/wiki/XUnit) testing framework, a popular architecture for unit testing | | Test discovery | Googletest automatically discovers and runs your tests, eliminating the need to manually register your tests | | Rich set of assertions | Googletest provides a variety of assertions, such as equality, inequality, exceptions, and more, making it easy to test your code | | User-defined assertions | You can define your own assertions with Googletest, making it simple to write tests that are specific to your code | |