From 9af9dac14ce85dc3276b06c7cdd5521d006aa3c8 Mon Sep 17 00:00:00 2001 From: CorentinLGS Date: Thu, 26 Jul 2018 14:32:16 +0200 Subject: Added a guide on how to use the AGL-Test-Framework -I placed it just after the guide on the App Framework Binder in the APIs and Services section. -The doc is linked to the afb-test's doc on gerrit. Change-Id: I7da329f82ece9048fc9b286c946d8e44a84da12c Signed-off-by: Corentin Le Gall --- content/tocs/apis_services/fetched_files.yml | 55 ++++++++++++++++++++++++++++ content/tocs/apis_services/toc_dev_en.yml | 26 +++++++++++++ 2 files changed, 81 insertions(+) diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 8cf10db..669cf18 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -145,6 +145,61 @@ repositories: - source: images/CAN_level_mapping.png - source: images/OpenXC_to_AGL.png +- + git_name : apps/app-afb-test + git_commit: master + src_prefix : docs + dst_prefix: afb-test + documents: + - 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 + label: Binding Test Functions + - source: WriteYourTests/Reference/1_BindingAssertFunctions.md + destination: binding-assert-functions.md + label: Binding Assert Functions + - source: WriteYourTests/Reference/2_TestFrameworkFunctions.md + destination: test-framework-functions.md + label: Test Framework Functions + - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/0_GeneralAssertions.md + destination: general-assertions.md + label: General Assertions + - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/1_ValueAssertions.md + destination: value-assertions.md + label: Value Assertions + - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/2_ScientificAssertions.md + destination: scientific-assertions.md + label: Scientific Assertions + - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/3_StringAssertions.md + destination: string-assertions.md + label: String Assertions + - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/4_ErrorAssertions.md + destination: error-assertions.md + label: Error Assertions + - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/5_TypeAssertions.md + destination: type-assertions.md + label: Type Assertions + - source: WriteYourTests/Reference/LuaUnitAssertionFunctions/6_TableAssertions.md + destination: table-assertions.md + label: Table Assertions + - url_fetch: GITHUB_FETCH git_name : iotbzh/high-level-viwi-service diff --git a/content/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 1dc7c4f..4323092 100644 --- a/content/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml @@ -76,6 +76,32 @@ children: - url: reference/af-binder/legacy/afb-binding-v2-references.html - url: REVISIONS.html +- + 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 + - name: Message Signaling children: -- cgit 1.2.3-korg