Exemplo n.º 1
0
        public void AfterTest()
        {
            _owner = null;

            _compositeGoal = null;

            _goal      = null;
            _otherGoal = null;
        }
Exemplo n.º 2
0
        public void BeforeTest()
        {
            _owner = new GameObject();

            _goal      = new TestGoal(_owner);
            _otherGoal = new TestGoal(_owner);

            _compositeGoal = new TestCompositeGoal(_owner);
        }