public void JetFlockOverwrittenToFalsAndIsAGaggle() { Jet jet = new Jet(); bool truth = jet.IsAFlock(4); Assert.False(truth); }
public void Morethan1JetIsAFlock() { Jet jet = new Jet(); bool truth = jet.IsAFlock(4); Assert.False(truth); }