Class LemonAssertMapping
Inherited Members
Namespace: RedLoader.Assertions
Assembly: RedLoader.dll
Syntax
public static class LemonAssertMapping
Methods
Register_IsEqual<T>(Func<T, T, bool>)
Declaration
public static void Register_IsEqual<T>(Func<T, T, bool> method)
Parameters
Type | Name | Description |
---|---|---|
Func<T, T, bool> | method |
Type Parameters
Name | Description |
---|---|
T |
Register_IsNull<T>(Func<T, bool>)
Declaration
public static void Register_IsNull<T>(Func<T, bool> method)
Parameters
Type | Name | Description |
---|---|---|
Func<T, bool> | method |
Type Parameters
Name | Description |
---|---|
T |