C# 클래스 Tests.Fixture

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

보호된 메소드들

메소드 설명
CreateProgressNotifier ( ) : IProgressNotifier
Given ( Action action ) : void
Then ( Action action ) : void
When ( Action action ) : void

비공개 메소드들

메소드 설명
FixtureSetUp ( ) : void
FixtureTearDown ( ) : void
SetUp ( ) : void
TearDown ( ) : void

메소드 상세

CreateProgressNotifier() 보호된 메소드

protected CreateProgressNotifier ( ) : IProgressNotifier
리턴 IProgressNotifier

Given() 보호된 메소드

protected Given ( Action action ) : void
action Action
리턴 void

Then() 보호된 메소드

protected Then ( Action action ) : void
action Action
리턴 void

When() 보호된 메소드

protected When ( Action action ) : void
action Action
리턴 void