Unverified Commit 88295d64 authored by yagneshprajapati's avatar yagneshprajapati Committed by GitHub
Browse files

Update README.md

xunit link
parent a7fa9b37
...@@ -52,7 +52,7 @@ More information about building GoogleTest can be found at ...@@ -52,7 +52,7 @@ More information about building GoogleTest can be found at
| Feature | Description | | 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 | | 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 | | 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 | | User-defined assertions | You can define your own assertions with Googletest, making it simple to write tests that are specific to your code |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment