test element

Type: imbRecordedTestDataContainerBean
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Description of Captured Tests Data

Example XML

<?xml version="1.0" encoding="UTF-8"?> <test xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="..."> <recordedTestData type="..."> <ns1:checkpoint xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject" type="..." name="..." testDataUuid="..." applicationName="..." applicationUuid="..." libraryName="..." libraryUuid="..." messageFlowName="..." messageFlowUuid="..." sourceNodeName="..." sourceNodeType="..." sourceTerminalName="..." targetNodeName="..." targetNodeType="..." targetTerminalName="..." timestamp="..." sequenceNumber="..." invokedCount="..." threadId="..." isDynamicPropagate="..." /> <ns1:testData xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject" type="..." name="..." uuid="..." inputNodeType="..."> <ns1:message>...</ns1:message> <ns1:localenvironment>...</ns1:localenvironment> <ns1:environment>...</ns1:environment> <ns1:exceptionlist>...</ns1:exceptionlist> </ns1:testData> </recordedTestData> <recordedTestData type="..."> <!--...--> </recordedTestData> <!--...more "recordedTestData" elements...--> </test>

Example JSON

{ "type" : "...", "recordedTestData" : [ { "type" : "...", "checkpoint" : { "type" : "...", "name" : "...", "testDataUuid" : "...", "applicationName" : "...", "applicationUuid" : "...", "libraryName" : "...", "libraryUuid" : "...", "messageFlowName" : "...", "messageFlowUuid" : "...", "sourceNodeName" : "...", "sourceNodeType" : "...", "sourceTerminalName" : "...", "targetNodeName" : "...", "targetNodeType" : "...", "targetTerminalName" : "...", "timestamp" : "...", "sequenceNumber" : "...", "invokedCount" : "...", "threadId" : "...", "isDynamicPropagate" : "..." }, "testData" : { "type" : "...", "name" : "...", "uuid" : "...", "inputNodeType" : "...", "message" : "...", "localenvironment" : "...", "environment" : "...", "exceptionlist" : "..." } }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }