Exemple #1
0
        public void Failure_ShopDoesNotExist()
        {
            ShopInfo?returnedShopInfo = MarketBridge.GetShopDetails(new ShopId(Guid.NewGuid(), "notexists"));

            Assert.IsNull(returnedShopInfo);
        }