C# Class StoryTeller.Testing.Engine.Dooer

Mostra file Open project: adymitruk/storyteller Class Usage Examples

Public Properties

Property Type Description
Age int
Name string

Public Methods

Method Description
DoSomethingWith ( string name, int age ) : void
MethodThatDoesNothing ( ) : void
MethodThatThrowsException ( ) : void

Private Methods

Method Description
DoSomethingUsingContextAndAddress ( string name, ITestContext context, Address address ) : void
DoSomethingWith2 ( string name, int age ) : void

Method Details

DoSomethingWith() public method

public DoSomethingWith ( string name, int age ) : void
name string
age int
return void

MethodThatDoesNothing() public method

public MethodThatDoesNothing ( ) : void
return void

MethodThatThrowsException() public method

public MethodThatThrowsException ( ) : void
return void

Property Details

Age public_oe property

public int Age
return int

Name public_oe property

public string Name
return string