summaryrefslogtreecommitdiffstats
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authorCorentin Le Gall <corentinlgs@gmail.com>2018-07-19 15:57:30 +0200
committerCorentin Le Gall <corentinlgs@gmail.com>2018-07-24 14:42:12 +0200
commitc96df58a88b60c7501b3c8a758c0277c17088371 (patch)
tree1e982c565a4fd0ba65a382cc1cba97efe891c34b /docs/SUMMARY.md
parent55673d50338f041763e6e38f38ea3fc311f2bdc1 (diff)
Changed doc to GitBook format + added doc
-Changed README.md to a complet GitBook doc. -Added explanations about EvtGrpReceived functions. -Corrected mistakes + reduced lines length. Change-Id: I1a077ddf6acb520a9158de658d3c09b12a2029d4 Signed-off-by: Corentin Le Gall <corentinlgs@gmail.com>
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
new file mode 100644
index 0000000..cc5e57a
--- /dev/null
+++ b/docs/SUMMARY.md
@@ -0,0 +1,24 @@
+# Summary
+
+* [Installation](0_Installation.md)
+
+* [Test example](1_TestExample.md)
+
+* [Launch the example](2_LaunchTheExample.md)
+
+* [Write your tests](WriteYourTests/Introduction.md)
+ * [Project Tree](WriteYourTests/0_ProjectTree.md)
+ * [Binding configuration](WriteYourTests/1_BindingConfiguration.md)
+ * [LUA test files](WriteYourTests/2_LUATestFiles.md)
+ * [References](WriteYourTests/Reference/Introduction.md)
+ * [Binding test functions](WriteYourTests/Reference/0_BindingTestFunctions.md)
+ * [Binding assert functions](WriteYourTests/Reference/1_BindingAssertFunctions.md)
+ * [Test framework functions](WriteYourTests/Reference/2_TestFrameworkFunctions.md)
+ * [LUAUnit assertion functions](WriteYourTests/Reference/LuaUnitAssertionFunctions/Introduction.md)
+ * [General Assertions](WriteYourTests/Reference/LuaUnitAssertionFunctions/0_GeneralAssertions.md)
+ * [Value Assertions](WriteYourTests/Reference/LuaUnitAssertionFunctions/1_ValueAssertions.md)
+ * [Scientific Assertions](WriteYourTests/Reference/LuaUnitAssertionFunctions/2_ScientificAssertions.md)
+ * [String Assertions](WriteYourTests/Reference/LuaUnitAssertionFunctions/3_StringAssertions.md)
+ * [Error Assertions](WriteYourTests/Reference/LuaUnitAssertionFunctions/4_ErrorAssertions.md)
+ * [Type Assertions](WriteYourTests/Reference/LuaUnitAssertionFunctions/5_TypeAssertions.md)
+ * [Table Assertions](WriteYourTests/Reference/LuaUnitAssertionFunctions/6_TableAssertions.md) \ No newline at end of file