Skip to content

Add method to support for selecting properties in IEnumerable #106

Add method to support for selecting properties in IEnumerable

Add method to support for selecting properties in IEnumerable #106

GitHub Actions / UT-TestResult succeeded Oct 21, 2024 in 1s

39 passed, 0 failed and 1 skipped

Tests passed successfully

✅ TestResults/runneradmin_fv-az1564-971_2024-10-21_03_56_53.trx

40 tests were completed in 884ms with 39 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
EpiServer.ContentGraph.UnitTests.DeserializationTets.DynamicAutoCompleteResponseTests 1✅ 36ms
EpiServer.ContentGraph.UnitTests.DeserializationTets.DynamicFacetsResponseTests 1✅ 4ms
EpiServer.ContentGraph.UnitTests.ExtensionTests.ExtensionTests 4✅ 2ms
EpiServer.ContentGraph.UnitTests.GenerateFilterTests 4✅ 6ms
EpiServer.ContentGraph.UnitTests.GenerateLinkQueryTests 4✅ 26ms
EPiServer.ContentGraph.UnitTests.GenerateQueryTests 15✅ 1⚪ 63ms
EpiServer.ContentGraph.UnitTests.OperatorTests.DateOperatorTests 1✅ 1ms
EpiServer.ContentGraph.UnitTests.OperatorTests.NumericOperatorTests 1✅ 2ms
EpiServer.ContentGraph.UnitTests.OperatorTests.StringOperatorTests 1✅ 14ms
EpiServer.ContentGraph.UnitTests.QueryTypeObjects.GenerateFragmentTests 7✅ 36ms

✅ EpiServer.ContentGraph.UnitTests.DeserializationTets.DynamicAutoCompleteResponseTests

✅ nested_aotucompletes_should_convert_successfully

✅ EpiServer.ContentGraph.UnitTests.DeserializationTets.DynamicFacetsResponseTests

✅ nested_facets_response_should_convert_successfully

✅ EpiServer.ContentGraph.UnitTests.ExtensionTests.ExtensionTests

✅ GetDeleted_should_build_query_with_deleted_field
✅ GetId_should_build_query_with_id_field
✅ GetModified_should_build_query_with_modified_field
✅ GetScore_should_build_query_with_score_field

✅ EpiServer.ContentGraph.UnitTests.GenerateFilterTests

✅ SingleFieldWithAndFiltersTest
✅ SingleFieldWithNotFiltersTest
✅ SingleFieldWithOrFiltersTest
✅ SingleFieldWithSimpleFiltersTest

✅ EpiServer.ContentGraph.UnitTests.GenerateLinkQueryTests

✅ LinkQueryTests
✅ multiple_links_query_should_generate_correct_query
✅ nested_link_query_with_aliases
✅ nested_links_query_should_generate_nested_link_query

✅ EPiServer.ContentGraph.UnitTests.GenerateQueryTests

✅ AutocompleteQuery
⚪ ChildrenQueryTests
✅ FacetsQuery
✅ FacetsQueryWithFilter
✅ Multiple_types_query
✅ query_with_highlight_should_generate_correctly
✅ query_with_order_should_generate_correctly
✅ query_with_semantic_search_should_generate_correctly
✅ QueryWithPaging(skip: 0, limit: 100)
✅ QueryWithPaging(skip: 0, limit: 2147483647)
✅ SelectFields
✅ SelectFieldsOfEnumerable
✅ SelectFieldWithAlias
✅ SelectNestedFields
✅ SelectNoneOfFieldsShouldThrowException
✅ SubtypeQueryTests

✅ EpiServer.ContentGraph.UnitTests.OperatorTests.DateOperatorTests

✅ ChainDateOperatorTests

✅ EpiServer.ContentGraph.UnitTests.OperatorTests.NumericOperatorTests

✅ ChainOperatorsBuildTest

✅ EpiServer.ContentGraph.UnitTests.OperatorTests.StringOperatorTests

✅ ChainOperatorsBuildTest

✅ EpiServer.ContentGraph.UnitTests.QueryTypeObjects.GenerateFragmentTests

✅ add_fragment_to_a_type_query_should_generate_correct_string
✅ fragment_with_inlinefragment_should_generate_correct_query
✅ fragment_with_single_recursive_should_generate_correct_query
✅ multiple_fragments_should_generate_correct_query
✅ nested_fragments_should_generate_correct_query
✅ select_3_fields_should_generate_correct_fields
✅ set_name_for_fragment_should_generate_correct_name