示例#1
0
        public void JetFlockOverwrittenToFalsAndIsAGaggle()
        {
            Jet  jet   = new Jet();
            bool truth = jet.IsAFlock(4);

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

            Assert.False(truth);
        }