# 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)