Skip to content

Test Finished

egoroff edited this page Jun 22, 2013 · 4 revisions

Test finish message

Introduction

Indicates that test has been finished.

Details

Finishes a test

    <TestFinished Name="test.name" Duration="1.0" />

Finishes a test full example (with all optional attributes)

    <TestFinished
        IsAddTimestamp="true"
        FlowId="1"
        Name="test.name"
        Duration="1.0"
    />
Clone this wiki locally