示例#1
0
        public void Deve_retornar_marcas_corretamente()
        {
            var marcaGuid = _testHelper.InsertMarca();

            Assert.IsTrue(marcaGuid != Guid.Empty);

            var response = _marcaService.Find(marcaGuid);

            Assert.IsNotNull(response);
        }