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