Changes between Version 2 and Version 3 of oss/lolunit/tutorial


Ignore:
Timestamp:
Sep 8, 2011, 3:31:15 PM (12 years ago)
Author:
sam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oss/lolunit/tutorial

    v2 v3  
    1616No 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.
    1717
    18 == Fixtures ==
     18== Fixtures and tests ==
    1919
    2020A '''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: