ResolverTests TryResolveWithContentCreationData Method Delta Engine Documentation

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

public void TryResolveWithContentCreationData()
Examples

[Test]
public void TryResolveWithContentCreationData()
{
    var creationData = new ImageCreationData(new Size(1));
    Assert.IsNotNull(resolver.Resolve(typeof(MockImage), creationData));
}
See Also