summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryagneshprajapati <131433627+yagneshprajapati@users.noreply.github.com>2023-05-11 14:52:16 +0530
committerGitHub <noreply@github.com>2023-05-11 14:52:16 +0530
commit88295d64a7832408be57825720fcf44e007a4199 (patch)
treee41b1611dc6930132e5aa16d7980c431dbf138e9
parenta7fa9b37082993107a98181e631cafcdbe484f22 (diff)
downloadgoogletest-git-88295d64a7832408be57825720fcf44e007a4199.tar.gz
Update README.md
xunit link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1284b8d3..55ec8f25 100644
--- a/README.md
+++ b/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 |