@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008-2022 Jonathan Schleifer + * Copyright (c) 2008-2024 Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in @@ -76,10 +76,14 @@ @end @interface TestsAppDelegate (OFCharacterSetTests) - (void)characterSetTests; @end + +@interface TestsAppDelegate (OFColorTests) +- (void)colorTests; +@end @interface TestsAppDelegate (OFDDPSocketTests) - (void)DDPSocketTests; @end @@ -116,10 +120,14 @@ @end @interface TestsAppDelegate (OFINIFileTests) - (void)INIFileTests; @end + +@interface TestsAppDelegate (OFIRITests) +- (void)IRITests; +@end @interface TestsAppDelegate (OFIPXSocketTests) - (void)IPXSocketTests; @end @@ -148,10 +156,14 @@ @end @interface TestsAppDelegate (OFMD5HashTests) - (void)MD5HashTests; @end + +@interface TestsAppDelegate (OFMatrix4x4Tests) +- (void)matrix4x4Tests; +@end @interface TestsAppDelegate (OFMemoryStreamTests) - (void)memoryStreamTests; @end @@ -225,14 +237,10 @@ @interface TestsAppDelegate (OFSPXStreamSocketTests) - (void)SPXStreamSocketTests; @end -@interface TestsAppDelegate (OFSerializationTests) -- (void)serializationTests; -@end - @interface TestsAppDelegate (OFSetTests) - (void)setTests; @end @interface TestsAppDelegate (OFSystemInfoTests) @@ -269,14 +277,10 @@ @interface TestsAppDelegate (OFUNIXStreamSocketTests) - (void)UNIXStreamSocketTests; @end -@interface TestsAppDelegate (OFURITests) -- (void)URITests; -@end - @interface TestsAppDelegate (OFValueTests) - (void)valueTests; @end @interface TestsAppDelegate (OFWindowsRegistryKeyTests)