Inheritance Hierarchy
DeltaEngine.Tests.Content FakeImageContentLoaderTests
Namespace: DeltaEngine.Tests.Content
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The FakeImageContentLoaderTests type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FakeImageContentLoaderTests | Initializes a new instance of the FakeImageContentLoaderTests class |
Methods
Name | Description | |
---|---|---|
CreateContentLoader | ||
DisposeContentLoader | ||
LoadDefaultImage |
Examples
[Test] public void LoadDefaultImage() { ContentLoader.resolver = new FakeImageResolver(); ContentLoader.Use<FakeImageContentLoader>(); ContentLoader.Load<MockFakeImage>("Verdana12Font"); }
See Also