コード例 #1
0
            public void InitTests()
            {
                _myBO = new RootFake();
                var rule = new AsyncLookupCustomer(RootFake.CustomerIdProperty, RootFake.NameProperty);

                InitializeTest(rule, _myBO);
            }
コード例 #2
0
            public void InitTests()
            {
                var rule = new AsyncLookupCustomer(RootFake.CustomerIdProperty, RootFake.NameProperty);

                InitializeTest(rule, null);
            }