aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-services-book.yml
blob: a33b196a6bd59dc0555ef72a85b7650de3cf4553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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