aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-12-22 22:56:04 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-12-22 22:56:04 +0100
commit58a1ada0250f6d6390f0d04b547b3bb5f9934189 (patch)
treef5600b785b1d577e1aa83645ebf4a9a33976770d
parentcdaad5dbef30d989fab207324ec3c37d6e50c5a0 (diff)
Change-Id: I2717aceeb55bc2a1ddae95a8cc4d1bb01f48f142 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--docs/api-services-book.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/api-services-book.yml b/docs/api-services-book.yml
new file mode 100644
index 0000000..a33b196
--- /dev/null
+++ b/docs/api-services-book.yml
@@ -0,0 +1,46 @@
+type: books
+books:
+-
+ id: agl-test-framework
+ title: AGL Test Framework
+ description: AGL Test Framework documentation
+ keywords:
+ author: "IotBzh"
+ version: master
+ chapters:
+ - url: 0_Installation.md
+ name: Installation
+ - url: 1_Write_the_tests.md
+ name: Write the tests
+ - url: 2_The_test_widget.md
+ name: The test widget
+ - url: 3_Launch_the_tests.md
+ name: Launch the tests
+ - url: 4_Tests_Examples.md
+ name: Tests examples
+
+ - name: References
+ children:
+ - url: Reference/0_BindingTestFunctions.md
+ name: Binding Test Functions
+ - url: Reference/1_BindingAssertFunctions.md
+ name: Binding Assert Functions
+ - url: Reference/2_TestFrameworkFunctions.md
+ name: Test Framework Functions
+
+ - name: LuaUnit Assertion Functions
+ children:
+ - url: Reference/LuaUnitAssertionFunctions/0_GeneralAssertions.md
+ name: General Assertions
+ - url: Reference/LuaUnitAssertionFunctions/1_ValueAssertions.md
+ name: Value Assertions
+ - url: Reference/LuaUnitAssertionFunctions/2_ScientificAssertions.md
+ name: Scientific Assertions
+ - url: Reference/LuaUnitAssertionFunctions/3_StringAssertions.md
+ name: String Assertions
+ - url: Reference/LuaUnitAssertionFunctions/4_ErrorAssertions.md
+ name: Error Assertions
+ - url: Reference/LuaUnitAssertionFunctions/5_TypeAssertions.md
+ name: Type Assertions
+ - url: Reference/LuaUnitAssertionFunctions/6_TableAssertions.md
+ name: Table Assertions