DiskContentLoaderTests PlatformFileIdShouldBeSet Method Delta Engine Documentation

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

public void PlatformFileIdShouldBeSet()
Examples

[Test]
public void PlatformFileIdShouldBeSet()
{
    Assert.Less(image.MetaData.PlatformFileId, 0);
}
See Also