コード例 #1
0
        public void ReportstLostWhenAuctionClosesImmediately()
        {
            sniper.AuctionClosed();

            sniperListener.Received().SniperStateChanged(Arg.Is <SniperSnapshot>
                                                             (ss => ss.State == SniperState.LOST));
        }