示例#1
0
 public void TestSimpleCollectionAdd()
 {
     RunTest(TestArchetypesBasic.PrepareSimpleCollectionAdd());
 }
示例#2
0
 public void TestSimplePropertyChange()
 {
     RunTest(TestArchetypesBasic.PrepareSimplePropertyChange());
 }
示例#3
0
 public void TestAbstractPropertyChange()
 {
     RunTest(TestArchetypesBasic.PrepareAbstractPropertyChange());
 }
示例#4
0
 public void TestAbstractDictionaryAdd()
 {
     RunTest(TestArchetypesBasic.PrepareAbstractDictionaryAdd());
 }
示例#5
0
 public void TestAbstractCollectionAdd()
 {
     RunTest(TestArchetypesBasic.PrepareAbstractCollectionAdd());
 }
示例#6
0
 public void TestObjectCollectionAdd()
 {
     RunTest(TestArchetypesBasic.PrepareObjectCollectionAdd());
 }
示例#7
0
 public void TestSimpleDictionaryRemove()
 {
     RunTest(TestArchetypesBasic.PrepareSimpleDictionaryRemove());
 }
示例#8
0
 public void TestCollectionInStructUpdate()
 {
     RunTest(TestArchetypesBasic.PrepareCollectionInStructUpdate());
 }