Namespace: DeltaEngine.Content.Json.Tests
Assembly: DeltaEngine.Content.Json.Tests (in DeltaEngine.Content.Json.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: DeltaEngine.Content.Json.Tests (in DeltaEngine.Content.Json.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void LoadingNonexistingFileIsNotAllowed() { Assert.Throws<JsonFile.FileNotFound>(() => new JsonFile("NonExistingFile.json")); }
See Also