Пример #1
0
        public void AddObject()
        {
            Patient p1 = new Patient();
            Patient p2 = new Patient();

            this.world.AssertObject(p1);

            Assert.IsTrue(this.world.IsAnObject(p1));
            Assert.IsFalse(this.world.IsAnObject(p2));
        }