6 instantiations of SimplePoco
Shared.Tests (6)
JsonSchemaExporter\TestTypes.cs (6)
136
Value:
new
() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true },
153
Value:
new
() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true },
515
Value:
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")]
157
var ex = Assert.Throws<InvalidOperationException>(() => options.GetJsonSchemaAsNode(typeof(TestTypes.
SimplePoco
)));
167
var ex = Assert.Throws<NotSupportedException>(() => options.GetJsonSchemaAsNode(typeof(TestTypes.
SimplePoco
)));
JsonSchemaExporter\TestTypes.cs (4)
135
yield return new TestData<
SimplePoco
>(
152
yield return new TestData<
SimplePoco
>(
514
yield return new TestData<
SimplePoco
>(
818
yield return new TestData<Dictionary<string,
SimplePoco
>>(