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