C# 클래스 FluentSpec.Test.Acceptance.Classes.Class

파일 보기 프로젝트 열기: msuarz/fluentspec 1 사용 예제들

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