ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Instance Methods | Properties | List of all members
ARTestCase Class Reference

#import <ARTestCase.h>

Inheritance diagram for ARTestCase:
Inheritance graph
[legend]
Collaboration diagram for ARTestCase:
Collaboration graph
[legend]

Instance Methods

(void) - runUntilStop
 

Properties

BOOL stop
 

Detailed Description

Adds test case methods for cycling the current run-loop until you say stop. Useful for waiting until concurrent connection requests complete. Adds new methods to your test cases: -runUntilStop and -setStop:YES.

Definition at line 32 of file ARTestCase.h.

Method Documentation

- (void) runUntilStop

Definition at line 31 of file ARTestCase.m.

Property Documentation

- (BOOL) stop
readwriteatomicassign

Definition at line 34 of file ARTestCase.h.


The documentation for this class was generated from the following files: