6 instantiations of SimplePoco
Shared.Tests (6)
JsonSchemaExporter\TestTypes.cs (6)
136Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 153Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 515Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 821["one"] = new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 822["two"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true }, 823["three"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true },
7 references to SimplePoco
Shared.Tests (7)
JsonSchemaExporter\JsonSchemaExporterTests.cs (3)
55[InlineData(typeof(TestTypes.SimplePoco), "object")] 157var ex = Assert.Throws<InvalidOperationException>(() => options.GetJsonSchemaAsNode(typeof(TestTypes.SimplePoco))); 167var ex = Assert.Throws<NotSupportedException>(() => options.GetJsonSchemaAsNode(typeof(TestTypes.SimplePoco)));
JsonSchemaExporter\TestTypes.cs (4)
135yield return new TestData<SimplePoco>( 152yield return new TestData<SimplePoco>( 514yield return new TestData<SimplePoco>( 818yield return new TestData<Dictionary<string, SimplePoco>>(