GHUnitIOS 0.5.8

GHUnitIOS 0.5.8

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Felix Schulze.



GHUnitIOS 0.5.8

  • By
  • Gabriel Handford and Felix Schulze

GHUnit Build Status

GHUnit is a test framework for Mac OS X and iOS. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.

Moved repostitory

GH-Unit is moved from gabriel/gh-unit to gh-unit/gh-unit.

Features

  • Run tests, breakpoint and interact directly with the XCode Debugger.
  • Run from the command line or via a Makefile.
  • Run tests in parallel.
  • Allow testing of UI components.
  • Capture and display test metrics.
  • Search and filter tests by keywords.
  • View logging by test case.
  • Show stack traces and useful debugging information.
  • Include as a framework in your projects
  • Determine whether views have changed (UI verification)
  • Quickly approve and record view changes
  • View image diff to see where views have changed

iOS

target :Testtarget do
    pod 'GHUnitIOS', '~> 0.5.7'`
end

OSX

target :Testtarget do
    pod 'GHUnitOSX', '~> 0.5.7'`
end

Install (From Source)

Checkout gh-unit.

iOS

cd Project-iOS && make

Add the GHUnitIOS.framework to your project

OS X

cd Project-MacOSX && make

Add the GHUnit.framework to your project

Documentation

Install (Docset)

  • Open Xcode, Preferences and select the Documentation tab.
  • Select the plus icon (bottom left) and specify: http://gh-unit.github.io/gh-unit/publish/me.rel.GHUnit.atom

Mac OS X

GHUnit-0.4.18

iOS

GHUnit-IPhone-0.4.18

GHUnit-IPhone-0.4.34

GHUnit-IPhone-0.4.34

GHUnit-IPhone-0.4.34