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