| { |
| "name": "Placeholder templates", |
| "version": "chip-v1", |
| "helpers": [ |
| "partials/helper.js", |
| "common/StringHelper.js", |
| "templates/app/helper.js", |
| "templates/chip/helper.js", |
| "common/ClusterTestGeneration.js", |
| "chip-tool/templates/helper.js", |
| "chip-tool/templates/tests/helper.js" |
| ], |
| "resources": { |
| "pics-metafile": "../../../src/app/tests/suites/certification/PICS.yaml", |
| "certification-metadir": "../../../src/app/tests/suites/certification", |
| "test-metadir": "../../../src/app/tests/suites" |
| }, |
| "override": "../../../src/app/zap-templates/common/override.js", |
| "partials": [ |
| { |
| "name": "header", |
| "path": "../../../src/app/zap-templates/partials/header.zapt" |
| }, |
| { |
| "name": "test_cluster", |
| "path": "../../../examples/chip-tool/templates/tests/partials/test_cluster.zapt" |
| }, |
| { |
| "name": "test_step", |
| "path": "../../../examples/chip-tool/templates/tests/partials/test_step.zapt" |
| }, |
| { |
| "name": "test_step_response", |
| "path": "../../../examples/chip-tool/templates/tests/partials/test_step_response.zapt" |
| }, |
| { |
| "name": "maybeCheckExpectedValue", |
| "path": "../../../examples/chip-tool/templates/tests/partials/checks/maybeCheckExpectedValue.zapt" |
| }, |
| { |
| "name": "maybeCheckExpectedConstraints", |
| "path": "../../../examples/chip-tool/templates/tests/partials/checks/maybeCheckExpectedConstraints.zapt" |
| }, |
| { |
| "name": "maybeSaveAs", |
| "path": "../../../examples/chip-tool/templates/tests/partials/saveAs/maybeSaveAs.zapt" |
| }, |
| { |
| "name": "setupSaveAs", |
| "path": "../../../examples/chip-tool/templates/tests/partials/saveAs/setupSaveAs.zapt" |
| }, |
| { |
| "name": "teardownSaveAs", |
| "path": "../../../examples/chip-tool/templates/tests/partials/saveAs/teardownSaveAs.zapt" |
| }, |
| { |
| "name": "commandValue", |
| "path": "../../../examples/chip-tool/templates/tests/partials/command_value.zapt" |
| }, |
| { |
| "name": "valueEquals", |
| "path": "../../../examples/chip-tool/templates/tests/partials/value_equals.zapt" |
| } |
| ], |
| "templates": [ |
| { |
| "path": "tests-commands.zapt", |
| "name": "Tests Commands header", |
| "output": "test/Commands.h" |
| } |
| ] |
| } |