Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMichaelis authored and BenjaminMichaelis committed Sep 20, 2023
1 parent e5facb8 commit 0f78c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class ExpectedException<TException> :
Attribute where TException : Exception
#endregion HIGHLIGHT
{
#region EXCLUDE
public static TException AssertExceptionThrown(Action testMethod)
{
try
Expand All @@ -33,8 +34,10 @@ public static TException AssertExceptionThrown(Action testMethod)
return exception;
}
}

// Attribute detection
#endregion EXCLUDE

// ...
}
#endregion INCLUDE
Expand Down

0 comments on commit 0f78c4b

Please sign in to comment.