writeStaticData
Version note: this reference describes Nanook 1.x (JavaScript). Since 2.0 (March 2026) Nanook is TypeScript/ESM; Processor is now TestcaseProcessor, TDGServiceRegistry is DataGeneratorRegistry. The current reference is on this site: API reference, 3.x rows, generated from the repository.
writeStaticData(testcaseData, todos)
This methode writes the static data from the todos into the test case data Object
Kind: global function
| Param | Type | Description |
|---|---|---|
| testcaseData | object |
The testcaseData object wich stores all the information of this testcase |
| todos | object |
The todos to be executed |