public void isativo_teste() { var Dado = new Dado(); var teste = Dado.isAtivo(); Assert.That(teste, Is.False); }