FakeImageContentLoaderTests ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Tests.Content FakeImageContentLoaderTests

Namespace: DeltaEngine.Tests.Content
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class FakeImageContentLoaderTests

The FakeImageContentLoaderTests type exposes the following members.

Constructors

  NameDescription
Public methodFakeImageContentLoaderTests
Initializes a new instance of the FakeImageContentLoaderTests class
Top
Methods

  NameDescription
Public methodCreateContentLoader
Public methodDisposeContentLoader
Public methodLoadDefaultImage
Top
Examples

[Test]
public void LoadDefaultImage()
{
    ContentLoader.resolver = new FakeImageResolver();
    ContentLoader.Use<FakeImageContentLoader>();
    ContentLoader.Load<MockFakeImage>("Verdana12Font");
}
See Also