Example #1
0
        public void SetUp()
        {
            theChain = new BehaviorChain();

            strings = new FakeOutputNode(typeof(string));
            none    = new FakeOutputNode(null);
            ints    = new FakeOutputNode(typeof(int));
        }
        public void SetUp()
        {
            theChain = new BehaviorChain();

            strings = new FakeOutputNode(typeof (string));
            none = new FakeOutputNode(null);
            ints = new FakeOutputNode(typeof (int));
        }