Ejemplo n.º 1
0
 private static async Task <Exception> CallFailureAsync(StorageAccount account, Type programType, string methodName)
 {
     return(await FunctionalTest.CallFailureAsync(account, programType, programType.GetMethod(methodName), null));
 }
Ejemplo n.º 2
0
 private async Task <Exception> CallFailureAsync(Type programType, string methodName)
 {
     return(await FunctionalTest.CallFailureAsync(b => ConfigureStorage(b), programType, programType.GetMethod(methodName), null));
 }