C# Class xUnit.GWT.Story

Afficher le fichier Open project: BenHall/xUnit.GWT

Protected Properties

Свойство Type Description
Pending System.Action

Méthodes publiques

Méthode Description
Given ( string message ) : void
Given ( string message, System.Action givenAction ) : void
SetGiven ( string message, System.Action givenAction ) : void
SetThen ( string message, System.Action givenAction ) : void
SetWhen ( string message, System.Action givenAction ) : void
Story ( ) : System
Then ( string message ) : void
Then ( string message, System.Action givenAction ) : void
ToTestCommands ( string story, MethodInfo method ) : IEnumerable
When ( string message ) : void
When ( string message, System.Action givenAction ) : void

Private Methods

Méthode Description
GetTestPart ( List list, string message ) : TestPart

Method Details

Given() public méthode

public Given ( string message ) : void
message string
Résultat void

Given() public static méthode

public static Given ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
Résultat void

SetGiven() public static méthode

public static SetGiven ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
Résultat void

SetThen() public static méthode

public static SetThen ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
Résultat void

SetWhen() public static méthode

public static SetWhen ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
Résultat void

Story() public méthode

public Story ( ) : System
Résultat System

Then() public méthode

public Then ( string message ) : void
message string
Résultat void

Then() public static méthode

public static Then ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
Résultat void

ToTestCommands() public static méthode

public static ToTestCommands ( string story, MethodInfo method ) : IEnumerable
story string
method System.Reflection.MethodInfo
Résultat IEnumerable

When() public méthode

public When ( string message ) : void
message string
Résultat void

When() public static méthode

public static When ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
Résultat void

Property Details

Pending protected_oe property

protected Action,System Pending
Résultat System.Action