Skip to content

An Integrated Development Environment for Unit test Development using gtest and gmock libraries

License

Notifications You must be signed in to change notification settings

ajithpadman/GoogleUnitTestIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

GoogleUnitTestIDE

An Integrated Development Environment for Unit Test Development using Gtest and Gmock Libraries

Prerequisites

  1. Windows Operating System
  2. .NET 4.0 run time(http://www.microsoft.com/en-us/download/details.aspx?id=17718)
  3. MINGW Gnu Tool chain installation(http://www.mingw.org/)
  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.. The IDE uses the MINGW gnu tool chain to compile the files #Features

  • Mock Class Generation
  • Coverage Analysis
  • Unit test result Report Generation in HTML format
  • Unit Test Coverage Report Generation in HTML format
  • extend the featurs using .NET Plugin

About

An Integrated Development Environment for Unit test Development using gtest and gmock libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages