Esempio n. 1
0
        public void JetFlockOverwrittenToFalsAndIsAGaggle()
        {
            Jet  jet   = new Jet();
            bool truth = jet.IsAFlock(4);

            Assert.False(truth);
        }
Esempio n. 2
0
        public void Morethan1JetIsAFlock()
        {
            Jet  jet   = new Jet();
            bool truth = jet.IsAFlock(4);

            Assert.False(truth);
        }