Inherits from NSOperation
Declared in GHTestOperation.h
GHTestOperation.m

Overview

Test for running in the context of an NSOperationQueue.

Tasks

Instance Methods

initWithTest:options:

Create operation that wraps a GHTest instance.

- (id)initWithTest:(id<GHTest>)test options:(GHTestOptions)options

Parameters

test

Test

options

Options

Declared In

GHTestOperation.h