Skip to content

Instantly share code, notes, and snippets.

@bervukas
Created March 29, 2017 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bervukas/22da0ca94b8d49f43a7319a03f2c1256 to your computer and use it in GitHub Desktop.
Save bervukas/22da0ca94b8d49f43a7319a03f2c1256 to your computer and use it in GitHub Desktop.
'@TestMethod
Public Sub TestMethod1() 'TODO Rename test
On Error GoTo TestFail
'Arrange:
'Act:
'Assert:
Assert.Inconclusive
TestExit:
Exit Sub
TestFail:
Assert.Fail "Test raised an error: #" & Err.Number & " - " & Err.Description
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment