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 LoadingJsonWithoutFileIsNotAllowed() { Assert.Throws<JsonFile.FileNotFound>(() => new JsonFile(null)); Assert.Throws<JsonFile.FileNotFound>(() => new JsonFile("")); }
See Also