C# 클래스 Hiptest.Publisher.Samples.Actionwords

파일 보기 프로젝트 열기: hiptest/hps-csharp-nunit 1 사용 예제들

공개 메소드들

메소드 설명
CoffeeShouldBeServed ( ) : void
CoffeeShouldNotBeServed ( ) : void
IEmptyTheCoffeeGrounds ( ) : void
IFillTheBeansTank ( ) : void
IFillTheWaterTank ( ) : void
IHandleBeans ( ) : void
IHandleCoffeeGrounds ( ) : void
IHandleEverythingExceptTheBeans ( ) : void
IHandleEverythingExceptTheGrounds ( ) : void
IHandleEverythingExceptTheWaterTank ( ) : void
IHandleWaterTank ( ) : void
IShutdownTheCoffeeMachine ( ) : void
IStartTheCoffeeMachine ( string lang = "en" ) : void
ITakeACoffee ( ) : void
ITakeCoffeeNumberCoffees ( int coffeeNumber ) : void
MessageMessageShouldBeDisplayed ( string message = "" ) : void
TheCoffeeMachineIsStarted ( ) : void

메소드 상세

CoffeeShouldBeServed() 공개 메소드

public CoffeeShouldBeServed ( ) : void
리턴 void

CoffeeShouldNotBeServed() 공개 메소드

public CoffeeShouldNotBeServed ( ) : void
리턴 void

IEmptyTheCoffeeGrounds() 공개 메소드

public IEmptyTheCoffeeGrounds ( ) : void
리턴 void

IFillTheBeansTank() 공개 메소드

public IFillTheBeansTank ( ) : void
리턴 void

IFillTheWaterTank() 공개 메소드

public IFillTheWaterTank ( ) : void
리턴 void

IHandleBeans() 공개 메소드

public IHandleBeans ( ) : void
리턴 void

IHandleCoffeeGrounds() 공개 메소드

public IHandleCoffeeGrounds ( ) : void
리턴 void

IHandleEverythingExceptTheBeans() 공개 메소드

public IHandleEverythingExceptTheBeans ( ) : void
리턴 void

IHandleEverythingExceptTheGrounds() 공개 메소드

public IHandleEverythingExceptTheGrounds ( ) : void
리턴 void

IHandleEverythingExceptTheWaterTank() 공개 메소드

public IHandleEverythingExceptTheWaterTank ( ) : void
리턴 void

IHandleWaterTank() 공개 메소드

public IHandleWaterTank ( ) : void
리턴 void

IShutdownTheCoffeeMachine() 공개 메소드

public IShutdownTheCoffeeMachine ( ) : void
리턴 void

IStartTheCoffeeMachine() 공개 메소드

public IStartTheCoffeeMachine ( string lang = "en" ) : void
lang string
리턴 void

ITakeACoffee() 공개 메소드

public ITakeACoffee ( ) : void
리턴 void

ITakeCoffeeNumberCoffees() 공개 메소드

public ITakeCoffeeNumberCoffees ( int coffeeNumber ) : void
coffeeNumber int
리턴 void

MessageMessageShouldBeDisplayed() 공개 메소드

public MessageMessageShouldBeDisplayed ( string message = "" ) : void
message string
리턴 void

TheCoffeeMachineIsStarted() 공개 메소드

public TheCoffeeMachineIsStarted ( ) : void
리턴 void