ContentTypeIdentifierTests CheckNonExistingFilePathShouldReturnUncompressedFile Method Delta Engine Documentation

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

public void CheckNonExistingFilePathShouldReturnUncompressedFile()
Examples

[Test]
public void CheckNonExistingFilePathShouldReturnUncompressedFile()
{
    Assert.IsTrue(ContentTypeIdentifier.IsUncompressedFile(""));
    Assert.IsTrue(ContentTypeIdentifier.IsUncompressedFile(null));
}
See Also