C# Class Given.Common.TestRun

Mostra file Open project: ncgonz/given

Private Properties

Property Type Description

Public Methods

Method Description
AddTest ( TestStateManager testStateManager, Type type ) : void
GetStories ( ) : List
TestRun ( ) : System

Method Details

AddTest() public method

public AddTest ( TestStateManager testStateManager, Type type ) : void
testStateManager TestStateManager
type System.Type
return void

GetStories() public method

public GetStories ( ) : List
return List

TestRun() public method

public TestRun ( ) : System
return System