You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ An Integrated Development Environment for Unit Test Development using Gtest and
7
7
4. Clang 3.7.0 or above(http://llvm.org/releases/download.html)
8
8
9
9
# About GUnit
10
-
GUnit is an Integrated Development Environment for Unit test Development using Google Test and Google Mock framework. The IDE makes use of libclang library to parse the Files to identify the functions available in the files and their argument types. This helps in identifying what all need to be mocked to execute the Unit tests. The IDE also gives the facility of generating the Mock Classes in the format specified by the Gmock library.Using the IDE the basic Boundary tests can also be generated.
10
+
GUnit is an Integrated Development Environment for Unit test Development using Google Test and Google Mock framework. The IDE makes use of libclang library to parse the Files to identify the functions available in the files and their argument types. This helps in identifying what all need to be mocked to execute the Unit tests. The IDE also gives the facility of generating the Mock Classes in the format specified by the Gmock library..
11
11
The IDE uses the MINGW gnu tool chain to compile the files
0 commit comments