C# 클래스 NSpec.Specs.Acceptance.SpecifyingFuncs

상속: Spec
파일 보기 프로젝트 열기: nspec/NSpec

공개 메소드들

메소드 설명
specify_func_that_returns_false ( ) : void
specify_func_that_returns_true ( ) : void
specify_func_that_throws_exception ( ) : void
specify_message_and_func_that_returns_true ( ) : void

비공개 메소드들

메소드 설명
func_that_throws_exception ( ) : bool
should_fail_when_specifying_func_that_returns_false ( ) : void
should_fail_when_specifying_func_that_throws_exception ( ) : void
should_pass_when_specifying_func_that_returns_true ( ) : void
should_pass_when_specifying_message_and_func_that_returns_true ( ) : void

메소드 상세

specify_func_that_returns_false() 공개 메소드

public specify_func_that_returns_false ( ) : void
리턴 void

specify_func_that_returns_true() 공개 메소드

public specify_func_that_returns_true ( ) : void
리턴 void

specify_func_that_throws_exception() 공개 메소드

public specify_func_that_throws_exception ( ) : void
리턴 void

specify_message_and_func_that_returns_true() 공개 메소드

public specify_message_and_func_that_returns_true ( ) : void
리턴 void