├── test ├── Core.Tests │ ├── TansformerTest.Recurse.verified.txt │ ├── TansformerTest.Defer_3.verified.txt │ ├── TansformerTest.Base_type.verified.txt │ ├── TansformerTest.Empty.verified.txt │ ├── Issues │ │ └── Github │ │ │ └── Issue45.Repro.verified.txt │ ├── TansformerTest.Override1.verified.txt │ ├── TansformerTest.Override2.verified.txt │ ├── Serialization │ │ ├── OuterProjectionTest.AsString.verified.txt │ │ ├── OuterProjectionTest.Constant.verified.txt │ │ ├── OuterProjectionTest.Count.verified.txt │ │ ├── OuterProjectionTest.Drop.verified.txt │ │ ├── OuterProjectionTest.Format1.verified.txt │ │ ├── OuterProjectionTest.Format2.verified.txt │ │ ├── OuterProjectionTest.Format3.verified.txt │ │ ├── OuterProjectionTest.Format4.verified.txt │ │ ├── OuterProjectionTest.Format5.verified.txt │ │ ├── OuterProjectionTest.Inject.verified.txt │ │ ├── OuterProjectionTest.Label.verified.txt │ │ ├── OuterProjectionTest.Length.verified.txt │ │ ├── OuterProjectionTest.MaxLocal.verified.txt │ │ ├── OuterProjectionTest.MinLocal.verified.txt │ │ ├── OuterProjectionTest.Path.verified.txt │ │ ├── OuterProjectionTest.Project2.verified.txt │ │ ├── OuterProjectionTest.Project3.verified.txt │ │ ├── OuterProjectionTest.Project4.verified.txt │ │ ├── OuterProjectionTest.Replace.verified.txt │ │ ├── OuterProjectionTest.Reverse.verified.txt │ │ ├── OuterProjectionTest.SumLocal.verified.txt │ │ ├── OuterProjectionTest.ToLower.verified.txt │ │ ├── OuterProjectionTest.ToUpper.verified.txt │ │ ├── OuterProjectionTest.Trim.verified.txt │ │ ├── OuterProjectionTest.TrimEnd.verified.txt │ │ ├── OuterProjectionTest.Value.verified.txt │ │ ├── OuterProjectionTest.Constant_null.verified.txt │ │ ├── OuterProjectionTest.CountGlobal.verified.txt │ │ ├── OuterProjectionTest.CountLocal.verified.txt │ │ ├── OuterProjectionTest.Drop_in_local.verified.txt │ │ ├── OuterProjectionTest.E_Properties.verified.txt │ │ ├── OuterProjectionTest.Inject_Coin.verified.txt │ │ ├── OuterProjectionTest.LimitLocal.verified.txt │ │ ├── OuterProjectionTest.MaxGlobal.verified.txt │ │ ├── OuterProjectionTest.MeanGlobal.verified.txt │ │ ├── OuterProjectionTest.MeanLocal.verified.txt │ │ ├── OuterProjectionTest.MinGlobal.verified.txt │ │ ├── OuterProjectionTest.Order_scalars.verified.txt │ │ ├── OuterProjectionTest.Properties2.verified.txt │ │ ├── OuterProjectionTest.RangeLocal.verified.txt │ │ ├── OuterProjectionTest.SkipLocal.verified.txt │ │ ├── OuterProjectionTest.Substring1.verified.txt │ │ ├── OuterProjectionTest.Substring10.verified.txt │ │ ├── OuterProjectionTest.Substring11.verified.txt │ │ ├── OuterProjectionTest.Substring12.verified.txt │ │ ├── OuterProjectionTest.Substring2.verified.txt │ │ ├── OuterProjectionTest.Substring3.verified.txt │ │ ├── OuterProjectionTest.Substring4.verified.txt │ │ ├── OuterProjectionTest.Substring5.verified.txt │ │ ├── OuterProjectionTest.Substring6.verified.txt │ │ ├── OuterProjectionTest.Substring7.verified.txt │ │ ├── OuterProjectionTest.Substring8.verified.txt │ │ ├── OuterProjectionTest.Substring9.verified.txt │ │ ├── OuterProjectionTest.SumGlobal.verified.txt │ │ ├── OuterProjectionTest.TailLocal.verified.txt │ │ ├── OuterProjectionTest.TrimStart.verified.txt │ │ ├── OuterProjectionTest.V_untyped.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate1.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate2.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate3.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate4.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate5.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate6.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate7.verified.txt │ │ ├── OuterProjectionTest.Choose_Predicate8.verified.txt │ │ ├── OuterProjectionTest.Choose_one_case.verified.txt │ │ ├── OuterProjectionTest.Choose_two_cases.verified.txt │ │ ├── OuterProjectionTest.Concat_strings.verified.txt │ │ ├── OuterProjectionTest.Concat_traversals.verified.txt │ │ ├── OuterProjectionTest.Constant_string.verified.txt │ │ ├── OuterProjectionTest.Fail_with_message.verified.txt │ │ ├── OuterProjectionTest.Project2_Where.verified.txt │ │ ├── OuterProjectionTest.Project2_unguarded.verified.txt │ │ ├── OuterProjectionTest.Project3_Select1.verified.txt │ │ ├── OuterProjectionTest.Project3_Select2.verified.txt │ │ ├── OuterProjectionTest.Project3_unguarded.verified.txt │ │ ├── OuterProjectionTest.Project4_unguarded.verified.txt │ │ ├── OuterProjectionTest.Project_to_type.verified.txt │ │ ├── OuterProjectionTest.Project_with_cast.verified.txt │ │ ├── OuterProjectionTest.Project_with_local.verified.txt │ │ ├── OuterProjectionTest.Properties_Values2.verified.txt │ │ ├── OuterProjectionTest.SumLocal_Where1.verified.txt │ │ ├── OuterProjectionTest.SumLocal_Where2.verified.txt │ │ ├── OuterProjectionTest.Tree_linear_scalar.verified.txt │ │ ├── OuterProjectionTest.Tree_scalar_root.verified.txt │ │ ├── OuterProjectionTest.Tree_with_builder.verified.txt │ │ ├── OuterProjectionTest.V_of_all_types1.verified.txt │ │ ├── OuterProjectionTest.V_of_all_types2.verified.txt │ │ ├── OuterProjectionTest.ValueMap_typed.verified.txt │ │ ├── OuterProjectionTest.Values_1_member.verified.txt │ │ ├── OuterProjectionTest.Values_2_members.verified.txt │ │ ├── OuterProjectionTest.Values_3_members.verified.txt │ │ ├── OuterProjectionTest.Values_ToString.verified.txt │ │ ├── OuterProjectionTest.Values_id_member.verified.txt │ │ ├── OuterProjectionTest.Values_no_member.verified.txt │ │ ├── OuterProjectionTest.Values_of_Edge.verified.txt │ │ ├── OuterProjectionTest.Values_of_Vertex1.verified.txt │ │ ├── OuterProjectionTest.Values_of_Vertex2.verified.txt │ │ ├── OuterProjectionTest.Concat_strings_to_null.verified.txt │ │ ├── OuterProjectionTest.Constant_empty_array.verified.txt │ │ ├── OuterProjectionTest.E_Properties_member.verified.txt │ │ ├── OuterProjectionTest.E_baseType_Properties.verified.txt │ │ ├── OuterProjectionTest.Fail_without_message.verified.txt │ │ ├── OuterProjectionTest.Group_with_key_select.verified.txt │ │ ├── OuterProjectionTest.Length_with_extension.verified.txt │ │ ├── OuterProjectionTest.Order_scalars_local.verified.txt │ │ ├── OuterProjectionTest.Project2_Where_lower.verified.txt │ │ ├── OuterProjectionTest.Project2_with_Property.verified.txt │ │ ├── OuterProjectionTest.Project3_with_Property.verified.txt │ │ ├── OuterProjectionTest.Project4_with_Property.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage10.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage11.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage12.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage13.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage14.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage15.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage2.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage3.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage4.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage5.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage6.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage7.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage8.verified.txt │ │ ├── OuterProjectionTest.Project_for_coverage9.verified.txt │ │ ├── OuterProjectionTest.Project_with_builder_1.verified.txt │ │ ├── OuterProjectionTest.Project_with_builder_4.verified.txt │ │ ├── OuterProjectionTest.Project_with_identity.verified.txt │ │ ├── OuterProjectionTest.Properties_Meta_Values.verified.txt │ │ ├── OuterProjectionTest.Properties_Properties1.verified.txt │ │ ├── OuterProjectionTest.Properties_Properties2.verified.txt │ │ ├── OuterProjectionTest.Properties_Values_Id.verified.txt │ │ ├── OuterProjectionTest.Properties_Values_Label.verified.txt │ │ ├── OuterProjectionTest.Properties_Values_typed.verified.txt │ │ ├── OuterProjectionTest.Replace_non_existing.verified.txt │ │ ├── OuterProjectionTest.Replace_with_extension.verified.txt │ │ ├── OuterProjectionTest.Reverse_with_extension.verified.txt │ │ ├── OuterProjectionTest.ToLower_with_extension.verified.txt │ │ ├── OuterProjectionTest.ToUpper_with_extension.verified.txt │ │ ├── OuterProjectionTest.Tree_branching_scalar.verified.txt │ │ ├── OuterProjectionTest.Tree_for_code_coverage.verified.txt │ │ ├── OuterProjectionTest.Tree_with_explicit_cast.verified.txt │ │ ├── OuterProjectionTest.TrimEnd_with_extension.verified.txt │ │ ├── OuterProjectionTest.Trim_with_extension.verified.txt │ │ ├── OuterProjectionTest.Union_different_types.verified.txt │ │ ├── OuterProjectionTest.Union_different_types2.verified.txt │ │ ├── OuterProjectionTest.Where_constant_bool.verified.txt │ │ ├── OuterProjectionTest.WithSideEffect_Override.verified.txt │ │ ├── OuterProjectionTest.Choose_only_default_case.verified.txt │ │ ├── OuterProjectionTest.Choose_two_cases_default.verified.txt │ │ ├── OuterProjectionTest.Concat_traversals_and_string.verified.txt │ │ ├── OuterProjectionTest.Constant_empty_bool_array.verified.txt │ │ ├── OuterProjectionTest.Constant_empty_string_array.verified.txt │ │ └── OuterProjectionTest.Constant_single_bool_array.verified.txt │ ├── TansformerTest.Defer_with_recurse.verified.txt │ ├── TansformerTest.Recurse_to_later_override.verified.txt │ ├── TansformerTest.Base_type_in_request.verified.txt │ ├── TansformerTest.Defer.verified.txt │ ├── TansformerTest.Recurse_to_previous_override.verified.txt │ ├── GraphModelTest.Lowercase.verified.txt │ ├── GraphModelTest.Camelcase_Edges.verified.txt │ ├── TansformerTest.Base_type_in_request_with_struct_available.verified.txt │ ├── TansformerTest.Defer_with_recurse_different_types.verified.txt │ └── GraphModelTest.Hierarchy_inside_model.verified.txt ├── Providers.Neptune.Tests │ ├── IntegrationTests.In.verified.txt │ ├── IntegrationTests.And.verified.txt │ ├── IntegrationTests.Drop.verified.txt │ ├── IntegrationTests.None.verified.txt │ ├── IntegrationTests.And_nested.verified.txt │ ├── IntegrationTests.And_none.verified.txt │ ├── IntegrationTests.CyclicPath.verified.txt │ ├── IntegrationTests.None_None.verified.txt │ ├── IntegrationTests.Repeat_Out.verified.txt │ ├── IntegrationTests.Repeat_Times.verified.txt │ ├── IntegrationTests.ReplaceE.verified.txt │ ├── IntegrationTests.ReplaceV.verified.txt │ ├── IntegrationTests.V_IAuthority.verified.txt │ ├── IntegrationTests.Where_Has.verified.txt │ ├── IntegrationTests.And_Values_Where1.verified.txt │ ├── IntegrationTests.And_Values_Where2.verified.txt │ ├── IntegrationTests.Choose_one_case.verified.txt │ ├── IntegrationTests.Choose_two_cases.verified.txt │ ├── IntegrationTests.Drop_in_local.verified.txt │ ├── IntegrationTests.Or_Values_Where1.verified.txt │ ├── IntegrationTests.Project2_Where.verified.txt │ ├── IntegrationTests.Properties_Where1.verified.txt │ ├── IntegrationTests.RepeatUntil_false.verified.txt │ ├── IntegrationTests.SumLocal_Where1.verified.txt │ ├── IntegrationTests.SumLocal_Where2.verified.txt │ ├── IntegrationTests.UntilRepeat_false.verified.txt │ ├── IntegrationTests.Where_conjunction.verified.txt │ ├── IntegrationTests.Where_disjunction.verified.txt │ ├── IntegrationTests.Where_sequential.verified.txt │ ├── IntegrationTests.AsString.verified.txt │ ├── IntegrationTests.As_with_type_change.verified.txt │ ├── IntegrationTests.Contradicting_OfType.verified.txt │ ├── IntegrationTests.Count.verified.txt │ ├── IntegrationTests.Length.verified.txt │ ├── IntegrationTests.MaxGlobal.verified.txt │ ├── IntegrationTests.MaxLocal.verified.txt │ ├── IntegrationTests.MeanLocal.verified.txt │ ├── IntegrationTests.MinGlobal.verified.txt │ ├── IntegrationTests.MinLocal.verified.txt │ ├── IntegrationTests.Or_none_with_predicate.verified.txt │ ├── IntegrationTests.Properties_Meta_Where1.verified.txt │ ├── IntegrationTests.Properties_Values2.verified.txt │ ├── IntegrationTests.Properties_Where_Id.verified.txt │ ├── IntegrationTests.ReplaceE_With_Config.verified.txt │ ├── IntegrationTests.ReplaceV_With_Config.verified.txt │ ├── IntegrationTests.Substring5.verified.txt │ ├── IntegrationTests.Substring8.verified.txt │ ├── IntegrationTests.Where_Nullable_Value.verified.txt │ ├── IntegrationTests.Where_Values_Id_Where.verified.txt │ ├── IntegrationTests.Where_Values_Where.verified.txt │ ├── IntegrationTests.Where_none_traversal.verified.txt │ ├── IntegrationTests.Where_outside_model.verified.txt │ ├── IntegrationTests.And_none_with_sideEffect.verified.txt │ ├── IntegrationTests.As_inlined_nested_Select.verified.txt │ ├── IntegrationTests.As_inlined_nested_Select2.verified.txt │ ├── IntegrationTests.CountGlobal.verified.txt │ ├── IntegrationTests.Inject_Coin.verified.txt │ ├── IntegrationTests.MeanGlobal.verified.txt │ ├── IntegrationTests.OrderBy_traversal_ThenBy.verified.txt │ ├── IntegrationTests.OutE_of_no_derived_types.verified.txt │ ├── IntegrationTests.Properties_Where_Label_2.verified.txt │ ├── IntegrationTests.Properties_Where_neq_Label.verified.txt │ ├── IntegrationTests.Properties_Where_reversed.verified.txt │ ├── IntegrationTests.Replace.verified.txt │ ├── IntegrationTests.Reverse.verified.txt │ ├── IntegrationTests.Substring10.verified.txt │ ├── IntegrationTests.Substring11.verified.txt │ ├── IntegrationTests.Substring12.verified.txt │ ├── IntegrationTests.Substring2.verified.txt │ ├── IntegrationTests.Substring3.verified.txt │ ├── IntegrationTests.Substring4.verified.txt │ ├── IntegrationTests.Substring7.verified.txt │ ├── IntegrationTests.Substring9.verified.txt │ ├── IntegrationTests.SumGlobal.verified.txt │ ├── IntegrationTests.SumLocal.verified.txt │ ├── IntegrationTests.ToLower.verified.txt │ ├── IntegrationTests.ToUpper.verified.txt │ ├── IntegrationTests.Trim.verified.txt │ ├── IntegrationTests.V_untyped.verified.txt │ ├── IntegrationTests.Where_Id_equals_constant.verified.txt │ ├── IntegrationTests.Where_Values_Or_WhereWhere.verified.txt │ ├── IntegrationTests.Where_Values_WhereWhere.verified.txt │ ├── IntegrationTests.Where_VertexProperty_Id.verified.txt │ ├── IntegrationTests.Where_VertexProperty_Value1.verified.txt │ ├── IntegrationTests.Where_VertexProperty_Value2.verified.txt │ ├── IntegrationTests.Where_constant_bool_false.verified.txt │ ├── IntegrationTests.Where_or_dead_traversal.verified.txt │ ├── IntegrationTests.Where_or_none_traversal.verified.txt │ ├── IntegrationTests.Where_out_vertex_property.verified.txt │ ├── IntegrationTests.Where_properties_length.verified.txt │ └── IntegrationTests.Where_property_ToString.verified.txt ├── Providers.CosmosDb.Tests │ ├── IntegrationTests.And.verified.txt │ ├── IntegrationTests.Drop.verified.txt │ ├── IntegrationTests.Group.verified.txt │ ├── IntegrationTests.In.verified.txt │ ├── IntegrationTests.None.verified.txt │ ├── DebugTests.Coalesce.verified.txt │ ├── DebugTests.Count.verified.txt │ ├── DebugTests.Fold.verified.txt │ ├── DebugTests.Label.verified.txt │ ├── DebugTests.Local_identity.verified.txt │ ├── IntegrationTests.And_nested.verified.txt │ ├── IntegrationTests.And_none.verified.txt │ ├── IntegrationTests.CyclicPath.verified.txt │ ├── IntegrationTests.None_None.verified.txt │ ├── IntegrationTests.Repeat_Out.verified.txt │ ├── IntegrationTests.ReplaceE.verified.txt │ ├── IntegrationTests.ReplaceV.verified.txt │ ├── IntegrationTests.StringKey.verified.txt │ ├── IntegrationTests.Where_Has.verified.txt │ ├── DebugTests.Coalesce_identity.verified.txt │ ├── DebugTests.CountGlobal.verified.txt │ ├── DebugTests.E_of_all_types1.verified.txt │ ├── DebugTests.E_of_all_types2.verified.txt │ ├── DebugTests.Inject.verified.txt │ ├── DebugTests.Single_Inject_V.verified.txt │ ├── DebugTests.TailGlobal.verified.txt │ ├── DebugTests.V_BothV.verified.txt │ ├── DebugTests.V_single_untyped.verified.txt │ ├── DebugTests.V_untyped.verified.txt │ ├── IntegrationTests.Choose_one_case.verified.txt │ ├── IntegrationTests.Choose_two_cases.verified.txt │ ├── IntegrationTests.Drop_in_local.verified.txt │ ├── IntegrationTests.Or_Values_Where1.verified.txt │ ├── IntegrationTests.Project2_Where.verified.txt │ ├── IntegrationTests.RepeatUntil_true.verified.txt │ ├── IntegrationTests.Repeat_Times.verified.txt │ ├── IntegrationTests.SumLocal_Where1.verified.txt │ ├── IntegrationTests.SumLocal_Where2.verified.txt │ ├── IntegrationTests.V_IAuthority.verified.txt │ ├── IntegrationTests.V_single_untyped.verified.txt │ ├── IntegrationTests.Where_sequential.verified.txt │ ├── DebugTests.Constant.verified.txt │ ├── DebugTests.CountLocal.verified.txt │ ├── DebugTests.Dedup_Global.verified.txt │ ├── DebugTests.In_of_all_types_min.verified.txt │ ├── DebugTests.LimitGlobal.verified.txt │ ├── DebugTests.Path.verified.txt │ ├── DebugTests.Properties1.verified.txt │ ├── DebugTests.Properties2.verified.txt │ ├── DebugTests.RangeGlobal.verified.txt │ ├── DebugTests.SkipGlobal.verified.txt │ ├── DebugTests.V_InE_InV.verified.txt │ ├── DebugTests.V_of_all_types1.verified.txt │ ├── DebugTests.V_of_all_types2.verified.txt │ ├── IntegrationTests.And_Values_Where1.verified.txt │ ├── IntegrationTests.And_Values_Where2.verified.txt │ ├── IntegrationTests.As_with_type_change.verified.txt │ ├── IntegrationTests.Contradicting_OfType.verified.txt │ ├── IntegrationTests.Count.verified.txt │ ├── IntegrationTests.MaxLocal.verified.txt │ ├── IntegrationTests.MinLocal.verified.txt │ ├── IntegrationTests.Properties_Values2.verified.txt │ ├── IntegrationTests.Properties_Where1.verified.txt │ ├── IntegrationTests.Properties_Where_Id.verified.txt │ ├── IntegrationTests.RepeatUntil_false.verified.txt │ ├── IntegrationTests.ReplaceE_With_Config.verified.txt │ ├── IntegrationTests.ReplaceV_With_Config.verified.txt │ ├── IntegrationTests.UntilRepeat_false.verified.txt │ ├── IntegrationTests.Where_Nullable_Value.verified.txt │ ├── IntegrationTests.Where_Values_Id_Where.verified.txt │ ├── IntegrationTests.Where_Values_Where.verified.txt │ ├── IntegrationTests.Where_conjunction.verified.txt │ ├── IntegrationTests.Where_disjunction.verified.txt │ ├── IntegrationTests.Where_none_traversal.verified.txt │ ├── IntegrationTests.Where_outside_model.verified.txt │ ├── DebugTests.AsString.verified.txt │ ├── DebugTests.Constant_null.verified.txt │ ├── DebugTests.E_Properties.verified.txt │ ├── DebugTests.Fail_without_message.verified.txt │ ├── DebugTests.Fold_Unfold.verified.txt │ ├── DebugTests.InE_of_all_types_min.verified.txt │ ├── DebugTests.Inject_Coin.verified.txt │ ├── DebugTests.Not1.verified.txt │ ├── DebugTests.OutE_of_all_types_min.verified.txt │ ├── DebugTests.Out_of_all_types_min.verified.txt │ ├── DebugTests.V_InE_OtherV.verified.txt │ ├── DebugTests.Value.verified.txt │ ├── DebugTests.Where_constant_bool.verified.txt │ ├── DebugTests.Where_true.verified.txt │ ├── IntegrationTests.And_none_with_sideEffect.verified.txt │ ├── IntegrationTests.As_inlined_nested_Select.verified.txt │ ├── IntegrationTests.As_inlined_nested_Select2.verified.txt │ ├── IntegrationTests.CountGlobal.verified.txt │ ├── IntegrationTests.Inject_Coin.verified.txt │ ├── IntegrationTests.MaxGlobal.verified.txt │ ├── IntegrationTests.MeanGlobal.verified.txt │ ├── IntegrationTests.MeanLocal.verified.txt │ ├── IntegrationTests.MinGlobal.verified.txt │ ├── IntegrationTests.Or_none_with_predicate.verified.txt │ ├── IntegrationTests.OrderBy_traversal_ThenBy.verified.txt │ ├── IntegrationTests.OutE_of_no_derived_types.verified.txt │ ├── IntegrationTests.Properties_Meta_Where1.verified.txt │ ├── IntegrationTests.Properties_Where_Label_2.verified.txt │ ├── IntegrationTests.Properties_Where_neq_Label.verified.txt │ ├── IntegrationTests.Properties_Where_reversed.verified.txt │ ├── IntegrationTests.SumGlobal.verified.txt │ ├── IntegrationTests.SumLocal.verified.txt │ ├── IntegrationTests.V_untyped.verified.txt │ ├── IntegrationTests.Where_Id_equals_constant.verified.txt │ ├── IntegrationTests.Where_Values_Or_WhereWhere.verified.txt │ ├── IntegrationTests.Where_Values_WhereWhere.verified.txt │ ├── IntegrationTests.Where_VertexProperty_Id.verified.txt │ ├── IntegrationTests.Where_constant_bool_false.verified.txt │ ├── IntegrationTests.Where_or_dead_traversal.verified.txt │ ├── IntegrationTests.Where_or_none_traversal.verified.txt │ ├── IntegrationTests.Where_out_vertex_property.verified.txt │ ├── IntegrationTests.Where_properties_length.verified.txt │ └── IntegrationTests.Where_property_ToString.verified.txt ├── Providers.JanusGraph.Tests │ ├── IntegrationTests.AddV.verified.txt │ ├── IntegrationTests.And.verified.txt │ ├── IntegrationTests.Drop.verified.txt │ ├── IntegrationTests.Fold.verified.txt │ ├── IntegrationTests.In.verified.txt │ ├── IntegrationTests.Map.verified.txt │ ├── IntegrationTests.None.verified.txt │ ├── IntegrationTests.Not1.verified.txt │ ├── IntegrationTests.Not2.verified.txt │ ├── IntegrationTests.Not3.verified.txt │ ├── IntegrationTests.Or.verified.txt │ ├── IntegrationTests.Out.verified.txt │ ├── IntegrationTests.Path.verified.txt │ ├── IntegrationTests.Trim.verified.txt │ ├── IntegrationTests.AddE_InV.verified.txt │ ├── IntegrationTests.AddE_OutV.verified.txt │ ├── IntegrationTests.And_none.verified.txt │ ├── IntegrationTests.AsString.verified.txt │ ├── IntegrationTests.Coalesce.verified.txt │ ├── IntegrationTests.Constant.verified.txt │ ├── IntegrationTests.Count.verified.txt │ ├── IntegrationTests.FlatMap.verified.txt │ ├── IntegrationTests.Format1.verified.txt │ ├── IntegrationTests.Format2.verified.txt │ ├── IntegrationTests.Format3.verified.txt │ ├── IntegrationTests.Format4.verified.txt │ ├── IntegrationTests.Format5.verified.txt │ ├── IntegrationTests.Group.verified.txt │ ├── IntegrationTests.Identity.verified.txt │ ├── IntegrationTests.Inject.verified.txt │ ├── IntegrationTests.Label.verified.txt │ ├── IntegrationTests.Length.verified.txt │ ├── IntegrationTests.MaxGlobal.verified.txt │ ├── IntegrationTests.MaxLocal.verified.txt │ ├── IntegrationTests.MeanLocal.verified.txt │ ├── IntegrationTests.MinGlobal.verified.txt │ ├── IntegrationTests.MinLocal.verified.txt │ ├── IntegrationTests.None_None.verified.txt │ ├── IntegrationTests.Optional.verified.txt │ ├── IntegrationTests.Or_nested.verified.txt │ ├── IntegrationTests.Or_none.verified.txt │ ├── IntegrationTests.Project2.verified.txt │ ├── IntegrationTests.Project3.verified.txt │ ├── IntegrationTests.Project4.verified.txt │ ├── IntegrationTests.Replace.verified.txt │ ├── IntegrationTests.ReplaceE.verified.txt │ ├── IntegrationTests.ReplaceV.verified.txt │ ├── IntegrationTests.Reverse.verified.txt │ ├── IntegrationTests.SkipLocal.verified.txt │ ├── IntegrationTests.SumGlobal.verified.txt │ ├── IntegrationTests.SumLocal.verified.txt │ ├── IntegrationTests.TailLocal.verified.txt │ ├── IntegrationTests.ToLower.verified.txt │ ├── IntegrationTests.ToUpper.verified.txt │ ├── IntegrationTests.TrimEnd.verified.txt │ ├── IntegrationTests.TrimStart.verified.txt │ ├── IntegrationTests.Union.verified.txt │ ├── IntegrationTests.V_Both.verified.txt │ ├── IntegrationTests.V_BothE.verified.txt │ ├── IntegrationTests.V_BothV.verified.txt │ ├── IntegrationTests.V_InE_InV.verified.txt │ ├── IntegrationTests.V_untyped.verified.txt │ ├── IntegrationTests.Value.verified.txt │ ├── IntegrationTests.Where_Has.verified.txt │ ├── IntegrationTests.AddE_from_to.verified.txt │ ├── IntegrationTests.AddE_property.verified.txt │ ├── IntegrationTests.AddE_to_from.verified.txt │ ├── IntegrationTests.AddV_TimeFrame.verified.txt │ ├── IntegrationTests.Aggregate_Cap.verified.txt │ ├── IntegrationTests.And_identity.verified.txt │ ├── IntegrationTests.And_nested.verified.txt │ ├── IntegrationTests.And_single.verified.txt │ ├── IntegrationTests.Concat_strings.verified.txt │ ├── IntegrationTests.Constant_null.verified.txt │ ├── IntegrationTests.CountGlobal.verified.txt │ ├── IntegrationTests.CountLocal.verified.txt │ ├── IntegrationTests.CyclicPath.verified.txt │ ├── IntegrationTests.Dedup_Global.verified.txt │ ├── IntegrationTests.Dedup_Local.verified.txt │ ├── IntegrationTests.Drop_in_local.verified.txt │ ├── IntegrationTests.E_Properties.verified.txt │ ├── IntegrationTests.Emit_Repeat.verified.txt │ ├── IntegrationTests.Explicit_As.verified.txt │ ├── IntegrationTests.Fold_Unfold.verified.txt │ ├── IntegrationTests.Group_with_key.verified.txt │ ├── IntegrationTests.Inject_Coin.verified.txt │ ├── IntegrationTests.LimitGlobal.verified.txt │ ├── IntegrationTests.LimitLocal.verified.txt │ ├── IntegrationTests.Local_identity.verified.txt │ ├── IntegrationTests.Map_Identity.verified.txt │ ├── IntegrationTests.MeanGlobal.verified.txt │ ├── IntegrationTests.Multi_Inject_V.verified.txt │ ├── IntegrationTests.Or_identity.verified.txt │ ├── IntegrationTests.OrderBy_member.verified.txt │ ├── IntegrationTests.Order_scalars.verified.txt │ ├── IntegrationTests.Project2_Where.verified.txt │ ├── IntegrationTests.Properties1.verified.txt │ ├── IntegrationTests.Properties2.verified.txt │ ├── IntegrationTests.Property_list.verified.txt │ ├── IntegrationTests.Property_null.verified.txt │ ├── IntegrationTests.RangeGlobal.verified.txt │ ├── IntegrationTests.RangeLocal.verified.txt │ ├── IntegrationTests.RepeatUntil.verified.txt │ ├── IntegrationTests.Repeat_Emit.verified.txt │ ├── IntegrationTests.Repeat_Out.verified.txt │ ├── IntegrationTests.Repeat_Times.verified.txt │ ├── IntegrationTests.SimplePath.verified.txt │ ├── IntegrationTests.SkipGlobal.verified.txt │ ├── IntegrationTests.Substring1.verified.txt │ ├── IntegrationTests.Substring10.verified.txt │ ├── IntegrationTests.Substring11.verified.txt │ ├── IntegrationTests.Substring12.verified.txt │ ├── IntegrationTests.Substring2.verified.txt │ ├── IntegrationTests.Substring3.verified.txt │ ├── IntegrationTests.Substring4.verified.txt │ ├── IntegrationTests.Substring5.verified.txt │ ├── IntegrationTests.Substring6.verified.txt │ ├── IntegrationTests.Substring7.verified.txt │ ├── IntegrationTests.Substring8.verified.txt │ ├── IntegrationTests.Substring9.verified.txt │ ├── IntegrationTests.TailGlobal.verified.txt │ ├── IntegrationTests.UntilRepeat.verified.txt │ ├── IntegrationTests.V_Both_typed.verified.txt │ ├── IntegrationTests.V_IAuthority.verified.txt │ ├── IntegrationTests.V_InE_OtherV.verified.txt │ ├── IntegrationTests.ValueMap_typed.verified.txt │ ├── IntegrationTests.Values_of_Edge.verified.txt │ ├── IntegrationTests.Where_Where.verified.txt │ ├── IntegrationTests.Where_identity.verified.txt │ ├── IntegrationTests.Where_not_none.verified.txt │ ├── IntegrationTests.Where_true.verified.txt │ ├── IntegrationTests.AddE_With_Ignored.verified.txt │ ├── IntegrationTests.AddE_from_StepLabel.verified.txt │ ├── IntegrationTests.AddE_from_traversal.verified.txt │ ├── IntegrationTests.AddE_to_StepLabel.verified.txt │ ├── IntegrationTests.AddE_to_traversal.verified.txt │ ├── IntegrationTests.AddV_With_Ignored.verified.txt │ ├── IntegrationTests.AddV_ignores_label.verified.txt │ ├── IntegrationTests.AddV_with_MetaModel.verified.txt │ ├── IntegrationTests.AddV_with_nulls.verified.txt │ ├── IntegrationTests.AddV_without_id.verified.txt │ ├── IntegrationTests.Aggregate_Global.verified.txt │ ├── IntegrationTests.Aggregate_Local.verified.txt │ ├── IntegrationTests.Aggregate_Select.verified.txt │ ├── IntegrationTests.And_Values_Where1.verified.txt │ ├── IntegrationTests.And_Values_Where2.verified.txt │ ├── IntegrationTests.And_optimization.verified.txt │ ├── IntegrationTests.As_with_same_label.verified.txt │ ├── IntegrationTests.As_with_type_change.verified.txt │ ├── IntegrationTests.Choose_Predicate1.verified.txt │ ├── IntegrationTests.Choose_Predicate2.verified.txt │ ├── IntegrationTests.Choose_Predicate3.verified.txt │ ├── IntegrationTests.Choose_Predicate4.verified.txt │ ├── IntegrationTests.Choose_Predicate5.verified.txt │ ├── IntegrationTests.Choose_Predicate6.verified.txt │ ├── IntegrationTests.Choose_Predicate7.verified.txt │ ├── IntegrationTests.Choose_Predicate8.verified.txt │ ├── IntegrationTests.Choose_Traversal1.verified.txt │ ├── IntegrationTests.Choose_Traversal2.verified.txt │ ├── IntegrationTests.Choose_one_case.verified.txt │ ├── IntegrationTests.Choose_two_cases.verified.txt │ ├── IntegrationTests.Coalesce_identity.verified.txt │ ├── IntegrationTests.Concat_traversals.verified.txt │ ├── IntegrationTests.Constant_string.verified.txt │ ├── IntegrationTests.E_Properties_member.verified.txt │ ├── IntegrationTests.E_of_all_types1.verified.txt │ ├── IntegrationTests.E_of_all_types2.verified.txt │ ├── IntegrationTests.E_of_concrete_type.verified.txt │ ├── IntegrationTests.Emit_Repeat_Times.verified.txt │ ├── IntegrationTests.Emit_Repeat_Until.verified.txt │ ├── IntegrationTests.Fold_SideEffect.verified.txt │ ├── IntegrationTests.Identity_Identity.verified.txt │ ├── IntegrationTests.In_of_all_types_max.verified.txt │ ├── IntegrationTests.In_of_all_types_min.verified.txt │ ├── IntegrationTests.OfType_abstract.verified.txt │ ├── IntegrationTests.OfType_redundant1.verified.txt │ ├── IntegrationTests.OfType_redundant2.verified.txt │ ├── IntegrationTests.OfType_redundant3.verified.txt │ ├── IntegrationTests.OfType_redundant4.verified.txt │ ├── IntegrationTests.Or_Values_Where1.verified.txt │ ├── IntegrationTests.Or_Values_Where2.verified.txt │ ├── IntegrationTests.OrderBy_traversal.verified.txt │ ├── IntegrationTests.Order_Fold_Unfold.verified.txt │ ├── IntegrationTests.Order_scalars_local.verified.txt │ ├── IntegrationTests.Project2_unguarded.verified.txt │ ├── IntegrationTests.Project3_Select1.verified.txt │ ├── IntegrationTests.Project3_Select2.verified.txt │ ├── IntegrationTests.Project3_unguarded.verified.txt │ ├── IntegrationTests.Project4_unguarded.verified.txt │ ├── IntegrationTests.Project_to_type.verified.txt │ ├── IntegrationTests.Project_with_cast.verified.txt │ ├── IntegrationTests.Project_with_local.verified.txt │ ├── IntegrationTests.Properties_Meta.verified.txt │ ├── IntegrationTests.Properties_Values2.verified.txt │ ├── IntegrationTests.Properties_Where1.verified.txt │ ├── IntegrationTests.Properties_Where2.verified.txt │ ├── IntegrationTests.Property_Guid_value.verified.txt │ ├── IntegrationTests.Property_single.verified.txt │ ├── IntegrationTests.Property_stringKey.verified.txt │ ├── IntegrationTests.RepeatUntil_false.verified.txt │ ├── IntegrationTests.RepeatUntil_true.verified.txt │ ├── IntegrationTests.Repeat_Emit_Times.verified.txt │ ├── IntegrationTests.Repeat_Emit_Until.verified.txt │ ├── IntegrationTests.Set_Meta_Property1.verified.txt │ ├── IntegrationTests.Set_Meta_Property2.verified.txt │ ├── IntegrationTests.Single_Inject_V.verified.txt │ ├── IntegrationTests.SumLocal_Where1.verified.txt │ ├── IntegrationTests.SumLocal_Where2.verified.txt │ ├── IntegrationTests.Tree_linear_scalar.verified.txt │ ├── IntegrationTests.Tree_scalar_root.verified.txt │ ├── IntegrationTests.Tree_with_builder.verified.txt │ ├── IntegrationTests.Trim_with_extension.verified.txt │ ├── IntegrationTests.UntilRepeat_false.verified.txt │ ├── IntegrationTests.Until_Emit_Repeat.verified.txt │ ├── IntegrationTests.Until_Repeat_Emit.verified.txt │ ├── IntegrationTests.UpdateE_With_Mixed.verified.txt │ ├── IntegrationTests.UpdateV_No_Config.verified.txt │ ├── IntegrationTests.UpdateV_With_Mixed.verified.txt │ ├── IntegrationTests.V_InE_InV_typed.verified.txt │ ├── IntegrationTests.V_InE_OtherV_typed.verified.txt │ ├── IntegrationTests.V_of_abstract_type.verified.txt │ ├── IntegrationTests.V_of_all_types1.verified.txt │ ├── IntegrationTests.V_of_all_types2.verified.txt │ ├── IntegrationTests.V_of_concrete_type.verified.txt │ ├── IntegrationTests.V_single_untyped.verified.txt │ ├── IntegrationTests.Values_1_member.verified.txt │ ├── IntegrationTests.Values_2_members.verified.txt │ ├── IntegrationTests.Values_3_members.verified.txt │ ├── IntegrationTests.Values_ToString.verified.txt │ ├── IntegrationTests.Values_id_member.verified.txt │ ├── IntegrationTests.Values_no_member.verified.txt │ ├── IntegrationTests.Values_of_Vertex1.verified.txt │ ├── IntegrationTests.Values_of_Vertex2.verified.txt │ ├── IntegrationTests.Where_Values_Where.verified.txt │ ├── IntegrationTests.Where_anonymous.verified.txt │ ├── IntegrationTests.Where_conjunction.verified.txt │ ├── IntegrationTests.Where_constant_bool.verified.txt │ ├── IntegrationTests.Where_disjunction.verified.txt │ ├── IntegrationTests.Where_or_identity.verified.txt │ ├── IntegrationTests.Where_outside_model.verified.txt │ ├── IntegrationTests.Where_sequential.verified.txt │ ├── IntegrationTests.Where_traversal.verified.txt │ ├── IntegrationTests.WithSideEffect1.verified.txt │ ├── IntegrationTests.WithSideEffect2.verified.txt │ ├── IntegrationTests.AddV_with_enum_property.verified.txt │ ├── IntegrationTests.AddV_with_multi_property.verified.txt │ ├── IntegrationTests.Aggregate_Cap_Select.verified.txt │ ├── IntegrationTests.Aggregate_Cap_unfold.verified.txt │ ├── IntegrationTests.And_none_with_sideEffect.verified.txt │ ├── IntegrationTests.As_followed_by_Select.verified.txt │ ├── IntegrationTests.As_inlined_nested_Select.verified.txt │ ├── IntegrationTests.Choose_only_default_case.verified.txt │ ├── IntegrationTests.Choose_two_cases_default.verified.txt │ ├── IntegrationTests.Concat_strings_to_null.verified.txt │ ├── IntegrationTests.Constant_empty_array.verified.txt │ ├── IntegrationTests.Contradicting_OfType.verified.txt │ ├── IntegrationTests.E_baseType_Properties.verified.txt │ ├── IntegrationTests.Explicit_As_with_string.verified.txt │ ├── IntegrationTests.Fold_Fold_Unfold_Unfold.verified.txt │ ├── IntegrationTests.Group_with_key_identity.verified.txt │ ├── IntegrationTests.Group_with_key_select.verified.txt │ ├── IntegrationTests.InE_of_all_types_max.verified.txt │ ├── IntegrationTests.InE_of_all_types_min.verified.txt │ ├── IntegrationTests.Length_with_extension.verified.txt │ ├── IntegrationTests.Map_Select_operation.verified.txt │ ├── IntegrationTests.Multi_step_serialization.verified.txt │ ├── IntegrationTests.Nested_Select_operations.verified.txt │ ├── IntegrationTests.Or_none_with_predicate.verified.txt │ ├── IntegrationTests.Or_none_with_sideEffect.verified.txt │ ├── IntegrationTests.Or_two_step_traversal.verified.txt │ ├── IntegrationTests.OrderByDescending_member.verified.txt │ ├── IntegrationTests.OrderBy_traversal_ThenBy.verified.txt │ ├── IntegrationTests.OrderLocal_by_member.verified.txt │ ├── IntegrationTests.OutE_of_all_types_max.verified.txt │ ├── IntegrationTests.OutE_of_all_types_min.verified.txt │ ├── IntegrationTests.OutE_of_no_derived_types.verified.txt │ ├── IntegrationTests.Out_of_all_types_max.verified.txt │ ├── IntegrationTests.Out_of_all_types_min.verified.txt │ ├── IntegrationTests.Project2_Where_lower.verified.txt │ ├── IntegrationTests.Project2_with_Property.verified.txt │ ├── IntegrationTests.Project3_with_Property.verified.txt │ ├── IntegrationTests.Project4_with_Property.verified.txt │ ├── IntegrationTests.Project_for_coverage10.verified.txt │ ├── IntegrationTests.Project_for_coverage11.verified.txt │ ├── IntegrationTests.Project_for_coverage12.verified.txt │ ├── IntegrationTests.Project_for_coverage13.verified.txt │ ├── IntegrationTests.Project_for_coverage14.verified.txt │ ├── IntegrationTests.Project_for_coverage15.verified.txt │ ├── IntegrationTests.Project_for_coverage2.verified.txt │ ├── IntegrationTests.Project_for_coverage3.verified.txt │ ├── IntegrationTests.Project_for_coverage4.verified.txt │ ├── IntegrationTests.Project_for_coverage5.verified.txt │ ├── IntegrationTests.Project_for_coverage6.verified.txt │ ├── IntegrationTests.Project_for_coverage7.verified.txt │ ├── IntegrationTests.Project_for_coverage8.verified.txt │ ├── IntegrationTests.Project_for_coverage9.verified.txt │ ├── IntegrationTests.Project_with_builder_1.verified.txt │ ├── IntegrationTests.Project_with_builder_4.verified.txt │ ├── IntegrationTests.Project_with_identity.verified.txt │ ├── IntegrationTests.Properties_Meta_ValueMap.verified.txt │ ├── IntegrationTests.Properties_Meta_Values.verified.txt │ ├── IntegrationTests.Properties_Meta_Where1.verified.txt │ ├── IntegrationTests.Properties_Properties1.verified.txt │ ├── IntegrationTests.Properties_Properties2.verified.txt │ ├── IntegrationTests.Properties_Values_Id.verified.txt │ ├── IntegrationTests.Properties_Values_Label.verified.txt │ ├── IntegrationTests.Properties_Values_typed.verified.txt │ ├── IntegrationTests.Properties_Where_Label_2.verified.txt │ ├── IntegrationTests.Properties_of_member.verified.txt │ ├── IntegrationTests.ReplaceE_With_Config.verified.txt │ ├── IntegrationTests.ReplaceV_With_Config.verified.txt │ ├── IntegrationTests.Replace_non_existing.verified.txt │ ├── IntegrationTests.Replace_with_extension.verified.txt │ ├── IntegrationTests.Reverse_with_extension.verified.txt │ ├── IntegrationTests.ToLower_with_extension.verified.txt │ ├── IntegrationTests.ToUpper_with_extension.verified.txt │ ├── IntegrationTests.Tree_branching_scalar.verified.txt │ ├── IntegrationTests.Tree_for_code_coverage.verified.txt │ ├── IntegrationTests.Tree_with_explicit_cast.verified.txt │ ├── IntegrationTests.TrimEnd_with_extension.verified.txt │ ├── IntegrationTests.TrimStart_with_extension.verified.txt │ ├── IntegrationTests.Union_different_types.verified.txt │ ├── IntegrationTests.Union_different_types2.verified.txt │ ├── IntegrationTests.UpdateE_With_Ignored.verified.txt │ ├── IntegrationTests.UpdateE_With_Readonly.verified.txt │ ├── IntegrationTests.UpdateV_With_Ignored.verified.txt │ ├── IntegrationTests.UpdateV_With_Readonly.verified.txt │ ├── IntegrationTests.V_Limit0_V_LimitLocal_0.verified.txt │ ├── IntegrationTests.V_Limit0_V_LimitLocal_1.verified.txt │ ├── IntegrationTests.V_Limit0_V_LimitLocal_2.verified.txt │ ├── IntegrationTests.V_Limit0_V_RangeLocal_0.verified.txt │ ├── IntegrationTests.V_Limit0_V_RangeLocal_1.verified.txt │ ├── IntegrationTests.V_Limit0_V_RangeLocal_2.verified.txt │ ├── IntegrationTests.V_Limit0_V_TailLocal_0.verified.txt │ ├── IntegrationTests.V_Limit0_V_TailLocal_1.verified.txt │ ├── IntegrationTests.V_Limit0_V_TailLocal_2.verified.txt │ ├── IntegrationTests.V_Limit1_V_LimitLocal_0.verified.txt │ ├── IntegrationTests.V_Limit1_V_LimitLocal_1.verified.txt │ ├── IntegrationTests.V_Limit1_V_LimitLocal_2.verified.txt │ ├── IntegrationTests.V_Limit1_V_RangeLocal_0.verified.txt │ ├── IntegrationTests.V_Limit1_V_RangeLocal_1.verified.txt │ ├── IntegrationTests.V_Limit1_V_RangeLocal_2.verified.txt │ ├── IntegrationTests.V_Limit1_V_TailLocal_0.verified.txt │ ├── IntegrationTests.V_Limit1_V_TailLocal_1.verified.txt │ ├── IntegrationTests.V_Limit1_V_TailLocal_2.verified.txt │ ├── IntegrationTests.V_Limit2_V_LimitLocal_0.verified.txt │ ├── IntegrationTests.V_Limit2_V_LimitLocal_1.verified.txt │ ├── IntegrationTests.V_Limit2_V_LimitLocal_2.verified.txt │ ├── IntegrationTests.V_Limit2_V_RangeLocal_0.verified.txt │ ├── IntegrationTests.V_Limit2_V_RangeLocal_1.verified.txt │ ├── IntegrationTests.V_Limit2_V_RangeLocal_2.verified.txt │ ├── IntegrationTests.V_Limit2_V_TailLocal_0.verified.txt │ ├── IntegrationTests.V_Limit2_V_TailLocal_1.verified.txt │ ├── IntegrationTests.V_Limit2_V_TailLocal_2.verified.txt │ ├── IntegrationTests.Where_Id_equals_constant.verified.txt │ ├── IntegrationTests.Where_Nullable_Value.verified.txt │ ├── IntegrationTests.Where_Values_Id_Where.verified.txt │ ├── IntegrationTests.Where_Values_Label_Where.verified.txt │ ├── IntegrationTests.Where_Values_WhereWhere.verified.txt │ ├── IntegrationTests.Where_none_traversal.verified.txt │ ├── IntegrationTests.Where_or_dead_traversal.verified.txt │ ├── IntegrationTests.Where_or_none_traversal.verified.txt │ ├── IntegrationTests.Where_properties_length.verified.txt │ ├── IntegrationTests.Where_property_ToString.verified.txt │ ├── IntegrationTests.Where_property_traversal.verified.txt │ ├── IntegrationTests.Where_with_nested_as.verified.txt │ └── IntegrationTests.WithSideEffect_Override.verified.txt ├── Providers.GremlinServer.Tests │ ├── IntegrationTests.And.verified.txt │ ├── IntegrationTests.Drop.verified.txt │ ├── IntegrationTests.In.verified.txt │ ├── IntegrationTests.None.verified.txt │ ├── AirRoutesTests.CreateSmall.verified.txt │ ├── DebugTests.Count.verified.txt │ ├── DebugTests.Label.verified.txt │ ├── GroovyIntegrationTests.And.verified.txt │ ├── GroovyIntegrationTests.Drop.verified.txt │ ├── GroovyIntegrationTests.In.verified.txt │ ├── GroovyIntegrationTests.None.verified.txt │ ├── IntegrationTests.And_nested.verified.txt │ ├── IntegrationTests.And_none.verified.txt │ ├── IntegrationTests.CyclicPath.verified.txt │ ├── IntegrationTests.None_None.verified.txt │ ├── IntegrationTests.Repeat_Out.verified.txt │ ├── IntegrationTests.ReplaceE.verified.txt │ ├── IntegrationTests.ReplaceV.verified.txt │ ├── IntegrationTests.Where_Has.verified.txt │ ├── StringIdIntegrationTests.And.verified.txt │ ├── StringIdIntegrationTests.In.verified.txt │ ├── StringIdIntegrationTests.Map.verified.txt │ ├── StringIdIntegrationTests.Or.verified.txt │ ├── StringIdIntegrationTests.Out.verified.txt │ ├── DebugTests.CountGlobal.verified.txt │ ├── DebugTests.Inject.verified.txt │ ├── DebugTests.V_untyped.verified.txt │ ├── GroovyIntegrationTests.And_nested.verified.txt │ ├── GroovyIntegrationTests.And_none.verified.txt │ ├── GroovyIntegrationTests.CyclicPath.verified.txt │ ├── GroovyIntegrationTests.None_None.verified.txt │ ├── GroovyIntegrationTests.Repeat_Out.verified.txt │ ├── GroovyIntegrationTests.ReplaceE.verified.txt │ ├── GroovyIntegrationTests.ReplaceV.verified.txt │ ├── GroovyIntegrationTests.Where_Has.verified.txt │ ├── IntegrationTests.Choose_one_case.verified.txt │ ├── IntegrationTests.Choose_two_cases.verified.txt │ ├── IntegrationTests.Drop_in_local.verified.txt │ ├── IntegrationTests.Or_Values_Where1.verified.txt │ ├── IntegrationTests.Project2_Where.verified.txt │ ├── IntegrationTests.Repeat_Times.verified.txt │ ├── IntegrationTests.SumLocal_Where1.verified.txt │ ├── IntegrationTests.SumLocal_Where2.verified.txt │ ├── IntegrationTests.V_IAuthority.verified.txt │ ├── IntegrationTests.Where_sequential.verified.txt │ ├── ObjectQueryIntegrationTests.And.verified.txt │ ├── ObjectQueryIntegrationTests.Drop.verified.txt │ ├── ObjectQueryIntegrationTests.In.verified.txt │ ├── ObjectQueryIntegrationTests.None.verified.txt │ ├── StringIdIntegrationTests.AddE_InV.verified.txt │ ├── StringIdIntegrationTests.AddV.verified.txt │ ├── StringIdIntegrationTests.And_none.verified.txt │ ├── StringIdIntegrationTests.AsString.verified.txt │ ├── StringIdIntegrationTests.Coalesce.verified.txt │ ├── StringIdIntegrationTests.Constant.verified.txt │ ├── StringIdIntegrationTests.Count.verified.txt │ ├── StringIdIntegrationTests.Drop.verified.txt │ ├── StringIdIntegrationTests.FlatMap.verified.txt │ ├── StringIdIntegrationTests.Fold.verified.txt │ ├── StringIdIntegrationTests.Format1.verified.txt │ ├── StringIdIntegrationTests.Format2.verified.txt │ ├── StringIdIntegrationTests.Format3.verified.txt │ ├── StringIdIntegrationTests.Format4.verified.txt │ ├── StringIdIntegrationTests.Format5.verified.txt │ ├── StringIdIntegrationTests.Group.verified.txt │ ├── StringIdIntegrationTests.Identity.verified.txt │ ├── StringIdIntegrationTests.Inject.verified.txt │ ├── StringIdIntegrationTests.Label.verified.txt │ ├── StringIdIntegrationTests.Length.verified.txt │ ├── StringIdIntegrationTests.MaxLocal.verified.txt │ ├── StringIdIntegrationTests.MinLocal.verified.txt │ ├── StringIdIntegrationTests.None.verified.txt │ ├── StringIdIntegrationTests.Not1.verified.txt │ ├── StringIdIntegrationTests.Not2.verified.txt │ ├── StringIdIntegrationTests.Not3.verified.txt │ ├── StringIdIntegrationTests.Optional.verified.txt │ ├── StringIdIntegrationTests.Or_none.verified.txt │ ├── StringIdIntegrationTests.Path.verified.txt │ ├── StringIdIntegrationTests.Project2.verified.txt │ ├── StringIdIntegrationTests.Project3.verified.txt │ ├── StringIdIntegrationTests.Project4.verified.txt │ ├── StringIdIntegrationTests.Replace.verified.txt │ ├── StringIdIntegrationTests.Reverse.verified.txt │ ├── StringIdIntegrationTests.SumLocal.verified.txt │ ├── StringIdIntegrationTests.ToLower.verified.txt │ ├── StringIdIntegrationTests.ToUpper.verified.txt │ ├── StringIdIntegrationTests.Trim.verified.txt │ ├── StringIdIntegrationTests.TrimEnd.verified.txt │ ├── StringIdIntegrationTests.Union.verified.txt │ ├── StringIdIntegrationTests.V_Both.verified.txt │ ├── StringIdIntegrationTests.V_BothE.verified.txt │ ├── StringIdIntegrationTests.V_BothV.verified.txt │ ├── StringIdIntegrationTests.Value.verified.txt │ ├── DebugTests.Constant.verified.txt │ ├── DebugTests.CountLocal.verified.txt │ ├── DebugTests.Path.verified.txt │ ├── DebugTests.Properties2.verified.txt │ ├── DebugTests.V_of_all_types1.verified.txt │ ├── DebugTests.V_of_all_types2.verified.txt │ ├── GroovyIntegrationTests.Choose_one_case.verified.txt │ ├── GroovyIntegrationTests.Drop_in_local.verified.txt │ ├── GroovyIntegrationTests.Project2_Where.verified.txt │ ├── GroovyIntegrationTests.Repeat_Times.verified.txt │ ├── GroovyIntegrationTests.SumLocal_Where1.verified.txt │ ├── GroovyIntegrationTests.SumLocal_Where2.verified.txt │ ├── GroovyIntegrationTests.V_IAuthority.verified.txt │ ├── IntegrationTests.And_Values_Where1.verified.txt │ ├── IntegrationTests.And_Values_Where2.verified.txt │ ├── IntegrationTests.As_with_type_change.verified.txt │ ├── IntegrationTests.Await.verified.txt │ ├── IntegrationTests.Contradicting_OfType.verified.txt │ ├── IntegrationTests.Count.verified.txt │ ├── IntegrationTests.Length.verified.txt │ ├── IntegrationTests.MaxLocal.verified.txt │ ├── IntegrationTests.MinLocal.verified.txt │ ├── IntegrationTests.Properties_Values2.verified.txt │ ├── IntegrationTests.Properties_Where1.verified.txt │ ├── IntegrationTests.Properties_Where_Id.verified.txt │ ├── IntegrationTests.RepeatUntil_false.verified.txt │ ├── IntegrationTests.ReplaceE_With_Config.verified.txt │ ├── IntegrationTests.ReplaceV_With_Config.verified.txt │ ├── IntegrationTests.UntilRepeat_false.verified.txt │ ├── IntegrationTests.Where_Nullable_Value.verified.txt │ ├── IntegrationTests.Where_Values_Id_Where.verified.txt │ ├── IntegrationTests.Where_Values_Where.verified.txt │ ├── IntegrationTests.Where_conjunction.verified.txt │ ├── IntegrationTests.Where_disjunction.verified.txt │ ├── IntegrationTests.Where_none_traversal.verified.txt │ ├── IntegrationTests.Where_outside_model.verified.txt │ ├── IntegrationWithoutProjectionTests.And.verified.txt │ ├── IntegrationWithoutProjectionTests.Drop.verified.txt │ ├── IntegrationWithoutProjectionTests.In.verified.txt │ ├── IntegrationWithoutProjectionTests.None.verified.txt │ ├── ObjectQueryIntegrationTests.And_nested.verified.txt │ ├── ObjectQueryIntegrationTests.And_none.verified.txt │ ├── ObjectQueryIntegrationTests.CyclicPath.verified.txt │ ├── ObjectQueryIntegrationTests.None_None.verified.txt │ ├── ObjectQueryIntegrationTests.Repeat_Out.verified.txt │ ├── ObjectQueryIntegrationTests.ReplaceE.verified.txt │ ├── ObjectQueryIntegrationTests.ReplaceV.verified.txt │ ├── ObjectQueryIntegrationTests.Where_Has.verified.txt │ ├── StringIdIntegrationTests.AddE_OutV.verified.txt │ ├── StringIdIntegrationTests.AddE_from_to.verified.txt │ ├── StringIdIntegrationTests.AddE_property.verified.txt │ ├── StringIdIntegrationTests.AddE_to_from.verified.txt │ ├── StringIdIntegrationTests.Aggregate_Cap.verified.txt │ ├── StringIdIntegrationTests.And_identity.verified.txt │ ├── StringIdIntegrationTests.And_nested.verified.txt │ ├── StringIdIntegrationTests.And_single.verified.txt │ ├── StringIdIntegrationTests.Constant_null.verified.txt │ ├── StringIdIntegrationTests.CountGlobal.verified.txt │ ├── StringIdIntegrationTests.CountLocal.verified.txt │ ├── StringIdIntegrationTests.CyclicPath.verified.txt │ ├── StringIdIntegrationTests.Dedup_Global.verified.txt │ ├── StringIdIntegrationTests.Dedup_Local.verified.txt │ ├── StringIdIntegrationTests.Drop_in_local.verified.txt │ ├── StringIdIntegrationTests.E_Properties.verified.txt │ ├── StringIdIntegrationTests.Emit_Repeat.verified.txt │ ├── StringIdIntegrationTests.Explicit_As.verified.txt │ ├── StringIdIntegrationTests.Fold_Unfold.verified.txt │ ├── StringIdIntegrationTests.Inject_Coin.verified.txt │ ├── StringIdIntegrationTests.LimitGlobal.verified.txt │ ├── StringIdIntegrationTests.LimitLocal.verified.txt │ ├── StringIdIntegrationTests.Map_Identity.verified.txt │ ├── StringIdIntegrationTests.MaxGlobal.verified.txt │ ├── StringIdIntegrationTests.MeanGlobal.verified.txt │ ├── StringIdIntegrationTests.MeanLocal.verified.txt │ ├── StringIdIntegrationTests.MinGlobal.verified.txt │ ├── StringIdIntegrationTests.None_None.verified.txt │ ├── StringIdIntegrationTests.Or_identity.verified.txt │ ├── StringIdIntegrationTests.Or_nested.verified.txt │ ├── StringIdIntegrationTests.Order_scalars.verified.txt │ ├── StringIdIntegrationTests.Properties1.verified.txt │ ├── StringIdIntegrationTests.Properties2.verified.txt │ ├── StringIdIntegrationTests.Property_list.verified.txt │ ├── StringIdIntegrationTests.Property_null.verified.txt │ ├── StringIdIntegrationTests.RangeGlobal.verified.txt │ ├── StringIdIntegrationTests.RangeLocal.verified.txt │ ├── StringIdIntegrationTests.RepeatUntil.verified.txt │ ├── StringIdIntegrationTests.Repeat_Emit.verified.txt │ ├── StringIdIntegrationTests.Repeat_Out.verified.txt │ ├── StringIdIntegrationTests.Repeat_Times.verified.txt │ ├── StringIdIntegrationTests.SimplePath.verified.txt │ ├── StringIdIntegrationTests.SkipGlobal.verified.txt │ ├── StringIdIntegrationTests.SkipLocal.verified.txt │ ├── StringIdIntegrationTests.StringKey.verified.txt │ ├── StringIdIntegrationTests.Substring1.verified.txt │ ├── StringIdIntegrationTests.Substring10.verified.txt │ ├── StringIdIntegrationTests.Substring11.verified.txt │ ├── StringIdIntegrationTests.Substring12.verified.txt │ ├── StringIdIntegrationTests.Substring2.verified.txt │ ├── StringIdIntegrationTests.Substring3.verified.txt │ ├── StringIdIntegrationTests.Substring4.verified.txt │ ├── StringIdIntegrationTests.Substring5.verified.txt │ ├── StringIdIntegrationTests.Substring6.verified.txt │ ├── StringIdIntegrationTests.Substring7.verified.txt │ ├── StringIdIntegrationTests.Substring8.verified.txt │ ├── StringIdIntegrationTests.Substring9.verified.txt │ ├── StringIdIntegrationTests.SumGlobal.verified.txt │ ├── StringIdIntegrationTests.TailGlobal.verified.txt │ ├── StringIdIntegrationTests.TailLocal.verified.txt │ ├── StringIdIntegrationTests.TrimStart.verified.txt │ ├── StringIdIntegrationTests.UntilRepeat.verified.txt │ ├── StringIdIntegrationTests.V_Both_typed.verified.txt │ ├── StringIdIntegrationTests.V_IAuthority.verified.txt │ ├── StringIdIntegrationTests.V_InE_InV.verified.txt │ ├── StringIdIntegrationTests.V_InE_OtherV.verified.txt │ ├── StringIdIntegrationTests.V_untyped.verified.txt │ ├── StringIdIntegrationTests.Where_Has.verified.txt │ ├── StringIdIntegrationTests.Where_Where.verified.txt │ └── StringIdIntegrationTests.Where_true.verified.txt ├── Providers.Neptune.AspNet.Tests │ ├── AWSSignerTest.Disabled.verified.txt │ └── ConfigurationTests.Inject.verified.txt ├── Support.NewtonsoftJson.Tests │ ├── GraphsonSupportTest.Empty1.verified.txt │ ├── GraphsonSupportTest.Empty2.verified.txt │ ├── GraphsonSupportTest.Nullable.verified.txt │ ├── GraphsonSupportTest.Scalar.verified.txt │ ├── GraphsonSupportTest.Empty_to_ints.verified.txt │ ├── GraphsonSupportTest.Empty_tree.verified.txt │ ├── GraphsonSupportTest.Empty_tree_2.verified.txt │ ├── GraphsonSupportTest.Int_from_double.verified.txt │ ├── TransformerTest.Irrelevant.verified.txt │ ├── GraphsonSupportTest.Object_from_double.verified.txt │ ├── GraphsonSupportTest.Object_from_true.verified.txt │ ├── GraphsonSupportTest.Scalar_as_object.verified.txt │ └── GraphsonSupportTest.String_from_int.verified.txt ├── Support.TestContainers.Tests │ └── GremlinServerIntegrationTests.Inject_sum.verified.txt └── Core.AspNet.Tests │ ├── GremlinqConfigurationSectionTests.Indexer_can_be_null.verified.txt │ ├── GremlinqConfigurationSectionTests.Value_can_be_null.verified.txt │ ├── ProviderConfigurationSectionTests.Indexer_can_be_null.verified.txt │ └── ProviderConfigurationSectionTests.Value_can_be_null.verified.txt └── assets ├── avatar.png ├── icon.png ├── logo.png └── social.png /test/Core.Tests/TansformerTest.Recurse.verified.txt: -------------------------------------------------------------------------------- 1 | 36 -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Defer_3.verified.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Base_type.verified.txt: -------------------------------------------------------------------------------- 1 | overridden -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Empty.verified.txt: -------------------------------------------------------------------------------- 1 | serialized -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Issues/Github/Issue45.Repro.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().drop() -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Override1.verified.txt: -------------------------------------------------------------------------------- 1 | overridden 1 -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Override2.verified.txt: -------------------------------------------------------------------------------- 1 | overridden 2 -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Group.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Fold.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Map.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Not1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Not2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Not3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Path.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Trim.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.AsString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Constant.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Count.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Format1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Format2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Format3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Format4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Format5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Inject.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Length.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.MaxLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.MinLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Path.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Replace.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Reverse.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.SumLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.ToLower.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.ToUpper.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Trim.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.TrimEnd.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Defer_with_recurse.verified.txt: -------------------------------------------------------------------------------- 1 | success -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Recurse_to_later_override.verified.txt: -------------------------------------------------------------------------------- 1 | 10 -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Coalesce.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().out() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Count.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Fold.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().fold() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Label.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().label() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Local_identity.verified.txt: -------------------------------------------------------------------------------- 1 | g.V() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.And_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.And_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.CyclicPath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.None_None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Repeat_Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.ReplaceE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.ReplaceV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.StringKey.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_Has.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_InV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_OutV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AsString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Coalesce.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Constant.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Count.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.FlatMap.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Format1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Format2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Format3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Format4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Format5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Group.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Inject.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Length.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.MaxGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.MaxLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.MeanLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.MinGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.MinLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.None_None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Optional.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Replace.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ReplaceE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ReplaceV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Reverse.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.SkipLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.SumGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.SumLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.TailLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ToLower.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ToUpper.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.TrimEnd.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.TrimStart.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Union.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Both.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_BothE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_BothV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_InE_InV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Has.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.AspNet.Tests/AWSSignerTest.Disabled.verified.txt: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.And_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.And_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.CyclicPath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.None_None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Repeat_Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Repeat_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.ReplaceE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.ReplaceV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.V_IAuthority.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_Has.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Constant_null.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.CountGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.CountLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Drop_in_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.E_Properties.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Inject_Coin.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.LimitLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.MaxGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.MeanGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.MeanLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.MinGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Order_scalars.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.RangeLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.SkipLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring10.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring11.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring12.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring6.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring7.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring8.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Substring9.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.SumGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.TailLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.TrimStart.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.V_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Base_type_in_request.verified.txt: -------------------------------------------------------------------------------- 1 | overridden -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Defer.verified.txt: -------------------------------------------------------------------------------- 1 | overridden 2 overridden 1 -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Recurse_to_previous_override.verified.txt: -------------------------------------------------------------------------------- 1 | 10 -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Coalesce_identity.verified.txt: -------------------------------------------------------------------------------- 1 | g.V() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.CountGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.E_of_all_types1.verified.txt: -------------------------------------------------------------------------------- 1 | g.E() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.E_of_all_types2.verified.txt: -------------------------------------------------------------------------------- 1 | g.E() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Inject.verified.txt: -------------------------------------------------------------------------------- 1 | g.inject(36,37,38) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Single_Inject_V.verified.txt: -------------------------------------------------------------------------------- 1 | g.V() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.TailGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().tail(1) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.V_BothV.verified.txt: -------------------------------------------------------------------------------- 1 | g.E().bothV() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.V_single_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | g.V(0) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.V_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Choose_one_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Choose_two_cases.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Drop_in_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Or_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Project2_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.RepeatUntil_true.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Repeat_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.SumLocal_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.SumLocal_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.V_IAuthority.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.V_single_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_sequential.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/AirRoutesTests.CreateSmall.verified.txt: -------------------------------------------------------------------------------- 1 | 46 -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.Count.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.Label.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().label() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.And_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.And_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.CyclicPath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.None_None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Repeat_Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.ReplaceE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.ReplaceV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_Has.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Map.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Or.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_from_to.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_to_from.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_TimeFrame.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Aggregate_Cap.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_single.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Concat_strings.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Constant_null.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.CountGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.CountLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.CyclicPath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Dedup_Global.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Dedup_Local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Drop_in_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.E_Properties.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Emit_Repeat.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Explicit_As.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Fold_Unfold.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Group_with_key.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Inject_Coin.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.LimitGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.LimitLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Local_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Map_Identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.MeanGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Multi_Inject_V.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OrderBy_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Order_scalars.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project2_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Property_list.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Property_null.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.RangeGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.RangeLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.RepeatUntil.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Repeat_Emit.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Repeat_Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Repeat_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.SimplePath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.SkipGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring10.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring11.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring12.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring6.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring7.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring8.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Substring9.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.TailGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UntilRepeat.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Both_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_IAuthority.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_InE_OtherV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ValueMap_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_of_Edge.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_not_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_true.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.And_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.And_Values_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Choose_one_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Choose_two_cases.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Drop_in_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Or_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Project2_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Properties_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.RepeatUntil_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.SumLocal_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.SumLocal_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.UntilRepeat_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_conjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_disjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_sequential.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Empty1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Empty2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Nullable.verified.txt: -------------------------------------------------------------------------------- 1 | 42 -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Scalar.verified.txt: -------------------------------------------------------------------------------- 1 | 36 -------------------------------------------------------------------------------- /test/Core.Tests/GraphModelTest.Lowercase.verified.txt: -------------------------------------------------------------------------------- 1 | { 2 | Label: person 3 | } -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate6.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate7.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_Predicate8.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_one_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_two_cases.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Concat_strings.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Concat_traversals.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Constant_string.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Fail_with_message.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project2_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project2_unguarded.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project3_Select1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project3_Select2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project3_unguarded.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project4_unguarded.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_to_type.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_with_cast.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_with_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties_Values2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.SumLocal_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.SumLocal_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Tree_linear_scalar.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Tree_scalar_root.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Tree_with_builder.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.V_of_all_types1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.V_of_all_types2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.ValueMap_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_1_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_2_members.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_3_members.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_ToString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_id_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_no_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_of_Edge.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_of_Vertex1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Values_of_Vertex2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Constant.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().constant(42) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.CountLocal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count(local) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Dedup_Global.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().dedup() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.In_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().in() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.LimitGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().limit(1) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Path.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().out().out().path() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Properties1.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().properties() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Properties2.verified.txt: -------------------------------------------------------------------------------- 1 | g.E().properties() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.RangeGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().range(1,3) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.SkipGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().range(1,-1) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.V_InE_InV.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().inE().inV() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.V_of_all_types1.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.V_of_all_types2.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.And_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.And_Values_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.As_with_type_change.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Contradicting_OfType.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Count.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 33 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.MaxLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.MinLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Properties_Values2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Properties_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Properties_Where_Id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.RepeatUntil_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.ReplaceE_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.ReplaceV_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.UntilRepeat_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_Nullable_Value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_Values_Id_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_Values_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_conjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_disjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_none_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_outside_model.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.CountGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.Inject.verified.txt: -------------------------------------------------------------------------------- 1 | g.inject(36,37,38) -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.V_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.And_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.And_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.CyclicPath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.None_None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.Repeat_Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.ReplaceE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.ReplaceV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.Where_Has.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Choose_one_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Choose_two_cases.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Drop_in_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Or_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Project2_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Repeat_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.SumLocal_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.SumLocal_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.V_IAuthority.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_sequential.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.AddE_InV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.AddV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.And_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.AsString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Coalesce.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Constant.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Count.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.FlatMap.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Fold.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Format1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Format2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Format3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Format4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Format5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Group.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Inject.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Length.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.MaxLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.MinLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Not1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Not2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Not3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Optional.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Or_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Path.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Project2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Project3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Project4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Replace.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Reverse.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.SumLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.ToLower.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.ToUpper.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Trim.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.TrimEnd.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Union.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_Both.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_BothE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_BothV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_With_Ignored.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_from_StepLabel.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_from_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_to_StepLabel.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddE_to_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_With_Ignored.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_ignores_label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_with_MetaModel.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_with_nulls.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_without_id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Aggregate_Global.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Aggregate_Local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Aggregate_Select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_Values_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_optimization.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.As_with_same_label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.As_with_type_change.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate6.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate7.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Predicate8.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Traversal1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_Traversal2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_one_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_two_cases.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Coalesce_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Concat_traversals.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Constant_string.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.E_Properties_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.E_of_all_types1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.E_of_all_types2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.E_of_concrete_type.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Emit_Repeat_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Emit_Repeat_Until.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Fold_SideEffect.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Identity_Identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.In_of_all_types_max.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.In_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OfType_abstract.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OfType_redundant1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OfType_redundant2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OfType_redundant3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OfType_redundant4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_Values_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OrderBy_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Order_Fold_Unfold.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Order_scalars_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project2_unguarded.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project3_Select1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project3_Select2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project3_unguarded.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project4_unguarded.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_to_type.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_with_cast.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_with_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Meta.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Values2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Property_Guid_value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Property_single.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Property_stringKey.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.RepeatUntil_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.RepeatUntil_true.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Repeat_Emit_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Repeat_Emit_Until.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Set_Meta_Property1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Set_Meta_Property2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Single_Inject_V.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.SumLocal_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.SumLocal_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Tree_linear_scalar.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Tree_scalar_root.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Tree_with_builder.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Trim_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UntilRepeat_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Until_Emit_Repeat.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Until_Repeat_Emit.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UpdateE_With_Mixed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UpdateV_No_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UpdateV_With_Mixed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_InE_InV_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_InE_OtherV_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_of_abstract_type.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_of_all_types1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_of_all_types2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_of_concrete_type.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_single_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_1_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_2_members.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_3_members.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_ToString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_id_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_no_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_of_Vertex1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Values_of_Vertex2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Values_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_anonymous.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_conjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_constant_bool.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_disjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_or_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_outside_model.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_sequential.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.WithSideEffect1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.WithSideEffect2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.AsString.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 42 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.As_with_type_change.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Contradicting_OfType.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Count.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 33 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Length.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 7 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.MaxGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.MaxLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.MeanLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.MinGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.MinLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Or_none_with_predicate.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Properties_Meta_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Properties_Values2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Properties_Where_Id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.ReplaceE_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.ReplaceV_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring5.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring8.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_Nullable_Value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_Values_Id_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_Values_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_none_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_outside_model.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Empty_to_ints.verified.txt: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Empty_tree.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Empty_tree_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Int_from_double.verified.txt: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/TransformerTest.Irrelevant.verified.txt: -------------------------------------------------------------------------------- 1 | serialized -------------------------------------------------------------------------------- /test/Core.Tests/GraphModelTest.Camelcase_Edges.verified.txt: -------------------------------------------------------------------------------- 1 | { 2 | Label: livesIn 3 | } -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Concat_strings_to_null.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Constant_empty_array.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.E_Properties_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.E_baseType_Properties.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Fail_without_message.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Group_with_key_select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Length_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Order_scalars_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project2_Where_lower.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project2_with_Property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project3_with_Property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project4_with_Property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage10.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage11.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage12.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage13.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage14.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage15.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage6.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage7.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage8.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_for_coverage9.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_with_builder_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_with_builder_4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Project_with_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties_Meta_Values.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties_Properties1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties_Properties2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties_Values_Id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties_Values_Label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Properties_Values_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Replace_non_existing.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Replace_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Reverse_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.ToLower_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.ToUpper_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Tree_branching_scalar.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Tree_for_code_coverage.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Tree_with_explicit_cast.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.TrimEnd_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Trim_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Union_different_types.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Union_different_types2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Where_constant_bool.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.WithSideEffect_Override.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Base_type_in_request_with_struct_available.verified.txt: -------------------------------------------------------------------------------- 1 | 36 -------------------------------------------------------------------------------- /test/Core.Tests/TansformerTest.Defer_with_recurse_different_types.verified.txt: -------------------------------------------------------------------------------- 1 | success -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.AsString.verified.txt: -------------------------------------------------------------------------------- 1 | g.inject(42).asString() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Constant_null.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().constant(null) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.E_Properties.verified.txt: -------------------------------------------------------------------------------- 1 | g.E().properties() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Fail_without_message.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().fail() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Fold_Unfold.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().fold().unfold() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.InE_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().inE() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Inject_Coin.verified.txt: -------------------------------------------------------------------------------- 1 | g.inject(42).coin(1) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Not1.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().not(__.out('WorksFor')) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.OutE_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().outE() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Out_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().out() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.V_InE_OtherV.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().inE().otherV() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Value.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().properties().value() -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Where_constant_bool.verified.txt: -------------------------------------------------------------------------------- 1 | g.inject(42) -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/DebugTests.Where_true.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().hasLabel('Person') -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.And_none_with_sideEffect.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.As_inlined_nested_Select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.As_inlined_nested_Select2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.CountGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 33 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Inject_Coin.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 42 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.MaxGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.MeanGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.MeanLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.MinGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Or_none_with_predicate.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.OrderBy_traversal_ThenBy.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.OutE_of_no_derived_types.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Properties_Meta_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Properties_Where_Label_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Properties_Where_neq_Label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Properties_Where_reversed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.SumGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 396 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.SumLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 396 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.V_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 33 3 | ] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_Id_equals_constant.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_Values_Or_WhereWhere.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_Values_WhereWhere.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_VertexProperty_Id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_constant_bool_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_or_dead_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_or_none_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_out_vertex_property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_properties_length.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.CosmosDb.Tests/IntegrationTests.Where_property_ToString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.Constant.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().constant(42) -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.CountLocal.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count(local) -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.Path.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().out().out().path() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.Properties2.verified.txt: -------------------------------------------------------------------------------- 1 | g.E().properties() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.V_of_all_types1.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/DebugTests.V_of_all_types2.verified.txt: -------------------------------------------------------------------------------- 1 | g.V().count() -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.Choose_one_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.Drop_in_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.Project2_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.Repeat_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.SumLocal_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.SumLocal_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/GroovyIntegrationTests.V_IAuthority.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.And_Values_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.And_Values_Where2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.As_with_type_change.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Await.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 42 3 | ] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Contradicting_OfType.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Count.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 33 3 | ] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Length.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 7 3 | ] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.MaxLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.MinLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Properties_Values2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Properties_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Properties_Where_Id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.RepeatUntil_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.ReplaceE_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.ReplaceV_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.UntilRepeat_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_Nullable_Value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_Values_Id_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_Values_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_conjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_disjunction.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_none_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationTests.Where_outside_model.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationWithoutProjectionTests.And.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationWithoutProjectionTests.Drop.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationWithoutProjectionTests.In.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/IntegrationWithoutProjectionTests.None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.And_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.And_none.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.CyclicPath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.None_None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.Repeat_Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.ReplaceE.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.ReplaceV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/ObjectQueryIntegrationTests.Where_Has.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.AddE_OutV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.AddE_from_to.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.AddE_property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.AddE_to_from.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Aggregate_Cap.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.And_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.And_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.And_single.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Constant_null.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.CountGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.CountLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.CyclicPath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Dedup_Global.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Dedup_Local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Drop_in_local.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.E_Properties.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Emit_Repeat.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Explicit_As.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Fold_Unfold.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Inject_Coin.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.LimitGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.LimitLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Map_Identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.MaxGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.MeanGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.MeanLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.MinGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.None_None.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Or_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Or_nested.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Order_scalars.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Properties1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Properties2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Property_list.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Property_null.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.RangeGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.RangeLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.RepeatUntil.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Repeat_Emit.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Repeat_Out.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Repeat_Times.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.SimplePath.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.SkipGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.SkipLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.StringKey.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring10.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring11.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring12.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring6.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring7.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring8.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Substring9.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.SumGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.TailGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.TailLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.TrimStart.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.UntilRepeat.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_Both_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_IAuthority.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_InE_InV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_InE_OtherV.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.V_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Where_Has.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Where_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.GremlinServer.Tests/StringIdIntegrationTests.Where_true.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_with_enum_property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.AddV_with_multi_property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Aggregate_Cap_Select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Aggregate_Cap_unfold.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.And_none_with_sideEffect.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.As_followed_by_Select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.As_inlined_nested_Select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_only_default_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Choose_two_cases_default.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Concat_strings_to_null.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Constant_empty_array.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Contradicting_OfType.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.E_baseType_Properties.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Explicit_As_with_string.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Fold_Fold_Unfold_Unfold.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Group_with_key_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Group_with_key_select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.InE_of_all_types_max.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.InE_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Length_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Map_Select_operation.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Multi_step_serialization.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Nested_Select_operations.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_none_with_predicate.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_none_with_sideEffect.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Or_two_step_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OrderByDescending_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OrderBy_traversal_ThenBy.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OrderLocal_by_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OutE_of_all_types_max.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OutE_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.OutE_of_no_derived_types.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Out_of_all_types_max.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Out_of_all_types_min.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project2_Where_lower.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project2_with_Property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project3_with_Property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project4_with_Property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage10.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage11.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage12.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage13.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage14.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage15.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage3.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage5.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage6.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage7.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage8.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_for_coverage9.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_with_builder_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_with_builder_4.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Project_with_identity.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Meta_ValueMap.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Meta_Values.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Meta_Where1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Properties1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Properties2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Values_Id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Values_Label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Values_typed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_Where_Label_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Properties_of_member.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ReplaceE_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ReplaceV_With_Config.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Replace_non_existing.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Replace_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Reverse_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ToLower_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.ToUpper_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Tree_branching_scalar.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Tree_for_code_coverage.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Tree_with_explicit_cast.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.TrimEnd_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.TrimStart_with_extension.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Union_different_types.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Union_different_types2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UpdateE_With_Ignored.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UpdateE_With_Readonly.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UpdateV_With_Ignored.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.UpdateV_With_Readonly.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_LimitLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_LimitLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_LimitLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_RangeLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_RangeLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_RangeLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_TailLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_TailLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit0_V_TailLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_LimitLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_LimitLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_LimitLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_RangeLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_RangeLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_RangeLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_TailLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_TailLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit1_V_TailLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_LimitLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_LimitLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_LimitLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_RangeLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_RangeLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_RangeLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_TailLocal_0.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_TailLocal_1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.V_Limit2_V_TailLocal_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Id_equals_constant.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Nullable_Value.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Values_Id_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Values_Label_Where.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_Values_WhereWhere.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_none_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_or_dead_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_or_none_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_properties_length.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_property_ToString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_property_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.Where_with_nested_as.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.JanusGraph.Tests/IntegrationTests.WithSideEffect_Override.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.AspNet.Tests/ConfigurationTests.Inject.verified.txt: -------------------------------------------------------------------------------- 1 | g.inject(42) -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.And_none_with_sideEffect.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.As_inlined_nested_Select.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.As_inlined_nested_Select2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.CountGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 33 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Inject_Coin.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 42 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.MeanGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 0 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.OrderBy_traversal_ThenBy.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.OutE_of_no_derived_types.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Properties_Where_Label_2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Properties_Where_neq_Label.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Properties_Where_reversed.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Replace.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | axydef 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Reverse.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | fedcba 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring10.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 5678 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring11.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring12.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 78 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring2.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 345 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring3.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 3456 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring4.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 34567 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring7.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 34 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Substring9.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 45678 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.SumGlobal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 396 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.SumLocal.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 396 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.ToLower.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | abcdefg 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.ToUpper.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | ABCDEFG 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Trim.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | aBcDeFg 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.V_untyped.verified.txt: -------------------------------------------------------------------------------- 1 | [ 2 | 33 3 | ] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_Id_equals_constant.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_Values_Or_WhereWhere.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_Values_WhereWhere.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_VertexProperty_Id.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_VertexProperty_Value1.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_VertexProperty_Value2.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_constant_bool_false.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_or_dead_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_or_none_traversal.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_out_vertex_property.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_properties_length.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Providers.Neptune.Tests/IntegrationTests.Where_property_ToString.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Object_from_double.verified.txt: -------------------------------------------------------------------------------- 1 | 1.2 -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Object_from_true.verified.txt: -------------------------------------------------------------------------------- 1 | True -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.Scalar_as_object.verified.txt: -------------------------------------------------------------------------------- 1 | 36 -------------------------------------------------------------------------------- /test/Support.NewtonsoftJson.Tests/GraphsonSupportTest.String_from_int.verified.txt: -------------------------------------------------------------------------------- 1 | 42 -------------------------------------------------------------------------------- /test/Support.TestContainers.Tests/GremlinServerIntegrationTests.Inject_sum.verified.txt: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /assets/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gremlinq/ExRam.Gremlinq/HEAD/assets/avatar.png -------------------------------------------------------------------------------- /assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gremlinq/ExRam.Gremlinq/HEAD/assets/icon.png -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gremlinq/ExRam.Gremlinq/HEAD/assets/logo.png -------------------------------------------------------------------------------- /assets/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gremlinq/ExRam.Gremlinq/HEAD/assets/social.png -------------------------------------------------------------------------------- /test/Core.AspNet.Tests/GremlinqConfigurationSectionTests.Indexer_can_be_null.verified.txt: -------------------------------------------------------------------------------- 1 | null -------------------------------------------------------------------------------- /test/Core.AspNet.Tests/GremlinqConfigurationSectionTests.Value_can_be_null.verified.txt: -------------------------------------------------------------------------------- 1 | null -------------------------------------------------------------------------------- /test/Core.AspNet.Tests/ProviderConfigurationSectionTests.Indexer_can_be_null.verified.txt: -------------------------------------------------------------------------------- 1 | null -------------------------------------------------------------------------------- /test/Core.AspNet.Tests/ProviderConfigurationSectionTests.Value_can_be_null.verified.txt: -------------------------------------------------------------------------------- 1 | null -------------------------------------------------------------------------------- /test/Core.Tests/GraphModelTest.Hierarchy_inside_model.verified.txt: -------------------------------------------------------------------------------- 1 | { 2 | Label: Person 3 | } -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_only_default_case.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Choose_two_cases_default.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Concat_traversals_and_string.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Constant_empty_bool_array.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Constant_empty_string_array.verified.txt: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/Core.Tests/Serialization/OuterProjectionTest.Constant_single_bool_array.verified.txt: -------------------------------------------------------------------------------- 1 | [] --------------------------------------------------------------------------------