20#ifdef OBJFWTEST_LOCAL_INCLUDES
23# import <ObjFW/ObjFW.h>
26OF_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:109
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A class for storing a pair of two objects.
Definition OFPair.h:40
A class for handling strings.
Definition OFString.h:143
A class meant for subclassing to create a test case, consisting of one or more tests.
Definition OTTestCase.h:40
void tearDown()
Tear down method that is run after every test in the test case.
Definition OTTestCase.m:34
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