Search Results for

    Show / Hide Table of Contents

    Class FakeContentLoaderFactory

    Inheritance
    Object
    FakeContentLoaderFactory
    Namespace: i5.Toolkit.Core.TestUtilities
    Assembly: cs.temp.dll.dll
    Syntax
    public static class FakeContentLoaderFactory

    Methods

    CreateFakeFailLoader<T>()

    Declaration
    public static IContentLoader<T> CreateFakeFailLoader<T>()
    Returns
    Type Description
    IContentLoader<T>
    Type Parameters
    Name Description
    T

    CreateFakeLoader<T>(T)

    Declaration
    public static IContentLoader<T> CreateFakeLoader<T>(T content)
    Parameters
    Type Name Description
    T content
    Returns
    Type Description
    IContentLoader<T>
    Type Parameters
    Name Description
    T
    In This Article
    Back to top i5 Toolkit Documentation