public void ServicoUsuarioCriarTest() { IServicoUsuario servico = new ServicoUsuario(new UsuarioDaoEF()); servico.Criar("*****@*****.**", "alan"); }