"Lookups" can be readonly #480
GitHub Actions / tests results
succeeded
Dec 18, 2024 in 0s
All 1 575 tests pass in 12m 57s
Annotations
Check notice on line 0 in .github
github-actions / tests results
1575 tests found (test 1 to 426)
There are 1575 tests, see "Raw output" for the list of tests 1 to 426.
Raw output
Thinktecture.Runtime.Tests.AdHocUnionTests.AsValue ‑ Should_return_correct_value_or_throw_exception_having_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.AsValue ‑ Should_return_correct_value_or_throw_exception_having_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.AsValue ‑ Should_return_correct_value_or_throw_exception_having_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.AsValue ‑ Should_return_correct_value_or_throw_exception_having_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.AsValue ‑ Should_return_correct_value_or_throw_exception_having_5_types_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.EqualityOperator ‑ Should_compare_unions_with_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.EqualityOperator ‑ Should_compare_unions_with_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.EqualityOperator ‑ Should_compare_unions_with_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.EqualityOperator ‑ Should_compare_unions_with_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.EqualityOperator ‑ Should_compare_unions_with_5_types_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.Equals ‑ Should_compare_unions_with_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Equals ‑ Should_compare_unions_with_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Equals ‑ Should_compare_unions_with_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Equals ‑ Should_compare_unions_with_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Equals ‑ Should_compare_unions_with_5_types_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.ExplicitCasts ‑ Should_have_explicit_casts_to_value_having_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ExplicitCasts ‑ Should_have_explicit_casts_to_value_having_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ExplicitCasts ‑ Should_have_explicit_casts_to_value_having_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ExplicitCasts ‑ Should_have_explicit_casts_to_value_having_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ExplicitCasts ‑ Should_have_explicit_casts_to_value_having_5_types_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.GetHashCode ‑ Should_return_hashcode_of_case_sensitive_union
Thinktecture.Runtime.Tests.AdHocUnionTests.GetHashCode ‑ Should_return_hashcode_of_the_type_plus_inner_value
Thinktecture.Runtime.Tests.AdHocUnionTests.ImplicitCasts ‑ Should_have_implicit_casts_from_value_having_2_values
Thinktecture.Runtime.Tests.AdHocUnionTests.ImplicitCasts ‑ Should_have_implicit_casts_from_value_having_3_values
Thinktecture.Runtime.Tests.AdHocUnionTests.ImplicitCasts ‑ Should_have_implicit_casts_from_value_having_4_values
Thinktecture.Runtime.Tests.AdHocUnionTests.ImplicitCasts ‑ Should_have_implicit_casts_from_value_having_5_values
Thinktecture.Runtime.Tests.AdHocUnionTests.ImplicitCasts ‑ Should_have_implicit_casts_from_value_having_5_values_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.InequalityOperator ‑ Should_compare_unions_with_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.InequalityOperator ‑ Should_compare_unions_with_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.InequalityOperator ‑ Should_compare_unions_with_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.InequalityOperator ‑ Should_compare_unions_with_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.InequalityOperator ‑ Should_compare_unions_with_5_types_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.IsValue ‑ Should_use_correct_index_having_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.IsValue ‑ Should_use_correct_index_having_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.IsValue ‑ Should_use_correct_index_having_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.IsValue ‑ Should_use_correct_index_having_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.IsValue ‑ Should_use_correct_index_having_5_types_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values_returning_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values_returning_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values_with_array(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values_with_array(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_3_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_3_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_3_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_4_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_4_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_4_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_4_values(index: 4, expected: "4CB8C761-434B-4E34-83E0-C2E1BD4FAA0B")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values(index: 4, expected: "4CB8C761-434B-4E34-83E0-C2E1BD4FAA0B")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 3, expected: "text2")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 4, expected: "text3")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 5, expected: 43)
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingStruct ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Map+HavingStruct ‑ Should_use_correct_arg_having_2_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types_returning_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types_returning_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_3_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_4_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_4_types(index: 4, expected: "FCF57B31-DA82-475A-8418-5161AA1A4280")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types(index: 4, expected: "FCF57B31-DA82-475A-8418-5161AA1A4280")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types_with_duplicates(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types_with_duplicates(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types_with_duplicates(index: 3, expected: "text2")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types_with_duplicates(index: 4, expected: "text3")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_5_types_with_duplicates(index: 5, expected: 43)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_2_types(index: 1, expected: "default")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_3_types(index: 1, expected: "default")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_4_types(index: 1, expected: "default")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_4_types(index: 4, expected: "FCF57B31-DA82-475A-8418-5161AA1A4280")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types(index: 1, expected: "default")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types(index: 4, expected: "FCF57B31-DA82-475A-8418-5161AA1A4280")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types_with_duplicates(index: 1, expected: "default")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types_with_duplicates(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types_with_duplicates(index: 3, expected: "text2")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types_with_duplicates(index: 4, expected: "text3")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingClass ‑ Should_use_default_having_5_types_with_duplicates(index: 5, expected: 43)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingStruct ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingStruct ‑ Should_use_correct_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingStruct ‑ Should_use_default_having_2_types(index: 1, expected: "default")
Thinktecture.Runtime.Tests.AdHocUnionTests.MapPartially+HavingStruct ‑ Should_use_default_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_3_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_3_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_3_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 4, expected: "2A986EEB-1B82-46F8-A7F3-401ADC22BE33")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 4, expected: "2A986EEB-1B82-46F8-A7F3-401ADC22BE33")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 3, expected: "text2")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 4, expected: "text3")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 5, expected: 43)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_2_types_and_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_2_types_and_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_3_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_4_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_4_types(index: 4, expected: "3E85ABD4-621A-4F58-8926-A842D71BB230")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_5_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_5_types(index: 4, expected: "3E85ABD4-621A-4F58-8926-A842D71BB230")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_context_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types_returning_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types_returning_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_3_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_4_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_4_types(index: 4, expected: "F8002E79-5465-4797-AD3F-A6503ADF066E")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_5_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_5_types(index: 4, expected: "F8002E79-5465-4797-AD3F-A6503ADF066E")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_2_types_and_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_2_types_and_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_3_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_4_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_4_types(index: 4, expected: "6EF10862-7FC4-4AEB-BC92-21E798AC54D0")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_5_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_5_types(index: 4, expected: "6EF10862-7FC4-4AEB-BC92-21E798AC54D0")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_context_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithActionAndState ‑ Should_pass_context_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithActionAndState ‑ Should_pass_context_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithFuncAndContext ‑ Should_pass_context_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.Switch+HavingStruct+WithFuncAndContext ‑ Should_pass_context_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_3_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_3_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_3_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_4_values(index: 4, expected: "2A986EEB-1B82-46F8-A7F3-401ADC22BE33")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 4, expected: "2A986EEB-1B82-46F8-A7F3-401ADC22BE33")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 3, expected: "text2")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 4, expected: "text3")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_5_values_with_duplicates(index: 5, expected: 43)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_3_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_4_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_4_types(index: 4, expected: "DA9B90DD-AF66-4856-B084-1B1BB21DEA9B")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types(index: 4, expected: "DA9B90DD-AF66-4856-B084-1B1BB21DEA9B")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types_with_duplicates(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types_with_duplicates(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types_with_duplicates(index: 3, expected: "text2")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types_with_duplicates(index: 4, expected: "text3")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_5_types_with_duplicates(index: 5, expected: 43)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types_and_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types_and_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_3_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_5_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_5_types(index: 4, expected: "9FCEBE8E-AEED-4ADE-B597-562AFB9C9733")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_3_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_4_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_4_types(index: 4, expected: "81F697B0-5B9B-4441-89EB-2970A85C1069")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_5_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_5_types(index: 4, expected: "81F697B0-5B9B-4441-89EB-2970A85C1069")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types_returning_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types_returning_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_3_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_4_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_4_types(index: 4, expected: "D4EF64BB-730B-4D5C-94A1-C019F83EF945")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_5_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_5_types(index: 4, expected: "D4EF64BB-730B-4D5C-94A1-C019F83EF945")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_3_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_4_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_4_types(index: 4, expected: "5C392E64-2AEC-401F-98A9-35E5913B369A")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_5_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_5_types(index: 4, expected: "5C392E64-2AEC-401F-98A9-35E5913B369A")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types_and_ref_struct(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types_and_ref_struct(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_3_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_4_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_4_types(index: 4, expected: "10C287C8-4D64-45CC-859E-873024D53DE3")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_5_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_5_types(index: 4, expected: "10C287C8-4D64-45CC-859E-873024D53DE3")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_3_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_3_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_3_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_4_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_4_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_4_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_4_types(index: 4, expected: "1F99EE8B-862C-4068-B5E1-015EA81AA470")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_5_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_5_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_5_types(index: 3, expected: True)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_5_types(index: 4, expected: "1F99EE8B-862C-4068-B5E1-015EA81AA470")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_5_types(index: 5, expected: 'A')
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithAction ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithAction ‑ Should_use_default_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithActionAndState ‑ Should_pass_state_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithActionAndState ‑ Should_pass_state_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFunc ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFunc ‑ Should_use_default_arg_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 1, expected: "text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:text")
Thinktecture.Runtime.Tests.AdHocUnionTests.SwitchPartially+HavingStruct+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: 42)
Thinktecture.Runtime.Tests.AdHocUnionTests.ToString ‑ Should_return_string_representation_of_the_inner_value_having_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ToString ‑ Should_return_string_representation_of_the_inner_value_having_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ToString ‑ Should_return_string_representation_of_the_inner_value_having_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ToString ‑ Should_return_string_representation_of_the_inner_value_having_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.ToString ‑ Should_return_string_representation_of_the_inner_value_having_5_types_with_duplicates
Thinktecture.Runtime.Tests.AdHocUnionTests.Value ‑ Should_return_correct_value_having_2_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Value ‑ Should_return_correct_value_having_3_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Value ‑ Should_return_correct_value_having_4_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Value ‑ Should_return_correct_value_having_5_types
Thinktecture.Runtime.Tests.AdHocUnionTests.Value ‑ Should_return_correct_value_having_5_types_with_duplicates
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+ComplexValueObject_fields_must_be_readonly ‑ Should_trigger_on_instance_non_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+ComplexValueObject_fields_must_be_readonly ‑ Should_trigger_on_static_non_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+Enum_fields_must_be_readonly ‑ Should_not_trigger_on_readonly_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+Enum_fields_must_be_readonly ‑ Should_trigger_on_non_readonly_enum_item
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+Enum_fields_must_be_readonly ‑ Should_trigger_on_non_readonly_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+Enum_fields_must_be_readonly ‑ Should_trigger_on_static_non_readonly_non_enum_item
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+KeyedValueObject_fields_must_be_readonly ‑ Should_trigger_on_instance_non_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG001_FieldMustBeReadOnly+KeyedValueObject_fields_must_be_readonly ‑ Should_trigger_on_static_non_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG002_EnumItemMustBePublic ‑ Should_trigger_even_if_modifier_is_not_first_one
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG002_EnumItemMustBePublic ‑ Should_trigger_on_internal_enum_item
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG002_EnumItemMustBePublic ‑ Should_trigger_on_non_enum_item_without_explicit_modifier
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+ComplexValueObject_properties_must_be_readonly ‑ Should_trigger_on_non_readonly_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+ComplexValueObject_properties_must_be_readonly ‑ Should_trigger_on_non_readonly_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_setter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_setter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_setter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_setter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_trigger_on_non_readonly_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+Enum_properties_must_be_readonly ‑ Should_trigger_on_non_readonly_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+KeyedValueObject_properties_must_be_readonly ‑ Should_trigger_on_non_readonly_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG003_PropertyMustBeReadOnly+KeyedValueObject_properties_must_be_readonly ‑ Should_trigger_on_non_readonly_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+ComplexValueObject_must_be_class_or_struct ‑ Should_not_trigger_on_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+ComplexValueObject_must_be_class_or_struct ‑ Should_not_trigger_on_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+ComplexValueObject_must_be_class_or_struct ‑ Should_trigger_on_record
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+Enum_must_be_class_or_struct ‑ Should_not_trigger_on_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+Enum_must_be_class_or_struct ‑ Should_not_trigger_on_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+Enum_must_be_class_or_struct ‑ Should_trigger_on_record
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+KeyedValueObject_must_be_class_or_struct ‑ Should_not_trigger_on_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+KeyedValueObject_must_be_class_or_struct ‑ Should_not_trigger_on_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+KeyedValueObject_must_be_class_or_struct ‑ Should_trigger_on_record
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+Union_must_be_class_or_struct ‑ Should_not_trigger_on_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+Union_must_be_class_or_struct ‑ Should_not_trigger_on_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG004_TypeMustBeClassOrStruct+Union_must_be_class_or_struct ‑ Should_trigger_on_record
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+AdHocUnion_must_be_partial ‑ Should_not_trigger_on_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+AdHocUnion_must_be_partial ‑ Should_not_trigger_on_partial_ref_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+AdHocUnion_must_be_partial ‑ Should_not_trigger_on_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+AdHocUnion_must_be_partial ‑ Should_trigger_on_non_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+AdHocUnion_must_be_partial ‑ Should_trigger_on_non_partial_ref_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+AdHocUnion_must_be_partial ‑ Should_trigger_on_non_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+ComplexValueObject_must_be_partial ‑ Should_not_trigger_on_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+ComplexValueObject_must_be_partial ‑ Should_not_trigger_on_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+ComplexValueObject_must_be_partial ‑ Should_trigger_on_non_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+ComplexValueObject_must_be_partial ‑ Should_trigger_on_non_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Enum_must_be_partial ‑ Should_not_trigger_on_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Enum_must_be_partial ‑ Should_not_trigger_on_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Enum_must_be_partial ‑ Should_trigger_on_non_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Enum_must_be_partial ‑ Should_trigger_on_non_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+KeyedValueObject_must_be_partial ‑ Should_not_trigger_on_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+KeyedValueObject_must_be_partial ‑ Should_not_trigger_on_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+KeyedValueObject_must_be_partial ‑ Should_trigger_on_non_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+KeyedValueObject_must_be_partial ‑ Should_trigger_on_non_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Union_must_be_partial ‑ Should_not_trigger_on_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Union_must_be_partial ‑ Should_not_trigger_on_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Union_must_be_partial ‑ Should_trigger_on_non_partial_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG006_TypeMustBePartial+Union_must_be_partial ‑ Should_trigger_on_non_partial_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG007_InvalidSignatureOfCreateInvalidItem ‑ Should_not_trigger_on_valid_implementation
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG007_InvalidSignatureOfCreateInvalidItem ‑ Should_trigger_if_argument_count_incorrect
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG007_InvalidSignatureOfCreateInvalidItem ‑ Should_trigger_if_argument_type_incorrect
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG007_InvalidSignatureOfCreateInvalidItem ‑ Should_trigger_if_not_private
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG007_InvalidSignatureOfCreateInvalidItem ‑ Should_trigger_if_not_static
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG007_InvalidSignatureOfCreateInvalidItem ‑ Should_trigger_if_return_type_incorrect
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG008_AbstractEnumNeedsCreateInvalidItemImplementation ‑ Should_not_trigger_if_abstract_class_has_a_CreateInvalidItem
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG008_AbstractEnumNeedsCreateInvalidItemImplementation ‑ Should_trigger_if_abstract_class_has_no_CreateInvalidItem
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Enum_constructors_must_be_private ‑ Should_not_trigger_if_constructor_is_private
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Enum_constructors_must_be_private ‑ Should_trigger_if_constructor_is_private_protected
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Enum_constructors_must_be_private ‑ Should_trigger_if_constructor_is_protected
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Union_class_constructors_must_be_private ‑ Should_not_trigger_if_constructor_is_private
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Union_class_constructors_must_be_private ‑ Should_trigger_if_constructor_is_private_protected
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Union_class_constructors_must_be_private ‑ Should_trigger_if_constructor_is_protected
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Union_record_constructors_must_be_private ‑ Should_not_trigger_if_constructor_is_private
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Union_record_constructors_must_be_private ‑ Should_trigger_if_constructor_is_private_protected
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG009_ConstructorsMustBePrivate+Union_record_constructors_must_be_private ‑ Should_trigger_if_constructor_is_protected
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG010_NonValidatableEnumsMustBeClass ‑ Should_not_trigger_if_IEnum_is_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG010_NonValidatableEnumsMustBeClass ‑ Should_trigger_if_IEnum_is_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG012_EnumKeyPropertyNameNotAllowed ‑ Should_not_trigger_if_name_is_not_item
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG012_EnumKeyPropertyNameNotAllowed ‑ Should_trigger_if_name_is_item
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG014_InnerEnumOnFirstLevelMustBePrivate ‑ Should_not_trigger_if_1st_level_type_is_private
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG014_InnerEnumOnFirstLevelMustBePrivate ‑ Should_not_trigger_if_2nd_level_type_is_public
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG014_InnerEnumOnFirstLevelMustBePrivate ‑ Should_trigger_if_1st_level_type_is_public
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG015_InnerEnumOnNonFirstLevelMustBePublic ‑ Should_not_trigger_if_2nd_level_type_is_public
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG015_InnerEnumOnNonFirstLevelMustBePublic ‑ Should_trigger_if_2st_level_type_is_public
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG017_KeyMemberShouldNotBeNullable+KeyedValueObject_key_member_should_not_be_nullable ‑ Should_not_trigger_if_key_member_is_non_nullable_reference_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG017_KeyMemberShouldNotBeNullable+KeyedValueObject_key_member_should_not_be_nullable ‑ Should_not_trigger_if_key_member_is_non_nullable_reference_type_and_nullability_is_not_active
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG017_KeyMemberShouldNotBeNullable+KeyedValueObject_key_member_should_not_be_nullable ‑ Should_not_trigger_if_key_member_is_non_nullable_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG017_KeyMemberShouldNotBeNullable+KeyedValueObject_key_member_should_not_be_nullable ‑ Should_trigger_if_key_member_is_nullable_reference_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG017_KeyMemberShouldNotBeNullable+KeyedValueObject_key_member_should_not_be_nullable ‑ Should_trigger_if_key_member_is_nullable_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG017_KeyMemberShouldNotBeNullable+KeyedValueObject_key_member_should_not_be_nullable ‑ Should_trigger_if_key_member_is_nullable_struct_even_if_nullability_is_not_active
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+ComplexValue_objects_must_not_be_generic ‑ Should_trigger_on_generic_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+ComplexValue_objects_must_not_be_generic ‑ Should_trigger_on_generic_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+Enums_must_not_be_generic ‑ Should_trigger_on_generic_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+Enums_must_not_be_generic ‑ Should_trigger_on_generic_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+KeyedValue_objects_must_not_be_generic ‑ Should_trigger_on_generic_class
Check notice on line 0 in .github
github-actions / tests results
1575 tests found (test 427 to 806)
There are 1575 tests, see "Raw output" for the list of tests 427 to 806.
Raw output
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+KeyedValue_objects_must_not_be_generic ‑ Should_trigger_on_generic_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+Union_must_not_be_generic ‑ Should_trigger_on_generic_class
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG033_EnumsValueObjectsAndAdHocUnionsMustNotBeGeneric+Union_must_not_be_generic ‑ Should_trigger_on_generic_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_instance_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_static_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_static_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_readonly_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_static_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_trigger_on_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_trigger_on_static_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_instance_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_static_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_static_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_instance_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_static_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_static_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_readonly_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_readonly_static_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_trigger_on_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_EnumBaseClass_fields_must_be_readonly ‑ Should_trigger_on_static_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_instance_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_not_trigger_on_static_readonly_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_instance_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG034_BaseClassFieldMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_fields_must_be_readonly ‑ Should_trigger_on_static_field
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_setter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_setter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_setter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_setter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_trigger_on_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_trigger_on_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly+Technically_not_possible_to_enforce ‑ Should_not_BUT_DOES_trigger_on_instance_property_with_getter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly+Technically_not_possible_to_enforce ‑ Should_not_BUT_DOES_trigger_on_instance_property_with_getter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly+Technically_not_possible_to_enforce ‑ Should_not_BUT_DOES_trigger_on_static_property_with_getter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_EnumBaseClass_properties_must_be_readonly+Technically_not_possible_to_enforce ‑ Should_not_BUT_DOES_trigger_on_static_property_with_getter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+OtherAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_ComplexValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_setter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_setter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_setter_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_setter_expression_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_trigger_on_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_EnumBaseClass_properties_must_be_readonly ‑ Should_trigger_on_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_instance_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_not_trigger_on_static_property_with_getter_only
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_instance_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG035_BaseClassPropertyMustBeReadOnly+SameAssembly_KeyedValueObjectBaseClass_properties_must_be_readonly ‑ Should_trigger_on_static_property
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG036_EnumKeyShouldNotBeNullable ‑ Should_not_trigger_on_int_in_IEnum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG036_EnumKeyShouldNotBeNullable ‑ Should_not_trigger_on_int_in_IValidatableEnum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG036_EnumKeyShouldNotBeNullable ‑ Should_not_trigger_on_string_in_IEnum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG036_EnumKeyShouldNotBeNullable ‑ Should_not_trigger_on_string_in_IValidatableEnum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG036_EnumKeyShouldNotBeNullable ‑ Should_trigger_on_nullable_int_in_IEnum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG036_EnumKeyShouldNotBeNullable ‑ Should_trigger_on_nullable_int_in_IValidatableEnum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_not_trigger_on_Enum_with_derived_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_not_trigger_on_Enum_with_generic_derived_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_not_trigger_on_IValidatableEnum_with_generic_derived_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_not_trigger_on_ValidatableEnum_with_derived_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_not_trigger_on_abstract_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_not_trigger_on_derived_abstract_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_not_trigger_on_derived_types_which_are_derived
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_trigger_on_inner_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG037_EnumWithoutDerivedTypesMustBeSealed ‑ Should_trigger_on_sibling_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG041_ComparerTypeMustMatchMemberType+KeyedValueObject_ComparerTypeMustMatchMemberType ‑ Should_not_trigger_if_comparable_type_equals_to_key_member_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG041_ComparerTypeMustMatchMemberType+KeyedValueObject_ComparerTypeMustMatchMemberType ‑ Should_trigger_if_comparable_type_differs_from_key_member_of_different_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG041_ComparerTypeMustMatchMemberType+SmartEnum_ComparerTypeMustMatchMemberType ‑ Should_not_trigger_if_comparable_type_equals_to_key_member_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG041_ComparerTypeMustMatchMemberType+SmartEnum_ComparerTypeMustMatchMemberType ‑ Should_trigger_if_comparable_type_differs_from_key_member_of_different_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+ComplexValueObject_InitAccessorMustBePrivate ‑ Should_not_trigger_on_private_property_with_default_init
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+ComplexValueObject_InitAccessorMustBePrivate ‑ Should_not_trigger_on_private_property_with_init_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+ComplexValueObject_InitAccessorMustBePrivate ‑ Should_not_trigger_on_private_property_with_init_expression
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+ComplexValueObject_InitAccessorMustBePrivate ‑ Should_trigger_on_public_property_with_default_init
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+ComplexValueObject_InitAccessorMustBePrivate ‑ Should_trigger_on_public_property_with_init_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+ComplexValueObject_InitAccessorMustBePrivate ‑ Should_trigger_on_public_property_with_init_expression
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+KeyedValueObject_InitAccessorMustBePrivate ‑ Should_not_trigger_on_private_property_with_default_init
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+KeyedValueObject_InitAccessorMustBePrivate ‑ Should_not_trigger_on_private_property_with_init_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+KeyedValueObject_InitAccessorMustBePrivate ‑ Should_not_trigger_on_private_property_with_init_expression
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+KeyedValueObject_InitAccessorMustBePrivate ‑ Should_trigger_on_public_property_with_default_init
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+KeyedValueObject_InitAccessorMustBePrivate ‑ Should_trigger_on_public_property_with_init_body
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG042_InitAccessorMustBePrivate+KeyedValueObject_InitAccessorMustBePrivate ‑ Should_trigger_on_public_property_with_init_expression
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+AdHocUnion_cannot_have_a_primary_constructor ‑ Should_trigger_if_union_is_class_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+AdHocUnion_cannot_have_a_primary_constructor ‑ Should_trigger_if_union_is_ref_struct_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+AdHocUnion_cannot_have_a_primary_constructor ‑ Should_trigger_if_union_is_struct_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+ComplexValueObject_cannot_have_a_primary_constructor ‑ Should_trigger_if_value_object_is_class_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+ComplexValueObject_cannot_have_a_primary_constructor ‑ Should_trigger_if_value_object_is_struct_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+Enum_cannot_have_a_primary_constructor ‑ Should_trigger_if_enum_is_class_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+Enum_cannot_have_a_primary_constructor ‑ Should_trigger_if_enum_is_struct_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+Union_cannot_have_a_primary_constructor ‑ Should_trigger_if_union_is_class_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+Union_cannot_have_a_primary_constructor ‑ Should_trigger_if_union_is_record_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+ValueObject_cannot_have_a_primary_constructor ‑ Should_trigger_if_value_object_is_class_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG043_PrimaryConstructorNotAllowed+ValueObject_cannot_have_a_primary_constructor ‑ Should_trigger_if_value_object_is_struct_and_has_primary_constructor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG044_CustomKeyMemberImplementationNotFound+KeyedValueObject_CustomKeyMemberImplementationNotFound ‑ Should_not_trigger_if_key_member_implementation_found
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG044_CustomKeyMemberImplementationNotFound+KeyedValueObject_CustomKeyMemberImplementationNotFound ‑ Should_trigger_if_key_member_implementation_missing
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG045_CustomKeyMemberImplementationTypeMismatch+KeyedValueObject_CustomKeyMemberImplementationTypeMismatch ‑ Should_not_trigger_if_key_member_type_is_correct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG045_CustomKeyMemberImplementationTypeMismatch+KeyedValueObject_CustomKeyMemberImplementationTypeMismatch ‑ Should_trigger_if_key_member_type_differs_from_type_specified_by_attribute
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG045_CustomKeyMemberImplementationTypeMismatch+KeyedValueObject_CustomKeyMemberImplementationTypeMismatch ‑ Should_trigger_if_key_member_type_is_nullable_reference_type
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG045_CustomKeyMemberImplementationTypeMismatch+KeyedValueObject_CustomKeyMemberImplementationTypeMismatch ‑ Should_trigger_if_key_member_type_is_nullable_struct
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+Map ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+Map ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+MapPartially ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+MapPartially ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+MapPartially ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithAction ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithAction ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithAction ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithActionAndState ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithFunc ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithAction ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithAction ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithActionAndState ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithActionAndState ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithFunc ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithFunc ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+AdHocUnion+SwitchWithFuncAndContext ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+Map ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+Map ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+Map ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+Map ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+Map ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+MapPartially ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+MapPartially ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+MapPartially ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+MapPartially ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+MapPartially ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+MapPartially ‑ Should_trigger_without_named_default_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+MapPartially ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithAction ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithAction ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithAction ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithAction ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithAction ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithAction ‑ Should_trigger_without_named_default_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithAction ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithActionAndState ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithActionAndState ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_default_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFunc ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFunc ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_default_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_default_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithAction ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithAction ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithAction ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithAction ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithAction ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithActionAndState ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithActionAndState ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithActionAndState ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithActionAndState ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithActionAndState ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFunc ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFunc ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFunc ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFunc ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFunc ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFuncAndContext ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFuncAndContext ‑ Should_trigger_without_named_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+SmartEnum+SwitchWithFuncAndContext ‑ Should_trigger_without_named_invalid_arg_having_validatable_enum
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+Map ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+Map ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+MapPartially ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+MapPartially ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+MapPartially ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithAction ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithAction ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithAction ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithActionAndState ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithActionAndState ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithFunc ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithFunc ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchPartiallyWithFuncAndContext ‑ Should_trigger_without_named_default_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithAction ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithAction ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithActionAndState ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithActionAndState ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithFunc ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithFunc ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithFuncAndContext ‑ Should_not_trigger_when_all_args_are_named
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG046_IndexBasedSwitchAndMapMustUseNamedParameters+Union+SwitchWithFuncAndContext ‑ Should_trigger_without_named_arg
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_not_trigger_on_comparison_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_not_trigger_on_default_assignment_if_AllowDefaultStruct_is_true
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_not_trigger_on_default_ctor_if_AllowDefaultStruct_is_true
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_coalesce_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_default_ctor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_field_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_method_arg_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_parameter_with_default_value
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_property_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_tuple_construction_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+ComplexValueObject ‑ Should_trigger_on_variable_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_not_trigger_on_comparison_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_not_trigger_on_default_assignment_if_AllowDefaultStruct_is_true
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_not_trigger_on_default_ctor_if_AllowDefaultStruct_is_true
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_coalesce_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_default_ctor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_field_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_method_arg_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_parameter_with_default_value
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_property_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_tuple_construction_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+KeyedValueObject ‑ Should_trigger_on_variable_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_not_trigger_on_comparison_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_coalesce_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_default_ctor
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_field_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_method_arg_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_parameter_with_default_value
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_property_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_tuple_construction_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG047_VariableMustBeInitializedWithNonDefaultValue+Union ‑ Should_trigger_on_variable_assignment_with_default
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG100_EnumerationHasNoItems ‑ Should_not_trigger_if_enumeration_has_items
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG100_EnumerationHasNoItems ‑ Should_trigger_if_enumeration_has_no_items
Thinktecture.Runtime.Tests.AnalyzerAndCodeFixTests.TTRESG101_StaticPropertiesAreNotConsideredItems ‑ Should_trigger_if_potential_item_is_a_property
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_binder_for_int_based_enum
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_binder_for_keyless_enum_with_factory
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_binder_for_string_based_enum
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_binder_for_string_based_value_type
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_int_base_binder_for_simple_value_object_with_custom_factory_name
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_null_for_keyless_enum
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_null_for_non_enums_and_non_value_types
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_string_base_binder_specified_by_ValueObjectFactoryAttribute_of_value_object_
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderProviderTests.GetBinder ‑ Should_return_string_base_binder_specified_by_ValueObjectFactoryAttribute_smart_enum
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_empty_string_with_NullInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_empty_string_with_StringBasedReferenceValueObjectWithEmptyStringInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_int_based_enum
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_null_with_NullInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_null_with_StringBasedReferenceValueObjectWithEmptyStringInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_simple_value_object_having_custom_factory_name
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_string_based_enum
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_string_based_value_type
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_string_based_value_type_with_NullInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_string_based_value_type_with_StringBasedReferenceValueObjectWithEmptyStringInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_successfully_keyless_enum_with_factory
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_successfully_smart_enum_having_string_base_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_successfully_value_object_having_string_base_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_validatable_enum_even_if_key_is_unknown
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_whitespaces_with_NullInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_bind_whitespaces_with_StringBasedReferenceValueObjectWithEmptyStringInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_not_bind_enum_if_key_is_unknown
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_not_bind_enum_if_value_not_matching_key_type
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_not_bind_if_value_is_null
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_not_bind_validatable_enum_if_value_not_matching_key_type
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_return_error_if_value_violates_validation_rules
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_return_error_when_binding_keyless_enum_with_factories_with_invalid_intput
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_return_error_when_binding_smart_enum_having_string_base_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_return_error_when_binding_value_object_having_string_base_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.AspNetCore.ModelBinding.ValueObjectModelBinderTests.BindModelAsync ‑ Should_return_null_if_value_is_empty_string
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_compare_nulls
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_compare_original_item_if_selector_returns_it
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_compare_projected_objects(value: "val", otherValue: "val")
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_compare_projected_objects(value: "val", otherValue: "value")
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_compare_projected_objects(value: "value", otherValue: "val")
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_compare_projected_objects(value: "value", otherValue: "value")
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_throw_if_projection_throws
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.Equals ‑ Should_use_provided_comparer
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.GetHashCode ‑ Should_return_hashcode_of_nulls
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.GetHashCode ‑ Should_return_hashcode_of_projected_objects
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.GetHashCode ‑ Should_throw_if_projection_throws
Thinktecture.Runtime.Tests.Collections.ProjectionEqualityComparerTests.GetHashCode ‑ Should_use_provided_comparer
Thinktecture.Runtime.Tests.Collections.SingleItemLookupTests ‑ Should_have_ContainsKey
Thinktecture.Runtime.Tests.Collections.SingleItemLookupTests ‑ Should_have_correct_enumerator_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemLookupTests ‑ Should_have_correct_indexer_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemLookupTests ‑ Should_have_count_of_1
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyCollectionTests ‑ Should_have_correct_enumerator_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyCollectionTests ‑ Should_have_correct_indexer_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyCollectionTests ‑ Should_have_count_of_1
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyDictionaryTests ‑ Should_have_ContainsKey
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyDictionaryTests ‑ Should_have_TryGetValue
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyDictionaryTests ‑ Should_have_correct_enumerator_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyDictionaryTests ‑ Should_have_correct_indexer_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyDictionaryTests ‑ Should_have_correct_keys_enumerator_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyDictionaryTests ‑ Should_have_correct_values_enumerator_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlyDictionaryTests ‑ Should_have_count_of_1
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_Contains
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_IsProperSubsetOf
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_IsProperSupersetOf
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_IsSubsetOf
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_IsSupersetOf
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_Overlaps
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_SetEquals
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_correct_enumerator_behavior
Thinktecture.Runtime.Tests.Collections.SingleItemReadOnlySetTests ‑ Should_have_count_of_1
Thinktecture.Runtime.Tests.EmptyActionTests.EmptyAction ‑ Should_do_nothing
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Collection ‑ Should_be_empty
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Collection ‑ Should_have_count_of_0
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Collection ‑ Should_not_be_null
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Collection ‑ Should_throw_if_using_indexer
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Dictionary ‑ Should_be_empty
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Dictionary ‑ Should_have_count_of_0
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Dictionary ‑ Should_not_be_null
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Dictionary ‑ Should_throw_if_using_indexer
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Enumerable ‑ Should_be_empty
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Enumerable ‑ Should_not_be_null
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Lookup ‑ Should_be_empty
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Lookup ‑ Should_have_count_of_0
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Lookup ‑ Should_not_be_null
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Lookup ‑ Should_return_empty_collection_if_using_indexer
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_be_empty
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_have_count_of_0
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_have_implementation_for_IsProperSubsetOf
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_have_implementation_for_IsProperSupersetOf
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_have_implementation_for_IsSubsetOf
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_have_implementation_for_IsSupersetOf
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_have_implementation_for_Overlaps
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_have_implementation_for_SetEquals
Thinktecture.Runtime.Tests.EmptyCollectionTests.Empty_Set ‑ Should_not_be_null
Thinktecture.Runtime.Tests.EntityFrameworkCore.ValueConversion.ValueObjectValueConverterFactoryTests ‑ Should_not_roundtrip_convert_underlying_type_to_value_object_and_back_to_underlying_type
Thinktecture.Runtime.Tests.EntityFrameworkCore.ValueConversion.ValueObjectValueConverterFactoryTests ‑ Should_use_ctor_of_value_types_instead_of_factory_because_DB_is_source_of_truth
Thinktecture.Runtime.Tests.EntityFrameworkCore.ValueConversion.ValueObjectValueConverterFactoryTests ‑ Should_write_and_read_enums_and_value_types
Thinktecture.Runtime.Tests.EnumTests.CompareTo ‑ Should_return_0_if_items_are_equal
Thinktecture.Runtime.Tests.EnumTests.CompareTo ‑ Should_return_1_if_items_is_bigger_than_other_item
Thinktecture.Runtime.Tests.EnumTests.CompareTo ‑ Should_return_minus_1_if_items_is_smaller_than_other_item
Thinktecture.Runtime.Tests.EnumTests.ComparisonOperators ‑ Should_compare_enum_with_underlying_type
Thinktecture.Runtime.Tests.EnumTests.ComparisonOperators ‑ Should_compare_enums
Thinktecture.Runtime.Tests.EnumTests.ComparisonOperators ‑ Should_compare_enums_with_case_sensitive_comparer
Thinktecture.Runtime.Tests.EnumTests.EnsureValid ‑ Should_not_throw_for_derived_types
Thinktecture.Runtime.Tests.EnumTests.EnsureValid ‑ Should_not_throw_if_default_struct_is_valid
Thinktecture.Runtime.Tests.EnumTests.EnsureValid ‑ Should_not_throw_if_item_is_valid
Thinktecture.Runtime.Tests.EnumTests.EnsureValid ‑ Should_throw_if_default_struct_is_invalid
Thinktecture.Runtime.Tests.EnumTests.EnsureValid ‑ Should_throw_if_item_is_invalid
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_compare_keyless_smart_enum_via_reference_equality
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_false_for_invalid_structs_on_inequality
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_false_if_both_items_are_invalid_and_have_different_keys
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_false_if_both_items_are_invalid_and_have_keys_that_differ_in_casing_if_comparer_honors_casing
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_false_if_item_is_null
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_false_if_item_is_of_different_type
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_false_on_struct_inequality
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_true_for_invalid_structs_on_equality
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_true_if_both_items_are_invalid_and_have_same_key
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_true_on_reference_equality
Thinktecture.Runtime.Tests.EnumTests.EqualityOperator ‑ Should_return_true_on_struct_equality
Thinktecture.Runtime.Tests.EnumTests.Equals ‑ Should_compare_keyless_smart_enum_via_reference_equality
Thinktecture.Runtime.Tests.EnumTests.Equals ‑ Should_return_false_if_both_items_are_invalid_and_have_different_keys
Thinktecture.Runtime.Tests.EnumTests.Equals ‑ Should_return_false_if_both_items_are_invalid_and_have_keys_that_differ_in_casing_if_comparer_honors_casing
Check notice on line 0 in .github
github-actions / tests results
1575 tests found (test 807 to 1267)
There are 1575 tests, see "Raw output" for the list of tests 807 to 1267.
Raw output
Thinktecture.Runtime.Tests.EnumTests.Equals ‑ Should_return_false_if_item_is_null
Thinktecture.Runtime.Tests.EnumTests.Equals ‑ Should_return_false_if_item_is_of_different_type
Thinktecture.Runtime.Tests.EnumTests.Equals ‑ Should_return_true_if_both_items_are_invalid_and_have_same_key
Thinktecture.Runtime.Tests.EnumTests.Equals ‑ Should_return_true_on_reference_equality
Thinktecture.Runtime.Tests.EnumTests.ExplicitConversionFromKey ‑ Should_return_invalid_item_if_enum_has_no_such_key
Thinktecture.Runtime.Tests.EnumTests.ExplicitConversionFromKey ‑ Should_return_invalid_item_if_struct_is_default_and_there_are_no_items_for_default_value
Thinktecture.Runtime.Tests.EnumTests.ExplicitConversionFromKey ‑ Should_return_item
Thinktecture.Runtime.Tests.EnumTests.ExplicitConversionFromKey ‑ Should_return_null_if_key_is_null
Thinktecture.Runtime.Tests.EnumTests.ExplicitConversionFromKey ‑ Should_throw_if_non_validable_enum_has_no_such_key
Thinktecture.Runtime.Tests.EnumTests.FormattableTests ‑ Should_use_format_provider
Thinktecture.Runtime.Tests.EnumTests.FormattableTests ‑ Should_use_format_string
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_derived_type
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_invalid_item_if_enum_doesnt_have_any_items
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_invalid_item_if_enum_doesnt_have_item_with_provided_key
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_invalid_item_if_the_casing_does_not_match_according_to_comparer
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_invalid_item_via_reflection_if_enum_doesnt_have_any_items
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_item_having_ReadOnlySpanOfChar
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_item_of_case_sensitive_enum
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_item_with_provided_key
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_item_with_provided_key_ignoring_casing
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_return_null_if_null_is_provided
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_throw_if_CreateInvalidItem_isValid_is_true
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_throw_if_CreateInvalidItem_uses_key_of_valid_item
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_throw_if_custom_validation_throws
Thinktecture.Runtime.Tests.EnumTests.Get ‑ Should_throw_if_key_is_unknown_to_non_validatable_enum
Thinktecture.Runtime.Tests.EnumTests.GetHashCode ‑ Should_return_hashcode_of_case_sensitive_enum
Thinktecture.Runtime.Tests.EnumTests.GetHashCode ‑ Should_return_hashcode_of_instance_of_keyless_smart_enum
Thinktecture.Runtime.Tests.EnumTests.GetHashCode ‑ Should_return_hashcode_of_the_type_plus_key
Thinktecture.Runtime.Tests.EnumTests.GetHashCode ‑ Should_return_hashcode_of_the_type_plus_key_for_structs
Thinktecture.Runtime.Tests.EnumTests.ImplicitConversionToKey ‑ Should_return_default_if_struct_is_default
Thinktecture.Runtime.Tests.EnumTests.ImplicitConversionToKey ‑ Should_return_key
Thinktecture.Runtime.Tests.EnumTests.ImplicitConversionToKey ‑ Should_return_null_if_item_is_null
Thinktecture.Runtime.Tests.EnumTests.Initialization ‑ Should_not_throw_if_enum_has_2_keys_that_differ_in_casing_only_if_comparer_honors_casing
Thinktecture.Runtime.Tests.EnumTests.Initialization ‑ Should_throw_if_enum_has_duplicate_key
Thinktecture.Runtime.Tests.EnumTests.Items ‑ Should_return_empty_collection_if_enum_has_no_items
Thinktecture.Runtime.Tests.EnumTests.Items ‑ Should_return_fields_of_a_struct
Thinktecture.Runtime.Tests.EnumTests.Items ‑ Should_return_fields_of_a_valid_enum
Thinktecture.Runtime.Tests.EnumTests.Items ‑ Should_return_items_of_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.Items ‑ Should_return_public_fields_only
Thinktecture.Runtime.Tests.EnumTests.Items ‑ Should_return_public_fields_only_via_reflection
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_struct(index: 0)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_struct(index: 1)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_struct(index: 2)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_struct(index: 3)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_struct(index: 4)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_struct(index: 5)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_validatable_enum(index: 0)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_validatable_enum(index: 1)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_having_validatable_enum(index: 2)
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_correct_item_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.Map ‑ Should_return_ref_struct
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_struct(index: -1)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_struct(index: 1)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_struct(index: 2)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_struct(index: 3)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_struct(index: 4)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_struct(index: 5)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_validatable_enum(index: -1)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_validatable_enum(index: 1)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_having_validatable_enum(index: 2)
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_correct_item_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.MapPartially ‑ Should_return_ref_struct
Thinktecture.Runtime.Tests.EnumTests.NotEqualityOperator ‑ Should_compare_keyless_smart_enum_via_reference_equality
Thinktecture.Runtime.Tests.EnumTests.NotEqualityOperator ‑ Should_return_false_if_both_items_are_invalid_and_have_same_key
Thinktecture.Runtime.Tests.EnumTests.NotEqualityOperator ‑ Should_return_false_on_reference_equality
Thinktecture.Runtime.Tests.EnumTests.NotEqualityOperator ‑ Should_return_true_if_both_items_are_invalid_and_have_different_keys
Thinktecture.Runtime.Tests.EnumTests.NotEqualityOperator ‑ Should_return_true_if_both_items_are_invalid_and_have_keys_that_differ_in_casing_if_comparer_honors_casing
Thinktecture.Runtime.Tests.EnumTests.NotEqualityOperator ‑ Should_return_true_if_item_is_null
Thinktecture.Runtime.Tests.EnumTests.NotEqualityOperator ‑ Should_return_true_if_item_is_of_different_type
Thinktecture.Runtime.Tests.EnumTests.Parse ‑ Should_parse_ReadOnlySpanOfChar
Thinktecture.Runtime.Tests.EnumTests.Parse ‑ Should_parse_valid_value
Thinktecture.Runtime.Tests.EnumTests.Parse ‑ Should_return_false_if_string_is_not_parsable_to_key_type
Thinktecture.Runtime.Tests.EnumTests.Parse ‑ Should_return_false_if_string_null
Thinktecture.Runtime.Tests.EnumTests.Parse ‑ Should_use_format_provider_parse_valid_value
Thinktecture.Runtime.Tests.EnumTests.Switch+WithAction ‑ Should_use_correct_arg
Thinktecture.Runtime.Tests.EnumTests.Switch+WithAction ‑ Should_use_correct_arg_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithAction ‑ Should_use_correct_arg_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithAction ‑ Should_use_correct_arg_having_validatable_class_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithAction ‑ Should_use_correct_arg_having_validatable_class_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithAction ‑ Should_use_correct_arg_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.Switch+WithActionAndState ‑ Should_pass_state
Thinktecture.Runtime.Tests.EnumTests.Switch+WithActionAndState ‑ Should_pass_state_having_ref_struct
Thinktecture.Runtime.Tests.EnumTests.Switch+WithActionAndState ‑ Should_pass_state_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithActionAndState ‑ Should_pass_state_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithActionAndState ‑ Should_pass_state_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithActionAndState ‑ Should_pass_state_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithActionAndState ‑ Should_pass_state_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFunc ‑ Should_call_correct_arg
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFunc ‑ Should_call_correct_arg_and_return_ref_struct
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFunc ‑ Should_call_correct_arg_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFunc ‑ Should_call_correct_arg_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFunc ‑ Should_call_correct_arg_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFunc ‑ Should_call_correct_arg_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFunc ‑ Should_call_correct_arg_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFuncAndContext ‑ Should_pass_state
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFuncAndContext ‑ Should_pass_state_having_ref_struct
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFuncAndContext ‑ Should_pass_state_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFuncAndContext ‑ Should_pass_state_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFuncAndContext ‑ Should_pass_state_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFuncAndContext ‑ Should_pass_state_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.Switch+WithFuncAndContext ‑ Should_pass_state_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_correct_arg
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_correct_arg_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_correct_arg_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_correct_arg_having_validatable_class_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_correct_arg_having_validatable_class_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_correct_arg_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_default_arg
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_default_arg_having_struct
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_default_arg_having_validatable_class_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_default_arg_having_validatable_class_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithAction ‑ Should_use_default_arg_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_having_ref_struct
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_to_default
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_to_default_having_struct
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_to_default_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_to_default_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_to_default_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithActionAndState ‑ Should_pass_state_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_correct_arg
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_correct_arg_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_correct_arg_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_correct_arg_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_correct_arg_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_correct_arg_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_default
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_default_having_struct
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_default_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_default_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFunc ‑ Should_call_default_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_having_ref_struct
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_having_struct(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_having_struct(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_to_default
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_to_default_having_struct
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_to_default_having_validatable_enum(useInvalidItem: False)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_to_default_having_validatable_enum(useInvalidItem: True)
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_to_default_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.SwitchPartially+WithFuncAndContext ‑ Should_pass_state_with_keyless_enum
Thinktecture.Runtime.Tests.EnumTests.ToString ‑ Should_return_string_representation_of_the_key
Thinktecture.Runtime.Tests.EnumTests.ToString ‑ Should_return_string_representation_of_the_key_for_structs
Thinktecture.Runtime.Tests.EnumTests.ToValue ‑ Should_return_value_using_factory_specified_via_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_false_if_enum_dont_have_any_items
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_false_if_enum_dont_have_item_with_provided_key
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_false_if_null_is_provided
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_false_if_struct_dont_have_any_items
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_false_if_the_casing_does_not_match_according_to_comparer
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_item_having_ReadOnlySpanOfChar
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_item_of_case_sensitive_enum
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_true_if_item_with_provided_key_exists
Thinktecture.Runtime.Tests.EnumTests.TryGet ‑ Should_return_true_if_item_with_provided_key_exists_ignoring_casing
Thinktecture.Runtime.Tests.EnumTests.TryParse ‑ Should_parse_ReadOnlySpanOfChar
Thinktecture.Runtime.Tests.EnumTests.TryParse ‑ Should_parse_valid_value
Thinktecture.Runtime.Tests.EnumTests.TryParse ‑ Should_return_false_if_string_is_not_parsable_to_key_type
Thinktecture.Runtime.Tests.EnumTests.TryParse ‑ Should_return_false_if_string_null
Thinktecture.Runtime.Tests.EnumTests.TryParse ‑ Should_use_format_provider_parse_valid_value
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_custom_error_if_enum_uses_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_derived_type
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_error_if_key_is_unknown_to_non_validatable_enum
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_error_if_null_is_provided
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_invalid_item_if_enum_doesnt_have_any_items
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_invalid_item_if_enum_doesnt_have_item_with_provided_key
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_invalid_item_if_the_casing_does_not_match_according_to_comparer
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_item_having_ReadOnlySpanOfChar
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_item_using_factory_specified_via_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_item_with_provided_key
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_return_item_with_provided_key_ignoring_casing
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_throw_if_CreateInvalidItem_isValid_is_true
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_throw_if_CreateInvalidItem_uses_key_of_valid_item
Thinktecture.Runtime.Tests.EnumTests.Validate ‑ Should_throw_if_custom_validation_throws
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertFrom ‑ Should_return_false_if_type_doesnt_match_the_enum_and_key
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertFrom ‑ Should_return_true_for_nullable_structs
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertFrom ‑ Should_return_true_for_structs
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_type_doesnt_matches_the_key_but_there_is_default_conversion_of_key_from_string
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_type_matches_the_enum
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_type_matches_the_key
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertTo ‑ Should_return_false_if_type_doesnt_match_the_enum_and_key
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertTo ‑ Should_return_true_for_nullable_structs
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertTo ‑ Should_return_true_for_structs
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertTo ‑ Should_return_true_if_type_doesnt_matches_the_key_but_there_is_default_conversion_of_key_to_string
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertTo ‑ Should_return_true_if_type_is_nullable_struct
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertTo ‑ Should_return_true_if_type_matches_the_enum
Thinktecture.Runtime.Tests.EnumTypeConverterTests.CanConvertTo ‑ Should_return_true_if_type_matches_the_key
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_convert_to_struct_enum
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_return_invalid_item_if_parameter_matches_the_key_type_but_item_dont_exist
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_return_item_if_parameter_is_enum_already
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_return_item_if_parameter_matches_the_key_type_and_item_exists
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_return_null_if_key_is_null
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_return_true_if_type_doesnt_matches_the_key_but_there_is_default_conversion_of_key_from_string
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_throw_if_parameter_type_doesnt_match_the_enum_and_key
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_throw_trying_to_convert_null_to_structs
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertFrom ‑ Should_throw_trying_to_convert_unknown_key_of_non_validatable_enum
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_convert_null_to_nullable_struct
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_convert_struct_enum_to_nullable_struct
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_return_default_of_provided_destinationtype_if_null_is_provided_and_type_is_referencetype
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_return_default_of_the_key_if_null_is_provided
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_return_item_if_type_matches_the_enum
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_return_key_if_type_matches_the_key
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_return_true_if_type_doesnt_matches_the_key_but_there_is_default_conversion_of_key_to_string
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_throw_if_null_is_provided_and_type_is_valueobject
Thinktecture.Runtime.Tests.EnumTypeConverterTests.ConvertTo ‑ Should_throw_if_parameter_type_doesnt_match_the_enum_and_key
Thinktecture.Runtime.Tests.EnumTypeConverterTests.GetConverter ‑ Should_return_enum_typeconverter_via_typedescriptor
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_count(count: 0)
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_count(count: 1)
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_count(count: 42)
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_items(items: [0])
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_items(items: [1, 2])
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_items(items: [40, 41, 42])
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_items(items: [])
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_throw_if_count_is_negative
Thinktecture.Runtime.Tests.EnumerableExtensionsTests.ToReadOnlyCollection ‑ Should_throw_if_items_is_null
Thinktecture.Runtime.Tests.Extensions.ModelBuilderExtensionsTests.AddValueObjectConverters ‑ Should_add_converters_for_complex_types
Thinktecture.Runtime.Tests.Extensions.ModelBuilderExtensionsTests.AddValueObjectConverters ‑ Should_add_converters_for_owned_types
Thinktecture.Runtime.Tests.Extensions.ModelBuilderExtensionsTests.AddValueObjectConverters ‑ Should_add_converters_for_structs_and_classes
Thinktecture.Runtime.Tests.Extensions.ValueObjectDbContextOptionsBuilderExtensionsTests.UseValueObjectValueConverter ‑ Should_add_converters_for_complex_types
Thinktecture.Runtime.Tests.Extensions.ValueObjectDbContextOptionsBuilderExtensionsTests.UseValueObjectValueConverter ‑ Should_add_converters_for_owned_types
Thinktecture.Runtime.Tests.Extensions.ValueObjectDbContextOptionsBuilderExtensionsTests.UseValueObjectValueConverter ‑ Should_add_converters_for_structs_and_classes
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_deserialize_complex_value_object_having_custom_factory
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_deserialize_complex_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_deserialize_enum_if_null_and_default
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_deserialize_keyed_value_object_having_custom_factory
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_deserialize_keyed_value_object_when_null_and_default_unless_enum_and_underlying_are_both_null
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_deserialize_simple_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_deserialize_value_object_if_null_and_default
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize(value: 1)
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize(value: ClassWithIntBasedEnum { Enum = 1 })
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize(value: ClassWithStringBasedEnum { Enum = item1 })
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize(value: item1)
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_ValueObjectWithMultipleProperties(expectedValueObject: null)
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_ValueObjectWithMultipleProperties(expectedValueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = })
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_ValueObjectWithMultipleProperties(expectedValueObject: { StructProperty = 0, NullableStructProperty = 0, ReferenceProperty = })
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_ValueObjectWithMultipleProperties(expectedValueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value })
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_enum_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_int_based_enum_having_formatter
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_string_based_enum_having_formatter
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_types_with_struct_properties_using_resolver(obj: Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize+TestClass`1[System.Nullable`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject]])
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_types_with_struct_properties_using_resolver(obj: Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize+TestClass`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedReferenceValueObject])
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_types_with_struct_properties_using_resolver(obj: Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize+TestClass`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject])
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_types_with_struct_properties_using_resolver(obj: Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize+TestStruct`1[System.Nullable`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject]])
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_types_with_struct_properties_using_resolver(obj: Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize+TestStruct`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedReferenceValueObject])
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_types_with_struct_properties_using_resolver(obj: Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize+TestStruct`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject])
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_using_factory_specified_by_ValueObjectFactoryAttribute(withCustomResolver: False)
Thinktecture.Runtime.Tests.Formatters.EnumMessagePackFormatterTests.Serialize ‑ Should_roundtrip_serialize_using_factory_specified_by_ValueObjectFactoryAttribute(withCustomResolver: True)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Contains ‑ Should_return_false_if_array_doesnt_contain_item
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Contains ‑ Should_return_false_if_array_is_empty
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Contains ‑ Should_return_true_if_array_contains_element
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_remove_duplicates(input: [1, 1, 2, 3], expected: [1, 2, 3])
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_remove_duplicates(input: [1, 2, 2, 3], expected: [1, 2, 3])
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_remove_duplicates(input: [1, 2, 3, 1], expected: [1, 2, 3])
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_remove_duplicates(input: [1, 2, 3, 3], expected: [1, 2, 3])
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_remove_duplicates(input: [3, 1, 2, 3], expected: [1, 2, 3])
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_remove_duplicates(input: [3, 2, 3, 1], expected: [1, 2, 3])
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_return_empty_array_if_array_is_default
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_return_empty_array_if_array_is_empty
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Distinct ‑ Should_return_same_array_if_it_contains_no_duplicates
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.FirstOrDefault ‑ Should_return_default_value_if_array_is_default
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.FirstOrDefault ‑ Should_return_default_value_if_array_is_empty
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.FirstOrDefault ‑ Should_return_default_value_if_no_match
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.FirstOrDefault ‑ Should_return_default_value_matched_value(matchedValue: 1)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.FirstOrDefault ‑ Should_return_default_value_matched_value(matchedValue: 2)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.FirstOrDefault ‑ Should_return_default_value_matched_value(matchedValue: 3)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.RemoveAll ‑ Should_return_array_without_excluded_value(valueToExclude: 1)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.RemoveAll ‑ Should_return_array_without_excluded_value(valueToExclude: 2)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.RemoveAll ‑ Should_return_array_without_excluded_value(valueToExclude: 3)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.RemoveAll ‑ Should_return_empty_array_if_all_items_are_removed
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.RemoveAll ‑ Should_return_empty_array_if_array_is_default
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.RemoveAll ‑ Should_return_empty_array_if_array_is_empty
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.RemoveAll ‑ Should_return_same_array_if_no_items_are_removed
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_array_without_excluded_value(valueToExclude: 1)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_array_without_excluded_value(valueToExclude: 2)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_array_without_excluded_value(valueToExclude: 3)
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_array_without_excluded_values
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_empty_array_if_all_items_are_removed
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_empty_array_if_array_is_default
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_empty_array_if_array_is_empty
Thinktecture.Runtime.Tests.ImmutableArrayExtensionsTests.Where ‑ Should_return_same_array_if_no_items_are_removed
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_complex_value_object_having_custom_factory
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_complex_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_enum_when_null_and_default_unless_enum_and_underlying_are_both_null
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_enum_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_int_based_enum(expectedValue: 1, json: "1")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_int_based_enum(expectedValue: 2, json: "2")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_int_based_enum(expectedValue: null, json: "null")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_keyed_value_object_having_custom_factory
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_keyed_value_object_when_null_and_default_unless_enum_and_underlying_are_both_null
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_simple_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_string_based_enum(expectedValue: item1, json: "\"item1\"")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_string_based_enum(expectedValue: item2, json: "\"item2\"")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_string_based_enum(expectedValue: null, json: "null")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_using_custom_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_object_if_null_and_default
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: null, json: "null", namingStrategy: null)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, json: "{\"StructProperty\":0,\"NullableStructProperty\":n"···, namingStrategy: null)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, json: "{\"StructProperty\":0}", namingStrategy: null)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 0, NullableStructProperty = 0, ReferenceProperty = }, json: "{\"StructProperty\":0,\"NullableStructProperty\":0"···, namingStrategy: null)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, json: "{\"StructProperty\":1,\"NullableStructProperty\":4"···, namingStrategy: null)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, json: "{\"structProperty\":1,\"nullableStructProperty\":4"···, namingStrategy: CamelCaseNamingStrategy { OverrideSpecifiedNames = False, ProcessDictionaryKeys = False, ProcessExtensionDataNames = False })
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, json: "{\"structproperty\":1,\"NULLABLESTRUCTPROPERTY\":4"···, namingStrategy: null)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_throw_JsonException_if_complex_value_object_is_not_a_json_object
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.ReadJson ‑ Should_throw_JsonException_if_enum_parsing_throws_UnknownEnumIdentifierException
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip ‑ Should_roundtrip_serialize_dictionary_with_string_based_enum_key
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip+TestStruct`1[System.Nullable`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject]], expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip+TestStruct`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedReferenceValueObject], expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip+TestStruct`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject], expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: { Prop = 42 }, expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_deserialize_enum_if_null_and_default
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_deserialize_keyed_value_object_if_null_and_default
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_deserialize_value_object_if_null_and_default
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_complex_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_enum_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_int_based_enum(enumValue: 1, expectedJson: "1")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_int_based_enum(enumValue: 2, expectedJson: "2")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_int_based_enum(enumValue: null, expectedJson: "null")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_simple_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_string_based_enum(enumValue: item1, expectedJson: "\"item1\"")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_string_based_enum(enumValue: item2, expectedJson: "\"item2\"")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_string_based_enum(enumValue: null, expectedJson: "null")
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_using_custom_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_value_type_with_multiple_properties(value: null, expectedJson: "null", namingStrategy: null, nullValueHandling: Include)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_value_type_with_multiple_properties(value: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, expectedJson: "{\"StructProperty\":0.0,\"NullableStructProperty\""···, namingStrategy: null, nullValueHandling: Include)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_value_type_with_multiple_properties(value: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, expectedJson: "{\"StructProperty\":0.0}", namingStrategy: null, nullValueHandling: Ignore)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_value_type_with_multiple_properties(value: { StructProperty = 0, NullableStructProperty = 0, ReferenceProperty = }, expectedJson: "{\"StructProperty\":0.0,\"NullableStructProperty\""···, namingStrategy: null, nullValueHandling: Include)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_value_type_with_multiple_properties(value: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, expectedJson: "{\"StructProperty\":1.0,\"NullableStructProperty\""···, namingStrategy: null, nullValueHandling: Include)
Thinktecture.Runtime.Tests.Json.ValueObjectNewtonsoftJsonConverterTests.WriteJson ‑ Should_serialize_value_type_with_multiple_properties(value: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, expectedJson: "{\"structProperty\":1.0,\"nullableStructProperty\""···, namingStrategy: CamelCaseNamingStrategy { OverrideSpecifiedNames = False, ProcessDictionaryKeys = False, ProcessExtensionDataNames = False }, nullValueHandling: Include)
Thinktecture.Runtime.Tests.KeyedValueObjectMetadataLookupTests.Find ‑ Should_find_metadata_of_enum_and_derived_types
Thinktecture.Runtime.Tests.KeyedValueObjectMetadataLookupTests.Find ‑ Should_not_find_metadata_of_keyless_enum
Thinktecture.Runtime.Tests.ReadOnlyCollectionExtensions.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_count(count: 0)
Thinktecture.Runtime.Tests.ReadOnlyCollectionExtensions.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_count(count: 1)
Thinktecture.Runtime.Tests.ReadOnlyCollectionExtensions.ToReadOnlyCollection ‑ Should_return_collection_returning_provided_count(count: 2)
Thinktecture.Runtime.Tests.ReadOnlyCollectionExtensions.ToReadOnlyCollection ‑ Should_throw_if_count_is_negative
Thinktecture.Runtime.Tests.ReadOnlyCollectionExtensions.ToReadOnlyCollection ‑ Should_throw_if_items_is_null
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_array
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_nullable_string_and_nullable_int
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_same_member_types
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_and_custom_string_comparison
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_bool_guid_char
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_with_MapPartially
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_with_SwitchPartially
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_with_custom_names
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_with_private_ctors
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_without_Map
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_without_Switch
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_without_ToString
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_class_with_string_and_int_without_implicit_conversion
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_ref_struct_with_string_and_int
Thinktecture.Runtime.Tests.SourceGeneratorTests.AdHocUnionSourceGeneratorTests ‑ Should_generate_struct_with_string_and_int
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_advanced_string_based_validatable_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_class_with_abstract_property
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_int_based_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_int_based_class_with_ComparisonOperators_DefaultWithKeyTypeOverloads
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_int_based_class_with_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_int_based_class_with_ValueObjectFactoryAttribute_and_UseForSerialization
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_keyless_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_keyless_class_with_factory
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_class_having_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_class_with_base_class_and_non_default_constructors
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_class_with_inner_derived_type_which_is_generic
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_class_without_Map
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_class_without_Switch
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_class_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_validatable_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_generate_string_based_validatable_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_not_crash_if_type_flagged_with_multiple_source_gen_attributes
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_not_generate_if_generic
Thinktecture.Runtime.Tests.SourceGeneratorTests.EnumSourceGeneratorTests ‑ Should_take_over_nullability_of_generic_members
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonSmartEnumSourceGeneratorTests ‑ Should_generate_JsonConverter_and_Attribute_for_struct_if_Attribute_is_missing
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonSmartEnumSourceGeneratorTests ‑ Should_generate_JsonConverter_and_Attribute_if_Attribute_is_missing
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonSmartEnumSourceGeneratorTests ‑ Should_generate_JsonConverter_for_enum_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonSmartEnumSourceGeneratorTests ‑ Should_not_generate_JsonConverter_and_attribute_if_Attribute_is_present
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonSmartEnumSourceGeneratorTests ‑ Should_not_generate_JsonConverter_for_keyless_enum
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonValueObjectSourceGeneratorTests ‑ Should_generate_JsonConverter_and_attribute_for_complex_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonValueObjectSourceGeneratorTests ‑ Should_generate_JsonConverter_and_attribute_for_complex_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonValueObjectSourceGeneratorTests ‑ Should_generate_JsonConverter_and_attribute_for_complex_struct_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonValueObjectSourceGeneratorTests ‑ Should_generate_JsonConverter_and_attribute_for_keyed_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonValueObjectSourceGeneratorTests ‑ Should_generate_JsonConverter_and_attribute_for_keyed_class_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonValueObjectSourceGeneratorTests ‑ Should_generate_JsonConverter_and_attribute_for_keyed_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.JsonValueObjectSourceGeneratorTests ‑ Should_generate_JsonConverter_complex_class_if_Attribute_is_missing
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackSmartEnumSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_Attribute_for_struct_if_Attribute_is_missing
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackSmartEnumSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_Attribute_if_Attribute_is_missing
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackSmartEnumSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_for_enum_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackSmartEnumSourceGeneratorTests ‑ Should_not_generate_MessagePackFormatter_and_attribute_if_Attribute_is_present
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackSmartEnumSourceGeneratorTests ‑ Should_not_generate_MessagePackFormatter_for_keyless_enum
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackValueObjectSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_attribute_for_complex_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackValueObjectSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_attribute_for_complex_class_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackValueObjectSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_attribute_for_complex_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackValueObjectSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_attribute_for_keyed_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackValueObjectSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_attribute_for_keyed_class_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.MessagePackValueObjectSourceGeneratorTests ‑ Should_generate_MessagePackFormatter_and_attribute_for_keyed_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJson.ReadJson ‑ Should_throw_JsonSerializationException_if_enum_parsing_throws_UnknownEnumIdentifierException
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonSmartEnumSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_Attribute_for_struct_if_Attribute_is_missing
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonSmartEnumSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_Attribute_if_Attribute_is_missing
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonSmartEnumSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_for_enum_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonSmartEnumSourceGeneratorTests ‑ Should_not_generate_NewtonsoftJsonConverter_and_attribute_if_Attribute_is_present
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonSmartEnumSourceGeneratorTests ‑ Should_not_generate_NewtonsoftJsonConverter_for_keyless_enum
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonValueObjectSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_attribute_for_complex_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonValueObjectSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_attribute_for_complex_class_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonValueObjectSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_attribute_for_complex_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonValueObjectSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_attribute_for_keyed_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonValueObjectSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_attribute_for_keyed_class_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.NewtonsoftJsonValueObjectSourceGeneratorTests ‑ Should_generate_NewtonsoftJsonConverter_and_attribute_for_keyed_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.SystemTextJson.ReadJson ‑ Should_throw_JsonException_if_enum_parsing_throws_UnknownEnumIdentifierException
Thinktecture.Runtime.Tests.SourceGeneratorTests.UnionSourceGeneratorTests ‑ Should_generate_class_with_classes_having_same_name
Thinktecture.Runtime.Tests.SourceGeneratorTests.UnionSourceGeneratorTests ‑ Should_generate_class_without_ctor
Thinktecture.Runtime.Tests.SourceGeneratorTests.UnionSourceGeneratorTests ‑ Should_generate_record_with_and_without_generic
Thinktecture.Runtime.Tests.SourceGeneratorTests.UnionSourceGeneratorTests ‑ Should_generate_record_with_generic
Thinktecture.Runtime.Tests.SourceGeneratorTests.UnionSourceGeneratorTests ‑ Should_generate_record_with_non_default_ctor
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_DateOnly_based_keyed_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_DateOnly_based_keyed_class_with_DefaultWithKeyTypeOverloads
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_with_8_members
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_with_8_members_and_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_with_8_members_and_ValueObjectFactoryAttribute_and_UseForSerialization
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_with_9_members
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_with_nullable_members
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_with_post_init_method_if_validation_method_returns_nullable_string
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_with_post_init_method_if_validation_method_returns_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_without_members
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_class_without_namespace
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_struct_with_custom_default_instance_property_name
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_complex_struct_without_members
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_int_based_keyed_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_int_based_keyed_class_with_DefaultWithKeyTypeOverloads
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_int_based_keyed_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_int_based_keyed_struct_custom_default_instance_property_name
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_int_based_keyed_struct_with_custom_int_key_member_with_init_only
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_keyed_class_with_non_IEquatable_key_member_but_with_custom_equality_comparer
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_class
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_class_with_EmptyStringInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_class_with_NullInFactoryMethodsYieldsNull
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_class_with_additional_member
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_class_with_custom_comparers
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_struct
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_struct_with_EmptyStringInFactoryMethodsYieldsNull_which_should_be_ignored
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_generate_string_based_keyed_struct_with_NullInFactoryMethodsYieldsNull_which_should_be_ignored
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_not_generate_code_for_complex_class_with_generic
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_not_generate_code_for_keyed_class_with_generic
Thinktecture.Runtime.Tests.SourceGeneratorTests.ValueObjectSourceGeneratorTests ‑ Should_not_generate_factory_methods_if_SkipFactoryMethods_is_true
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_not_shorten_value_if_it_is_as_long_as_maxlength
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_not_shorten_value_if_it_is_shorted_than_maxlength
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_return_null_when_value_is_empty
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_return_null_when_value_is_null
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_return_null_when_value_is_whitespace
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_return_trimmed_value
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_return_value_without_whitespaces_as_is
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_shorten_value_after_trim
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_shorten_value_if_it_is_longer_as_maxlength
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_throw_if_maxlength_is_0
Thinktecture.Runtime.Tests.StringExtensionsTests.TrimOrNullify ‑ Should_throw_if_maxlength_is_negative
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_int_based_enum(expectedValue: ClassWithIntBasedEnum { Enum = 1 }, json: "{\"Enum\":1}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_int_based_enum(expectedValue: ClassWithIntBasedEnum { Enum = 2 }, json: "{\"Enum\":2}", ignoreNullValues: False)
Check notice on line 0 in .github
github-actions / tests results
1575 tests found (test 1268 to 1575)
There are 1575 tests, see "Raw output" for the list of tests 1268 to 1575.
Raw output
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_int_based_enum(expectedValue: ClassWithIntBasedEnum { Enum = null }, json: "{\"Enum\":null}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_int_based_enum(expectedValue: ClassWithIntBasedEnum { Enum = null }, json: "{}", ignoreNullValues: True)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_int_based_enum(expectedValue: null, json: "null", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_string_based_enum(expectedValue: ClassWithStringBasedEnum { Enum = item1 }, json: "{\"Enum\":\"item1\"}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_string_based_enum(expectedValue: ClassWithStringBasedEnum { Enum = item2 }, json: "{\"Enum\":\"item2\"}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_string_based_enum(expectedValue: ClassWithStringBasedEnum { Enum = null }, json: "{\"Enum\":null}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_string_based_enum(expectedValue: ClassWithStringBasedEnum { Enum = null }, json: "{}", ignoreNullValues: True)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_class_containing_string_based_enum(expectedValue: null, json: "null", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_complex_value_object_having_custom_factory
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_complex_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_complex_value_object_with_numbers_as_string
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_enum_when_null_and_default_unless_enum_and_underlying_are_both_null
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_enum_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_int_based_enum(expectedValue: 1, json: "1")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_int_based_enum(expectedValue: 2, json: "2")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_int_based_enum(expectedValue: null, json: "null")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_keyed_value_object_having_custom_factory
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_keyed_value_object_when_null_and_default_unless_enum_and_underlying_are_both_null
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_simple_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_string_based_enum(expectedValue: item1, json: "\"item1\"")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_string_based_enum(expectedValue: item2, json: "\"item2\"")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_string_based_enum(expectedValue: null, json: "null")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_using_custom_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_object_if_null_and_default
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: null, json: "null", namingPolicy: null, propertyNameCaseInsensitive: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, json: "{\"StructProperty\":0,\"NullableStructProperty\":n"···, namingPolicy: null, propertyNameCaseInsensitive: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, json: "{\"StructProperty\":0}", namingPolicy: null, propertyNameCaseInsensitive: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 0, NullableStructProperty = 0, ReferenceProperty = }, json: "{\"StructProperty\":0,\"NullableStructProperty\":0"···, namingPolicy: null, propertyNameCaseInsensitive: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, json: "{\"StructProperty\":1,\"NullableStructProperty\":4"···, namingPolicy: null, propertyNameCaseInsensitive: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, json: "{\"structProperty\":1,\"nullableStructProperty\":4"···, namingPolicy: JsonCamelCaseNamingPolicy { }, propertyNameCaseInsensitive: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_deserialize_value_type_with_multiple_properties(expectedValueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, json: "{\"structproperty\":1,\"NULLABLESTRUCTPROPERTY\":4"···, namingPolicy: null, propertyNameCaseInsensitive: True)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_throw_JsonException_if_complex_value_object_is_not_a_json_object
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_throw_JsonException_if_enum_parsing_throws_UnknownEnumIdentifierException
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.ReadJson ‑ Should_throw_if_non_string_based_enum_is_used_as_dictionary_key
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_byte_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_byte_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_byte_from_string_with_corresponding_NumberHandling(number: 255)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_decimal_from_string_with_corresponding_NumberHandling(index: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_decimal_from_string_with_corresponding_NumberHandling(index: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_decimal_from_string_with_corresponding_NumberHandling(index: 2)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_decimal_from_string_with_corresponding_NumberHandling(index: 3)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_decimal_from_string_with_corresponding_NumberHandling(index: 4)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_decimal_from_string_with_corresponding_NumberHandling(index: 5)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_decimal_from_string_with_corresponding_NumberHandling(index: 6)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_double_from_string_with_corresponding_NumberHandling(number: -1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_double_from_string_with_corresponding_NumberHandling(number: -1.234)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_double_from_string_with_corresponding_NumberHandling(number: -1.7976931348623157E+308)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_double_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_double_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_double_from_string_with_corresponding_NumberHandling(number: 1.234)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_double_from_string_with_corresponding_NumberHandling(number: 1.7976931348623157E+308)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_float_from_string_with_corresponding_NumberHandling(number: -1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_float_from_string_with_corresponding_NumberHandling(number: -3.40282347E+38)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_float_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_float_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_float_from_string_with_corresponding_NumberHandling(number: 3.40282347E+38)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_int_from_string_with_corresponding_NumberHandling(number: -1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_int_from_string_with_corresponding_NumberHandling(number: -2147483648)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_int_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_int_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_int_from_string_with_corresponding_NumberHandling(number: 2147483647)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_long_from_string_with_corresponding_NumberHandling(number: -1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_long_from_string_with_corresponding_NumberHandling(number: -9223372036854775808)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_long_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_long_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_long_from_string_with_corresponding_NumberHandling(number: 9223372036854775807)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_sbyte_from_string_with_corresponding_NumberHandling(number: -1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_sbyte_from_string_with_corresponding_NumberHandling(number: -128)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_sbyte_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_sbyte_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_sbyte_from_string_with_corresponding_NumberHandling(number: 127)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_short_from_string_with_corresponding_NumberHandling(number: -1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_short_from_string_with_corresponding_NumberHandling(number: -32768)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_short_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_short_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_short_from_string_with_corresponding_NumberHandling(number: 32767)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_uint_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_uint_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_uint_from_string_with_corresponding_NumberHandling(number: 4294967295)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_ulong_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_ulong_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_ulong_from_string_with_corresponding_NumberHandling(number: 18446744073709551615)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_ushort_from_string_with_corresponding_NumberHandling(number: 0)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_ushort_from_string_with_corresponding_NumberHandling(number: 1)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_deserialize_ushort_from_string_with_corresponding_NumberHandling(number: 65535)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_roundtrip_serialize_dictionary_with_string_based_enum_key
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip+TestStruct`1[System.Nullable`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject]], expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip+TestStruct`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedReferenceValueObject], expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip+TestStruct`1[Thinktecture.Runtime.Tests.TestValueObjects.IntBasedStructValueObject], expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.RoundTrip ‑ Should_roundtrip_serialize_types_with_struct_properties_using_non_generic_factory(obj: { Prop = 42 }, expectedJson: "{\"Prop\":42}")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_deserialize_enum_if_null_and_default
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_deserialize_keyed_value_object_if_null_and_default
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_deserialize_using_custom_factory_specified_by_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_deserialize_value_object_if_null_and_default
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_int_based_enum(classWithEnum: ClassWithIntBasedEnum { Enum = 1 }, expectedJson: "{\"Enum\":1}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_int_based_enum(classWithEnum: ClassWithIntBasedEnum { Enum = 2 }, expectedJson: "{\"Enum\":2}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_int_based_enum(classWithEnum: ClassWithIntBasedEnum { Enum = null }, expectedJson: "{\"Enum\":null}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_int_based_enum(classWithEnum: ClassWithIntBasedEnum { Enum = null }, expectedJson: "{}", ignoreNullValues: True)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_int_based_enum(classWithEnum: null, expectedJson: "null", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_string_based_enum(classWithEnum: ClassWithStringBasedEnum { Enum = item1 }, expectedJson: "{\"Enum\":\"item1\"}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_string_based_enum(classWithEnum: ClassWithStringBasedEnum { Enum = item2 }, expectedJson: "{\"Enum\":\"item2\"}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_string_based_enum(classWithEnum: ClassWithStringBasedEnum { Enum = null }, expectedJson: "{\"Enum\":null}", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_string_based_enum(classWithEnum: ClassWithStringBasedEnum { Enum = null }, expectedJson: "{}", ignoreNullValues: True)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_class_containing_string_based_enum(classWithEnum: null, expectedJson: "null", ignoreNullValues: False)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_complex_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_enum_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_int_based_enum(enumValue: 1, expectedJson: "1")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_int_based_enum(enumValue: 2, expectedJson: "2")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_int_based_enum(enumValue: null, expectedJson: "null")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_simple_value_object_with_ValueObjectValidationErrorAttribute
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_string_based_enum(enumValue: item1, expectedJson: "\"item1\"")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_string_based_enum(enumValue: item2, expectedJson: "\"item2\"")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_string_based_enum(enumValue: null, expectedJson: "null")
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: null, expectedJson: "null", namingPolicy: null, jsonIgnoreCondition: Never)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, expectedJson: "{\"StructProperty\":0,\"NullableStructProperty\":n"···, namingPolicy: null, jsonIgnoreCondition: Never)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, expectedJson: "{\"StructProperty\":0}", namingPolicy: null, jsonIgnoreCondition: WhenWritingNull)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 0, NullableStructProperty = , ReferenceProperty = }, expectedJson: "{}", namingPolicy: null, jsonIgnoreCondition: WhenWritingDefault)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 0, NullableStructProperty = 0, ReferenceProperty = }, expectedJson: "{\"NullableStructProperty\":0,\"ReferenceProperty\"···, namingPolicy: null, jsonIgnoreCondition: WhenWritingDefault)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 0, NullableStructProperty = 0, ReferenceProperty = }, expectedJson: "{\"StructProperty\":0,\"NullableStructProperty\":0"···, namingPolicy: null, jsonIgnoreCondition: Never)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 0, NullableStructProperty = 0, ReferenceProperty = }, expectedJson: "{\"StructProperty\":0,\"NullableStructProperty\":0"···, namingPolicy: null, jsonIgnoreCondition: WhenWritingNull)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 1, NullableStructProperty = , ReferenceProperty = }, expectedJson: "{\"StructProperty\":1}", namingPolicy: null, jsonIgnoreCondition: WhenWritingDefault)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, expectedJson: "{\"StructProperty\":1,\"NullableStructProperty\":4"···, namingPolicy: null, jsonIgnoreCondition: Never)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, expectedJson: "{\"StructProperty\":1,\"NullableStructProperty\":4"···, namingPolicy: null, jsonIgnoreCondition: WhenWritingDefault)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, expectedJson: "{\"StructProperty\":1,\"NullableStructProperty\":4"···, namingPolicy: null, jsonIgnoreCondition: WhenWritingNull)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_serialize_value_type_with_3_properties(valueObject: { StructProperty = 1, NullableStructProperty = 42, ReferenceProperty = Value }, expectedJson: "{\"structProperty\":1,\"nullableStructProperty\":4"···, namingPolicy: JsonCamelCaseNamingPolicy { }, jsonIgnoreCondition: Never)
Thinktecture.Runtime.Tests.Text.Json.Serialization.ValueObjectJsonConverterFactoryTests.WriteJson ‑ Should_throw_if_non_string_based_enum_is_used_as_dictionary_key
Thinktecture.Runtime.Tests.UnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values_and_return_ref_struct(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Map+HavingClass ‑ Should_use_correct_arg_having_2_values_and_return_ref_struct(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Map+HavingRecord ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Map+HavingRecord ‑ Should_use_correct_arg_having_2_values(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types_and_return_ref_struct(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingClass ‑ Should_use_correct_arg_having_2_types_and_return_ref_struct(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingClass ‑ Should_use_default_having_2_types(index: 1, expected: "default")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingClass ‑ Should_use_default_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingRecord ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingRecord ‑ Should_use_correct_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingRecord ‑ Should_use_default_having_2_types(index: 1, expected: "default")
Thinktecture.Runtime.Tests.UnionTests.MapPartially+HavingRecord ‑ Should_use_default_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types_and_ref_struct(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types_and_ref_struct(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types_returning_ref_struct(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFunc ‑ Should_call_correct_arg_having_2_types_returning_ref_struct(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types_and_ref_struct(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types_and_ref_struct(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithActionAndState ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithActionAndState ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithFunc ‑ Should_call_correct_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.Switch+HavingRecord+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithAction ‑ Should_use_default_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types_and_ref_struct(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_having_2_types_and_ref_struct(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types_returning_ref_struct(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_correct_arg_having_2_types_returning_ref_struct(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFunc ‑ Should_use_default_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingClass+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithAction ‑ Should_use_correct_arg_having_2_values(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithAction ‑ Should_use_correct_arg_having_2_values(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithAction ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithAction ‑ Should_use_default_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithActionAndState ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithActionAndState ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithActionAndState ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFunc ‑ Should_use_correct_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFunc ‑ Should_use_default_arg_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFunc ‑ Should_use_default_arg_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 1, expected: "1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFuncAndContext ‑ Should_pass_state_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 1, expected: "default:1")
Thinktecture.Runtime.Tests.UnionTests.SwitchPartially+HavingRecord+WithFuncAndContext ‑ Should_pass_state_to_default_having_2_types(index: 2, expected: "2")
Thinktecture.Runtime.Tests.ValueObjectTests.AdditionOperators ‑ Should_add_value_object_with_key_type
Thinktecture.Runtime.Tests.ValueObjectTests.AdditionOperators ‑ Should_add_value_object_with_key_type_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.AdditionOperators ‑ Should_add_value_objects
Thinktecture.Runtime.Tests.ValueObjectTests.AdditionOperators ‑ Should_add_value_objects_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.CompareTo ‑ Should_return_0_if_items_are_equal
Thinktecture.Runtime.Tests.ValueObjectTests.CompareTo ‑ Should_return_1_if_items_is_bigger_than_other_item
Thinktecture.Runtime.Tests.ValueObjectTests.CompareTo ‑ Should_return_minus_1_if_items_is_smaller_than_other_item
Thinktecture.Runtime.Tests.ValueObjectTests.ComparisonOperators ‑ Should_compare_value_object_with_key_type
Thinktecture.Runtime.Tests.ValueObjectTests.ComparisonOperators ‑ Should_compare_value_object_with_key_type_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.ComparisonOperators ‑ Should_compare_value_objects
Thinktecture.Runtime.Tests.ValueObjectTests.ComparisonOperators ‑ Should_compare_value_objects_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.ConstructorTests ‑ Complex_value_object_with_public_ctor
Thinktecture.Runtime.Tests.ValueObjectTests.ConstructorTests ‑ Keyed_value_object_with_public_ctor
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ Complex_value_object_with_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ Properties_with_init_should_be_recognized_as_value_object_properties
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ Simple_value_object_with_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ With_EmptyStringInFactoryMethodsYieldsNull_empty_string_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ With_EmptyStringInFactoryMethodsYieldsNull_null_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ With_EmptyStringInFactoryMethodsYieldsNull_whitespaces_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ With_NullInFactoryMethodsYieldsNull_empty_string_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ With_NullInFactoryMethodsYieldsNull_null_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.Create ‑ With_NullInFactoryMethodsYieldsNull_whitespaces_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.DivisionOperators ‑ Should_divide_value_object_with_key_type
Thinktecture.Runtime.Tests.ValueObjectTests.DivisionOperators ‑ Should_divide_value_object_with_key_type_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.DivisionOperators ‑ Should_divide_value_objects
Thinktecture.Runtime.Tests.ValueObjectTests.DivisionOperators ‑ Should_divide_value_objects_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.ExplicitConversionToKey ‑ Should_return_key_if_value_type_is_reference_type_and_key_is_struct
Thinktecture.Runtime.Tests.ValueObjectTests.ExplicitConversionToKey ‑ Should_return_key_if_value_type_is_struct_and_key_is_reference_type
Thinktecture.Runtime.Tests.ValueObjectTests.ExplicitConversionToKey ‑ Should_return_key_if_value_type_is_struct_and_key_is_struct
Thinktecture.Runtime.Tests.ValueObjectTests.ExplicitConversionToKey ‑ Should_return_null_if_value_type_is_reference_type_and_null_and_key_is_reference_type
Thinktecture.Runtime.Tests.ValueObjectTests.ExplicitConversionToKey ‑ Should_return_nullable_key_if_value_type_is_reference_type_and_key_is_struct
Thinktecture.Runtime.Tests.ValueObjectTests.ExplicitConversionToKey ‑ Should_return_nullable_key_if_value_type_is_struct_and_key_is_struct
Thinktecture.Runtime.Tests.ValueObjectTests.ExplicitConversionToKey ‑ Should_throw_trying_convert_null_to_struct_key
Thinktecture.Runtime.Tests.ValueObjectTests.FormattableTests ‑ Should_use_format_provider
Thinktecture.Runtime.Tests.ValueObjectTests.FormattableTests ‑ Should_use_format_string
Thinktecture.Runtime.Tests.ValueObjectTests.ImplicitConversion ‑ Should_return_key_if_value_type_is_reference_type_and_key_is_reference_type
Thinktecture.Runtime.Tests.ValueObjectTests.ImplicitConversion ‑ Should_return_null_if_value_type_is_reference_type_and_null_and_key_is_reference_type
Thinktecture.Runtime.Tests.ValueObjectTests.ImplicitConversion ‑ Should_return_null_if_value_type_is_reference_type_and_null_and_key_is_struct
Thinktecture.Runtime.Tests.ValueObjectTests.ImplicitConversion ‑ Should_return_nullable_key_if_value_type_is_reference_type_and_key_is_struct
Thinktecture.Runtime.Tests.ValueObjectTests.MultiplyOperators ‑ Should_multiply_value_object_with_key_type
Thinktecture.Runtime.Tests.ValueObjectTests.MultiplyOperators ‑ Should_multiply_value_object_with_key_type_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.MultiplyOperators ‑ Should_multiply_value_objects
Thinktecture.Runtime.Tests.ValueObjectTests.MultiplyOperators ‑ Should_multiply_value_objects_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.Parse ‑ Should_parse_valid_value
Thinktecture.Runtime.Tests.ValueObjectTests.Parse ‑ Should_parse_valid_value_having_custom_factory_method
Thinktecture.Runtime.Tests.ValueObjectTests.Parse ‑ Should_return_false_if_string_is_not_parsable_to_key_type
Thinktecture.Runtime.Tests.ValueObjectTests.Parse ‑ Should_return_false_if_string_null
Thinktecture.Runtime.Tests.ValueObjectTests.Parse ‑ Should_use_format_provider_parse_valid_value
Thinktecture.Runtime.Tests.ValueObjectTests.SubtractionOperators ‑ Should_subtract_value_object_with_key_type
Thinktecture.Runtime.Tests.ValueObjectTests.SubtractionOperators ‑ Should_subtract_value_object_with_key_type_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.SubtractionOperators ‑ Should_subtract_value_objects
Thinktecture.Runtime.Tests.ValueObjectTests.SubtractionOperators ‑ Should_subtract_value_objects_having_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.ToValue ‑ Should_return_value_using_factory_specified_via_ValueObjectFactoryAttribute
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ Simple_value_object_wWith_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ With_EmptyStringInFactoryMethodsYieldsNull_empty_string_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ With_EmptyStringInFactoryMethodsYieldsNull_null_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ With_EmptyStringInFactoryMethodsYieldsNull_whitespaces_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ With_NullInFactoryMethodsYieldsNull_empty_string_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ With_NullInFactoryMethodsYieldsNull_null_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ With_NullInFactoryMethodsYieldsNull_whitespaces_should_yield_null
Thinktecture.Runtime.Tests.ValueObjectTests.TryCreate ‑ With_custom_factory_name
Thinktecture.Runtime.Tests.ValueObjectTests.TryParse ‑ Should_parse_valid_value
Thinktecture.Runtime.Tests.ValueObjectTests.TryParse ‑ Should_parse_valid_value_having_custom_factory_method
Thinktecture.Runtime.Tests.ValueObjectTests.TryParse ‑ Should_return_false_if_string_is_not_parsable_to_key_type
Thinktecture.Runtime.Tests.ValueObjectTests.TryParse ‑ Should_return_false_if_string_null
Thinktecture.Runtime.Tests.ValueObjectTests.TryParse ‑ Should_use_format_provider_parse_valid_value
Thinktecture.Runtime.Tests.ValueObjectTests.Validate ‑ Should_create_BoundaryWithFactories_from_string
Thinktecture.Runtime.Tests.ValueObjectTests.Validate ‑ Should_create_BoundaryWithFactories_from_tuple
Thinktecture.Runtime.Tests.ValueObjectTests.Validate ‑ Should_return_error_on_creation_of_BoundaryWithFactories_with_invalid_parameter
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_source_type_is_nullable_value_type_of_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_source_type_is_value_type_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_value_type_is_reference_type_and_key_type_matches_the_nullable_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_value_type_is_reference_type_and_key_type_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_value_type_is_reference_type_and_key_type_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_nullable_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertFrom ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_destination_type_is_nullable_value_type_of_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_destination_type_is_value_type_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_value_type_is_reference_type_and_key_type_matches_the_nullable_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_value_type_is_reference_type_and_key_type_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_value_type_is_reference_type_and_key_type_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_nullable_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.CanConvertTo ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_null_if_value_type_is_reference_type_and_key_is_null
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_null_if_value_type_is_reference_type_and_key_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_self_if_converted_from_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_valid_instance_if_converted_from_nullable_type_of_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_valid_instance_if_value_type_is_reference_type_and_key_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_valid_instance_if_value_type_is_reference_type_and_key_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_return_valid_instance_if_value_type_is_struct_and_key_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_throw_if_value_type_is_struct_and_key_is_null
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertFrom ‑ Should_throw_if_value_type_is_struct_and_string_based_key_is_null
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_key_if_value_type_is_reference_type_and_key_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_key_if_value_type_is_reference_type_and_key_type_matches_the_nullable_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_key_if_value_type_is_reference_type_and_key_type_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_key_if_value_type_is_struct_and_key_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_null_if_value_type_is_null_and_key_type_matches_the_nullable_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_null_if_value_type_is_reference_type_and_null_and_key_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_null_if_value_type_is_struct_and_null_and_converted_to_nullable_type_of_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_null_if_value_type_is_struct_and_null_and_key_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_self_if_converted_to_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_true_if_value_type_is_struct_and_key_type_matches_the_reference_type_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_return_valid_instance_if_converted_to_nullable_type_of_itself
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_throw_if_value_type_is_reference_type_and_null_and_key_type_matches_the_struct_key
Thinktecture.Runtime.Tests.ValueObjectTypeConverterTests.ConvertTo ‑ Should_throw_if_value_type_is_struct_and_null_and_key_type_matches_the_struct_key
Loading