public void InitTests() { _myBO = new RootFake(); var rule = new AsyncLookupCustomer(RootFake.CustomerIdProperty, RootFake.NameProperty); InitializeTest(rule, _myBO); }
public void InitTests() { var rule = new AsyncLookupCustomer(RootFake.CustomerIdProperty, RootFake.NameProperty); InitializeTest(rule, null); }