We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e819c8 + c24963b commit ea42d7fCopy full SHA for ea42d7f
Rubberduck.UnitTesting/CodeGeneration/TestCodeGeneratorStatics.cs
@@ -44,16 +44,16 @@ public partial class TestCodeGenerator
44
On Error GoTo {TestFailLabel}
45
46
{ArrangeComment}
47
-
+
48
{ActComment}
49
50
'{AssertLabel}:
51
Assert.Succeed
52
53
{TestExitLabel}:
54
'@Ignore UnhandledOnErrorResumeNext
55
On Error Resume Next
56
57
Exit Sub
58
{TestFailLabel}:
59
Assert.Fail ""{TestErrorMessage}"" & Err.Number & "" - "" & Err.Description
@@ -67,9 +67,9 @@ Exit Sub
67
68
69
70
71
72
73
{AssertLabel}:
74
Assert.Fail ""{ExpectedErrorFailMessage}""
75
0 commit comments