// // TestNormals.m // Exercise 20 // // Created by Jonathan Saggau on 9/22/06. // Copyright 2006 Jonathan Saggau. All rights reserved. // #import @interface TestNormals : SenTestCase { } @end @implementation TestNormals @end /* #define STAssertNil(a1, description, ...) #define STAssertNotNil(a1, description, ...) #define STAssertTrue(expression, description, ...) #define STAssertFalse(expression, description, ...) #define STAssertEqualObjects(a1, a2, description, ...) #define STAssertEquals(a1, a2, description, ...) #define STAssertEqualsWithAccuracy(left, right, accuracy, description, ...) #define STAssertThrows(expression, description, ...) #define STAssertThrowsSpecific(expression, specificException, description, ...) #define STAssertThrowsSpecificNamed(expr, specificException, aName, description, ...) #define STAssertNoThrow(expression, description, ...) #define STAssertNoThrowSpecific(expression, specificException, description, ...) #define STAssertNoThrowSpecificNamed(expr, specificException, aName, description, ...) #define STFail(description, ...) #define STAssertTrueNoThrow(expression, description, ...) #define STAssertFalseNoThrow(expression, description, ...) */