Table of Contents

Enum ReportTimeOption

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll

Defines how timestamps are calculated in reports.

public enum ReportTimeOption

Fields

RelativeToTestModuleStartTime = 1

Relative to the time the module started

RelativeToTestSuiteStartTime = 0

Relative to the time the test suite started

WallClock = 2

Wall clock time