示例#1
0
 protected override void ValidatedExceptionThrownEventHandler(object sender, ElementNotFulfillingValidateConditionEventArgs arg)
 {
 }
示例#2
0
 protected override void ValidatedExceptionThrownEventHandler(object sender, ElementNotFulfillingValidateConditionEventArgs arg) => Logger.LogInformation($"{arg.Exception.Message}");
示例#3
0
 protected override void ValidatedExceptionThrownEventHandler(object sender, ElementNotFulfillingValidateConditionEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert Exception was thrown ", arg.Exception.Message);