Skip to content

Commit e2c64dc

Browse files
author
Ajith Padman
committed
Corrected About GUnit
1 parent 3e0a7da commit e2c64dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An Integrated Development Environment for Unit Test Development using Gtest and
77
4. Clang 3.7.0 or above(http://llvm.org/releases/download.html)
88

99
# 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..
1111
The IDE uses the MINGW gnu tool chain to compile the files
1212
#Features
1313
- Mock Class Generation

0 commit comments

Comments
 (0)