Search Results for

    Show / Hide Table of Contents

    Class FunctionalTests

    Inheritance
    Object
    FunctionalTests
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    public static class FunctionalTests

    Methods

    | Improve this Doc View Source

    AssertAreEqual(Double[], Double[])

    Declaration
    public static void AssertAreEqual(double[] a, double[] b)
    Parameters
    Type Name Description
    Double[] a
    Double[] b
    | Improve this Doc View Source

    AssertAreEqual(Double[,], Double[,])

    Declaration
    public static void AssertAreEqual(double[, ] a, double[, ] b)
    Parameters
    Type Name Description
    Double[,] a
    Double[,] b
    | Improve this Doc View Source

    AssertAreEqual(FileInfo, FileInfo, Boolean)

    Declaration
    public static void AssertAreEqual(FileInfo A, FileInfo B, bool throwException)
    Parameters
    Type Name Description
    FileInfo A
    FileInfo B
    Boolean throwException
    | Improve this Doc View Source

    AssertAreEqual(String, String)

    Declaration
    public static void AssertAreEqual(string a, string b)
    Parameters
    Type Name Description
    String a
    String b
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top