C# 클래스 AuctionSniper.Acceptance.Tests.FakeAuctionServer

파일 보기 프로젝트 열기: isaiah-perumalla/goos-dot-net 1 사용 예제들

공개 메소드들

메소드 설명
AnnounceClosed ( ) : void
Dispose ( ) : void
FakeAuctionServer ( string auctionItemId ) : System
HasReceivedBid ( Money price, string sniperId ) : void
HasReceivedJoinRequestFrom ( string xmppId ) : void
ReportPrice ( Money price, Money increment, string bidderId ) : void
StartSellingItem ( ) : void

메소드 상세

AnnounceClosed() 공개 메소드

public AnnounceClosed ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FakeAuctionServer() 공개 메소드

public FakeAuctionServer ( string auctionItemId ) : System
auctionItemId string
리턴 System

HasReceivedBid() 공개 메소드

public HasReceivedBid ( Money price, string sniperId ) : void
price AuctionSniper.Domain.Money
sniperId string
리턴 void

HasReceivedJoinRequestFrom() 공개 메소드

public HasReceivedJoinRequestFrom ( string xmppId ) : void
xmppId string
리턴 void

ReportPrice() 공개 메소드

public ReportPrice ( Money price, Money increment, string bidderId ) : void
price AuctionSniper.Domain.Money
increment AuctionSniper.Domain.Money
bidderId string
리턴 void

StartSellingItem() 공개 메소드

public StartSellingItem ( ) : void
리턴 void