Summary
Extensions for asserting exceptions.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ExceptionAssertExtensions"]
class Type type-node
Syntax
public static class ExceptionAssertExtensions
Methods
Name | Value | Summary |
---|---|---|
IsArgumentException |
void |
Checks if an exception is of type
System.ArgumentException .
static
|
Is |
void |
Checks if an exception is of type
System.ArgumentNullException .
static
|
Is |
void |
Checks if an exception is of type
System.ArgumentOutOfRangeException .
static
|
Is |
void |
Checks if an exception is of type
System.InvalidOperationException .
static
|