Skip to content

Commit

Permalink
Corrected About GUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajith Padman committed Oct 23, 2016
1 parent 3e0a7da commit e2c64dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An Integrated Development Environment for Unit Test Development using Gtest and
4. Clang 3.7.0 or above(http://llvm.org/releases/download.html)

# About GUnit
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.
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..
The IDE uses the MINGW gnu tool chain to compile the files
#Features
- Mock Class Generation
Expand Down

0 comments on commit e2c64dc

Please sign in to comment.