Update README.md

xunit link
pull/4231/head
yagneshprajapati 2 years ago committed by GitHub
parent a7fa9b3708
commit 88295d64a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -52,7 +52,7 @@ More information about building GoogleTest can be found at
| Feature | Description |
| --- | --- |
| xUnit test framework | Googletest is based on the xUnit testing framework, a popular architecture for unit testing |
| [xUnit](https://en.wikipedia.org/wiki/XUnit) test framework | Googletest is based on the 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 |

Loading…
Cancel
Save