C# Class Pepino.ScenarioRunner.Application.BrowserStepSucceededResult

Inheritance: StepExecutionResult
Mostrar archivo Open project: AcklenAvenue/Pepino

Public Methods

Method Description
BrowserStepSucceededResult ( System.Guid stepId, string screenShot, System.DateTime time, double duration ) : System

Method Details

BrowserStepSucceededResult() public method

public BrowserStepSucceededResult ( System.Guid stepId, string screenShot, System.DateTime time, double duration ) : System
stepId System.Guid
screenShot string
time System.DateTime
duration double
return System