Summary
Attribute for marking custom assertion methods.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["AssertionMethodAttribute"]
class Type type-node
Syntax
public class AssertionMethodAttribute : Attribute
Constructors
Name | Summary |
---|---|
Assertion |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|