C# 클래스 StoryTeller.Testing.EndToEndExecution.ArithmeticFixture

상속: Fixture
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
Add ( double operand ) : void
MultiplyBy ( double multiplier ) : void
StartWith ( double starting ) : void
Subtract ( double operand ) : void
Throw ( ) : void
ThrowCritical ( ) : void
WithOutput ( int x, int y, int &sum, int &product ) : void

비공개 메소드들

메소드 설명
Adding ( double x, double y ) : double
TheValueShouldBe ( ) : double
say ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( double operand ) : void
operand double
리턴 void

MultiplyBy() 공개 메소드

public MultiplyBy ( double multiplier ) : void
multiplier double
리턴 void

StartWith() 공개 메소드

public StartWith ( double starting ) : void
starting double
리턴 void

Subtract() 공개 메소드

public Subtract ( double operand ) : void
operand double
리턴 void

Throw() 공개 메소드

public Throw ( ) : void
리턴 void

ThrowCritical() 공개 메소드

public ThrowCritical ( ) : void
리턴 void

WithOutput() 공개 메소드

public WithOutput ( int x, int y, int &sum, int &product ) : void
x int
y int
sum int
product int
리턴 void