Changes between Version 2 and Version 3 of oss/lolunit/tutorial
- Timestamp:
- Sep 8, 2011, 3:31:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
oss/lolunit/tutorial
v2 v3 16 16 No additional compiler or linker flags are required as long as the `<unit.h>` file is copied in a place where the compiler can find it. 17 17 18 == Fixtures ==18 == Fixtures and tests == 19 19 20 20 A '''fixture''' is a container class for tests that allows optional setup and teardown methods. To declare and automatically register a fixture, use the `LOLUNIT_FIXTURE` macro: