C# Класс FluentSpec.Test.Acceptance.Classes.Class

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

AddAnElement() публичный Метод

public AddAnElement ( ) : void
Результат void

AnotherVirtualMethod() публичный Метод

public AnotherVirtualMethod ( ) : void
Результат void

AreValid() публичный Метод

public AreValid ( ) : bool
Результат bool

Class() публичный Метод

public Class ( ) : System
Результат System

Class() публичный Метод

public Class ( Dependency Dependency ) : System
Dependency Dependency
Результат System

DoGuardedMethod() публичный Метод

public DoGuardedMethod ( ) : void
Результат void

ForwardToMethodWithArgs() публичный Метод

public ForwardToMethodWithArgs ( ) : void
Результат void

GuardFunction() публичный Метод

public GuardFunction ( ) : bool
Результат bool

Method() публичный Метод

public Method ( ) : void
Результат void

MethodWithArgs() публичный Метод

public MethodWithArgs ( ) : void
Результат void

TestDependency() публичный Метод

public TestDependency ( ) : void
Результат void

TestDependency() публичный Метод

public TestDependency ( Dependency Dependency ) : void
Dependency Dependency
Результат void

ValidationForArgs() публичный Метод

public ValidationForArgs ( ) : bool
Результат bool

VirtualMethod() публичный Метод

public VirtualMethod ( ) : void
Результат void