예제 #1
0
 public void GetTypeNameSetTest(AphidCli.GetTypeNameDelegate value)
 {
     AphidCli.GetTypeName = value;
     // TODO: add assertions to method AphidCliTest.GetTypeNameSetTest(GetTypeNameDelegate)
 }
예제 #2
0
 public AphidCli.GetTypeNameDelegate GetTypeNameGetTest()
 {
     AphidCli.GetTypeNameDelegate result = AphidCli.GetTypeName;
     return(result);
     // TODO: add assertions to method AphidCliTest.GetTypeNameGetTest()
 }