aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentinLGS <corentinlgs@gmail.com>2018-07-26 14:32:16 +0200
committerronan [iot.bzh] <ronan.lemartret@iot.bzh>2018-08-06 11:22:51 +0200
commit9af9dac14ce85dc3276b06c7cdd5521d006aa3c8 (patch)
treead32a76a6ce839ebf8bcbf117f67a64e085bcd5b
parent34cf2888786e4f0282ab41de4ce23b074fd53368 (diff)
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 <corentinlgs@gmail.com>
-rw-r--r--content/tocs/apis_services/fetched_files.yml55
-rw-r--r--content/tocs/apis_services/toc_dev_en.yml26
2 files changed, 81 insertions, 0 deletions
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
@@ -146,6 +146,61 @@ repositories:
- 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
git_commit: master
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
@@ -77,6 +77,32 @@ children:
- 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:
- url: reference/signaling/architecture.html