C# Class FluentSpec.Test.Acceptance.Classes.Class

显示文件 Open project: msuarz/fluentspec Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddAnElement ( ) : void
AnotherVirtualMethod ( ) : void
AreValid ( ) : bool
Class ( ) : System
Class ( Dependency Dependency ) : System
DoGuardedMethod ( ) : void
ForwardToMethodWithArgs ( ) : void
GuardFunction ( ) : bool
Method ( ) : void
MethodWithArgs ( ) : void
TestDependency ( ) : void
TestDependency ( Dependency Dependency ) : void
ValidationForArgs ( ) : bool
VirtualMethod ( ) : void

Method Details

AddAnElement() public method

public AddAnElement ( ) : void
return void

AnotherVirtualMethod() public method

public AnotherVirtualMethod ( ) : void
return void

AreValid() public method

public AreValid ( ) : bool
return bool

Class() public method

public Class ( ) : System
return System

Class() public method

public Class ( Dependency Dependency ) : System
Dependency Dependency
return System

DoGuardedMethod() public method

public DoGuardedMethod ( ) : void
return void

ForwardToMethodWithArgs() public method

public ForwardToMethodWithArgs ( ) : void
return void

GuardFunction() public method

public GuardFunction ( ) : bool
return bool

Method() public method

public Method ( ) : void
return void

MethodWithArgs() public method

public MethodWithArgs ( ) : void
return void

TestDependency() public method

public TestDependency ( ) : void
return void

TestDependency() public method

public TestDependency ( Dependency Dependency ) : void
Dependency Dependency
return void

ValidationForArgs() public method

public ValidationForArgs ( ) : bool
return bool

VirtualMethod() public method

public VirtualMethod ( ) : void
return void