public void SomaSucesso(int x, int y) { var soma = new Soma(); Assert.True((x + y) == soma.Calcula(x, y)); }