diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-30 14:33:55 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-11-27 08:46:32 +0100 |
commit | f0eb914a1c6e21fad145b4f064d75b9daf09afaa (patch) | |
tree | e2ac6b085e5c50dc4582afd5cd2f6dd64ddf1bca | |
parent | ce7081a0561304e8d7865883d07ea40b8ec12c04 (diff) |
Update docs about test framework
This follow the reorganization and update made in the gerrit review
https://gerrit.automotivelinux.org/gerrit/17507
Change-Id: Id09b5632733c808140a5eff3f9418357a068a396
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Signed-off-by: Stéphane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 49 | ||||
-rw-r--r-- | content/tocs/apis_services/toc_dev_en.yml | 39 |
2 files changed, 41 insertions, 47 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 676c8e3..7ba7ea7 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -154,49 +154,46 @@ repositories: - source: 0_Installation.md destination: Installation.md label: Installation - - source: 1_TestExample.md - destination: test-example.md - label: Test Example - - source: 2_LaunchTheExample.md - destination: launch-the-example.md - label: Launch The Example - - source: WriteYourTests/0_ProjectTree.md - destination: project-tree.md - label: Project Tree - - source: WriteYourTests/1_BindingConfiguration.md - destination: binding-configuration.md - label: Binding Configuration - - source: WriteYourTests/2_LUATestFiles.md - destination: Lua-test-files.md - label: LUA Test Files - - source: WriteYourTests/Reference/0_BindingTestFunctions.md - destination: binding-test-finctions.md + - source: 1_Write_the_tests.md + destination: write-the-tests.md + label: Write the tests + - source: 2_The_test_widget.md + destination: the-test-widget.md + label: The test widget + - source: 3_Launch_the_tests.md + destination: launch-the-tests.md + label: Launch the tests + - source: 4_Tests_Examples.md + destination: tests-examples.md + label: Tests examples + - source: Reference/0_BindingTestFunctions.md + destination: binding-test-functions.md label: Binding Test Functions - - source: WriteYourTests/Reference/1_BindingAssertFunctions.md + - source: Reference/1_BindingAssertFunctions.md destination: binding-assert-functions.md label: Binding Assert Functions - - source: WriteYourTests/Reference/2_TestFrameworkFunctions.md + - source: Reference/2_TestFrameworkFunctions.md destination: test-framework-functions.md label: Test Framework Functions - - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/0_GeneralAssertions.md + - source: Reference/LuaUnitAssertionFunctions/0_GeneralAssertions.md destination: general-assertions.md label: General Assertions - - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/1_ValueAssertions.md + - source: Reference/LuaUnitAssertionFunctions/1_ValueAssertions.md destination: value-assertions.md label: Value Assertions - - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/2_ScientificAssertions.md + - source: Reference/LuaUnitAssertionFunctions/2_ScientificAssertions.md destination: scientific-assertions.md label: Scientific Assertions - - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/3_StringAssertions.md + - source: Reference/LuaUnitAssertionFunctions/3_StringAssertions.md destination: string-assertions.md label: String Assertions - - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/4_ErrorAssertions.md + - source: Reference/LuaUnitAssertionFunctions/4_ErrorAssertions.md destination: error-assertions.md label: Error Assertions - - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/5_TypeAssertions.md + - source: Reference/LuaUnitAssertionFunctions/5_TypeAssertions.md destination: type-assertions.md label: Type Assertions - - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/6_TableAssertions.md + - source: Reference/LuaUnitAssertionFunctions/6_TableAssertions.md destination: table-assertions.md label: Table Assertions diff --git a/content/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 42a5708..56cc4f3 100644 --- a/content/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml @@ -80,27 +80,24 @@ children: name: AGL Test Framework children: - url: reference/afb-test/Installation.html - - url: reference/afb-test/test-example.html - - url: reference/afb-test/launch-the-example.html - - name: Write Your Tests - children: - - url: reference/afb-test/project-tree.html - - url: reference/afb-test/binding-configuration.html - - url: reference/afb-test/Lua-test-files.html - - name: References - children: - - url: reference/afb-test/binding-test-finctions.html - - url: reference/afb-test/binding-assert-functions.html - - url: reference/afb-test/test-framework-functions.html - - name: LuaUnit Assertion Functions - children: - - url: reference/afb-test/general-assertions.html - - url: reference/afb-test/value-assertions.html - - url: reference/afb-test/scientific-assertions.html - - url: reference/afb-test/string-assertions.html - - url: reference/afb-test/error-assertions.html - - url: reference/afb-test/type-assertions.html - - url: reference/afb-test/table-assertions.html + - url: reference/afb-test/write-the-tests.html + - url: reference/afb-test/the-test-widget.html + - url: reference/afb-test/launch-the-tests.html + - url: reference/afb-test/tests-examples.html + - name: References + children: + - url: reference/afb-test/binding-test-functions.html + - url: reference/afb-test/binding-assert-functions.html + - url: reference/afb-test/test-framework-functions.html + - name: LuaUnit Assertion Functions + children: + - url: reference/afb-test/general-assertions.html + - url: reference/afb-test/value-assertions.html + - url: reference/afb-test/scientific-assertions.html + - url: reference/afb-test/string-assertions.html + - url: reference/afb-test/error-assertions.html + - url: reference/afb-test/type-assertions.html + - url: reference/afb-test/table-assertions.html - name: Message Signaling |