Esempio n. 1
0
 public void GetAphidTypeNameSetTest(AphidCli.GetAphidTypeNameDelegate value)
 {
     AphidCli.GetAphidTypeName = value;
     // TODO: add assertions to method AphidCliTest.GetAphidTypeNameSetTest(GetAphidTypeNameDelegate)
 }
Esempio n. 2
0
 public AphidCli.GetAphidTypeNameDelegate GetAphidTypeNameGetTest()
 {
     AphidCli.GetAphidTypeNameDelegate result = AphidCli.GetAphidTypeName;
     return(result);
     // TODO: add assertions to method AphidCliTest.GetAphidTypeNameGetTest()
 }