diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-01-09 16:04:02 +0100 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-01-09 16:04:02 +0100 |
commit | 3b9968ccf6d92f7d7b01adf972935c60bec08f95 (patch) | |
tree | 3ff8ab6b4667e1adc284e76aee7445f13b5d7a03 | |
parent | 9728c33be05a20143e8f2b333f93d6cec448ad32 (diff) |
docs: add yaml bookflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4
Bug-AGL: SPEC-1988
Change-Id: I5e49b1abb002053d6e09cd066f2d2543c7d4e08f
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r-- | docs/api-services-book.yml | 46 |
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..d8c2a7d --- /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: flounder + 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 |