AssertionMethodAttribute Class

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

Extension Methods

Name Value Summary
NotNull<AssertionMethodAttribute>(string) void
Throws an exception if the specified parameter's value is null.
GitHub