Example #1
0
        public void RetornarTodosOsVeiculosAtravesDeServico()
        {
            ServicoDeDadosJBS.ServicoDeDadosJBSClient servico = new ServicoDeDadosJBS.ServicoDeDadosJBSClient();
            IList <VeiculoDTO> retorno = servico.RetornarListaDeVeiculos();

            Assert.IsTrue(retorno.Count > 0);
        }