C# Class Pepino.ScenarioRunner.Application.ApiAssertResult

Inheritance: StepExecutionResult
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ApiAssertResult ( System.Guid stepId, System.DateTime time, double duration, bool passing ) : System

Method Details

ApiAssertResult() public method

public ApiAssertResult ( System.Guid stepId, System.DateTime time, double duration, bool passing ) : System
stepId System.Guid
time System.DateTime
duration double
passing bool
return System