blob: e4a45d508783e20078cc32ecb8858e7a3194e181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Summary
* [Installation](0_Installation.md)
* [Write the tests](1_Write_the_tests.md)
* [Launch the example](2_The_test_widget.md)
* [How to launch the tests ?](3_Launch_the_tests.md)
* [Tests examples?](4_Tests_Examples.md)
* [References](Reference/Introduction.md)
* [Binding test functions](Reference/0_BindingTestFunctions.md)
* [Binding assert functions](Reference/1_BindingAssertFunctions.md)
* [Test framework functions](Reference/2_TestFrameworkFunctions.md)
* [LUAUnit assertion functions](Reference/LuaUnitAssertionFunctions/Introduction.md)
* [General Assertions](Reference/LuaUnitAssertionFunctions/0_GeneralAssertions.md)
* [Value Assertions](Reference/LuaUnitAssertionFunctions/1_ValueAssertions.md)
* [Scientific Assertions](Reference/LuaUnitAssertionFunctions/2_ScientificAssertions.md)
* [String Assertions](Reference/LuaUnitAssertionFunctions/3_StringAssertions.md)
* [Error Assertions](Reference/LuaUnitAssertionFunctions/4_ErrorAssertions.md)
* [Type Assertions](Reference/LuaUnitAssertionFunctions/5_TypeAssertions.md)
* [Table Assertions](Reference/LuaUnitAssertionFunctions/6_TableAssertions.md)
|