ObjFW  Diff

Differences From Artifact [2c155edfe7]:

To Artifact [25e93e8938]:


67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
67
68
69
70
71
72
73




74
75
76
77
78
79
80







-
-
-
-







- (void)blockTests;
@end

@interface TestsAppDelegate (OFCharacterSetTests)
- (void)characterSetTests;
@end

@interface TestsAppDelegate (OFColorTests)
- (void)colorTests;
@end

@interface TestsAppDelegate (OFDDPSocketTests)
- (void)DDPSocketTests;
@end

@interface TestsAppDelegate (OFDNSResolverTests)
- (void)DNSResolverTests;
@end
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
159
160
161
162
163
164
165




166
167
168
169
170
171
172







-
-
-
-







- (void)notificationCenterTests;
@end

@interface TestsAppDelegate (OFObjectTests)
- (void)objectTests;
@end

@interface TestsAppDelegate (OFPluginTests)
- (void)pluginTests;
@end

@interface TestsAppDelegate (RuntimeTests)
- (void)runtimeTests;
@end

@interface TestsAppDelegate (RuntimeARCTests)
- (void)runtimeARCTests;
@end