Esempio n. 1
0
 public void GetUnwrappedTypeSetTest(AphidCli.GetUnwrappedTypeDelegate value)
 {
     AphidCli.GetUnwrappedType = value;
     // TODO: add assertions to method AphidCliTest.GetUnwrappedTypeSetTest(GetUnwrappedTypeDelegate)
 }
Esempio n. 2
0
 public AphidCli.GetUnwrappedTypeDelegate GetUnwrappedTypeGetTest()
 {
     AphidCli.GetUnwrappedTypeDelegate result = AphidCli.GetUnwrappedType;
     return(result);
     // TODO: add assertions to method AphidCliTest.GetUnwrappedTypeGetTest()
 }