added oct package for long-long arith
[CommonLispStat.git] / external / lift / website / source / glossary.md
blob03ac9befeb74d7f844fd6de3577179da53062733
1 {include header.md}
3 ## Glossary
5 {glossary}
7  [fixture]> glossary The fixture is the environment in which a testcase runs. The 
8 fixture is the code that prepares the environment for the test and that resets 
9 the environment after the test. Fixtures can be shared by many test-cases.
11 {include footer.md}