Differences From Artifact [70086bf554]:
- File new_tests/OFColorTests.m — part of check-in [5cbecd8453] at 2024-02-11 12:28:52 on branch objfwtest — Migrate OFColorTests to ObjFWTest (user: js, size: 1237) [annotate] [blame] [check-ins using]
To Artifact [f2116a7a9c]:
- File new_tests/OFColorTests.m — part of check-in [7272d5b2cd] at 2024-02-11 20:49:41 on branch objfwtest — Migrate OFArrayTests to ObjFWTest (user: js, size: 1254) [annotate] [blame] [check-ins using] [more...]
- File tests/OFColorTests.m — part of check-in [7a84580fb6] at 2024-02-18 19:29:26 on branch objfwtest — Rename new tests (user: js, size: 1254) [annotate] [blame] [check-ins using]
| ︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + |
OFColor *_color;
}
@end
@implementation OFColorTests
- (void)setUp
{
[super setUp];
_color = [[OFColor alloc] initWithRed: 63.f / 255
green: 127.f / 255
blue: 1
alpha: 1];
}
- (void)dealloc
|
| ︙ |