コード例 #1
0
ファイル: AsyncLookupCustomerTest.cs プロジェクト: Jaans/csla
 public void InitTests()
 {
   _myBO = new RootFake();
   var rule = new AsyncLookupCustomer(RootFake.CustomerIdProperty, RootFake.NameProperty);
   InitializeTest(rule, _myBO);
 }
コード例 #2
0
ファイル: AsyncLookupCustomerTest.cs プロジェクト: Jaans/csla
 public void InitTests()
 {
   var rule = new AsyncLookupCustomer(RootFake.CustomerIdProperty, RootFake.NameProperty);
   InitializeTest(rule, null);
 }