public void TestDeletefromcart() { _buyrepo.Deletefromcart("CT2"); var result = _buyrepo.ViewCart("1"); Assert.IsNotNull(result); }