C# Class StoryTeller.Testing.Engine.AssertionFixture

ファイルを表示 Open project: adymitruk/storyteller

Public Methods

Method Description
MethodWithArgs ( string name, int age ) : bool
NotAMethod ( ) : string

Private Methods

Method Description
Exception ( ) : bool
Failure ( ) : bool
Success ( ) : bool

Method Details

MethodWithArgs() public method

public MethodWithArgs ( string name, int age ) : bool
name string
age int
return bool

NotAMethod() public method

public NotAMethod ( ) : string
return string