20 #ifdef OBJFWTEST_LOCAL_INCLUDES 23 # import <ObjFW/ObjFW.h> 26 OF_ASSUME_NONNULL_BEGIN
40 #ifdef OF_HAVE_CLASS_PROPERTIES 41 @property (
class, readonly, nullable, nonatomic)
An abstract class for storing objects in an array.
Definition: OFArray.h:107
void tearDown()
Tear down method that is run after every test in the test case.
Definition: OTTestCase.m:34
A class meant for subclassing to create a test case, consisting of one or more tests.
Definition: OTTestCase.h:39
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
A class for storing a pair of two objects.
Definition: OFPair.h:29
A class for handling strings.
Definition: OFString.h:142
void setUp()
Set up method that is run before every test in the test case.
Definition: OTTestCase.m:30
nullable OFArray * summary()
Returns a summary for the test case that should be printed once all tests in all test cases were run...
Definition: OTTestCase.m:25