| { |
| "name": "Placeholder templates", |
| "version": "chip-v1", |
| "helpers": [ |
| "../../../src/app/zap-templates/partials/helper.js", |
| "../../../src/app/zap-templates/common/StringHelper.js", |
| "../../../src/app/zap-templates/templates/app/helper.js", |
| "../../../src/app/zap-templates/templates/chip/helper.js", |
| "../../../src/app/zap-templates/common/ClusterTestGeneration.js", |
| "../../../examples/chip-tool/templates/helper.js", |
| "../../../examples/chip-tool/templates/tests/helper.js", |
| "helper.js" |
| ], |
| "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" |
| } |
| ] |
| } |