Search Results for

    Class LemonAssertMapping

    Inheritance
    object
    LemonAssertMapping
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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