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

Afficher le fichier Open project: msuarz/fluentspec Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AddAnElement ( ) : void
Résultat void

AnotherVirtualMethod() public méthode

public AnotherVirtualMethod ( ) : void
Résultat void

AreValid() public méthode

public AreValid ( ) : bool
Résultat bool

Class() public méthode

public Class ( ) : System
Résultat System

Class() public méthode

public Class ( Dependency Dependency ) : System
Dependency Dependency
Résultat System

DoGuardedMethod() public méthode

public DoGuardedMethod ( ) : void
Résultat void

ForwardToMethodWithArgs() public méthode

public ForwardToMethodWithArgs ( ) : void
Résultat void

GuardFunction() public méthode

public GuardFunction ( ) : bool
Résultat bool

Method() public méthode

public Method ( ) : void
Résultat void

MethodWithArgs() public méthode

public MethodWithArgs ( ) : void
Résultat void

TestDependency() public méthode

public TestDependency ( ) : void
Résultat void

TestDependency() public méthode

public TestDependency ( Dependency Dependency ) : void
Dependency Dependency
Résultat void

ValidationForArgs() public méthode

public ValidationForArgs ( ) : bool
Résultat bool

VirtualMethod() public méthode

public VirtualMethod ( ) : void
Résultat void