Differences From Artifact [36680e2682]:
- File
tests/TestsAppDelegate.h
— part of check-in
[14f1e22d79]
at
2021-05-08 23:22:59
on branch trunk
— tests: Align more with ObjFW style
ObjFW's style changed over the years, but the tests were never adjusted
to it. (user: js, size: 5646) [annotate] [blame] [check-ins using] [more...]
To Artifact [8a125e86de]:
- File tests/TestsAppDelegate.h — part of check-in [94110c9553] at 2021-10-24 15:14:26 on branch unix-sockets — Add OFUNIXDatagramSocket (user: js, size: 5741) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
238 239 240 241 242 243 244 245 246 247 248 249 250 251 | @interface TestsAppDelegate (OFThreadTests) - (void)threadTests; @end @interface TestsAppDelegate (OFUDPSocketTests) - (void)UDPSocketTests; @end @interface TestsAppDelegate (OFURLTests) - (void)URLTests; @end @interface TestsAppDelegate (OFValueTests) - (void)valueTests; | > > > > | 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 | @interface TestsAppDelegate (OFThreadTests) - (void)threadTests; @end @interface TestsAppDelegate (OFUDPSocketTests) - (void)UDPSocketTests; @end @interface TestsAppDelegate (OFUNIXDatagramSocketTests) - (void)UNIXDatagramSocketTests; @end @interface TestsAppDelegate (OFURLTests) - (void)URLTests; @end @interface TestsAppDelegate (OFValueTests) - (void)valueTests; |
︙ | ︙ |