C# Class StoryTeller.Testing.Engine.CurriedFixture

Inheritance: Fixture
Show file Open project: adymitruk/storyteller Class Usage Examples

Public Properties

Property Type Description
A string
B string
C string
D string

Public Methods

Method Description
CurriedFixture ( ) : NUnit.Framework
Go1 ( string a, string b, string c, [ d ) : void
Go2 ( string a, string b, [ c, [ d ) : void

Method Details

CurriedFixture() public method

public CurriedFixture ( ) : NUnit.Framework
return NUnit.Framework

Go1() public method

public Go1 ( string a, string b, string c, [ d ) : void
a string
b string
c string
d [
return void

Go2() public method

public Go2 ( string a, string b, [ c, [ d ) : void
a string
b string
c [
d [
return void

Property Details

A public property

public string A
return string

B public property

public string B
return string

C public property

public string C
return string

D public property

public string D
return string