From d4e030f113039d7a60f67c29fc6978842d476678 Mon Sep 17 00:00:00 2001 From: Viktoria Shirunova Date: Fri, 30 May 2025 21:44:35 +0300 Subject: [PATCH] Rename ets-templates to arkts-cts and ets-cts to arkts-cts everywhere Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IC9SFH Testing: All required pre-merge tests passed. Results are available in the ggwatcher. Signed-off-by: Viktoria Shirunova --- .gitattributes | 8 ++++---- static_core/CMakeLists.txt | 2 +- static_core/REVIEWERS | 10 +++++----- static_core/codecheck_ignore.json | 2 +- static_core/plugins/ets/README.md | 2 +- .../03.white_spaces/whitespaces.ets | Bin .../04.line_separators/line_separators.ets | Bin .../06.identifiers/identifiers.ets | 0 .../06.identifiers/identifiers.params.yaml | 0 .../06.identifiers/identifiers_n.ets | 0 .../06.identifiers/identifiers_n.params.yaml | 0 .../02.lexical_elements/07.keywords/hard.ets | 0 .../07.keywords/hard.params.yaml | 0 .../02.lexical_elements/07.keywords/reserved.ets | 0 .../07.keywords/reserved.params.yaml | 0 .../02.lexical_elements/07.keywords/soft.ets | 0 .../07.keywords/soft.params.yaml | 0 .../02.lexical_elements/07.keywords/soft_type.ets | 0 .../02.lexical_elements/07.keywords/types.ets | 0 .../07.keywords/types.params.yaml | 0 .../02.integer_literals/incorrect_int_literals.ets | 0 .../incorrect_int_literals.params.yaml | 0 .../02.integer_literals/int_literals.ets | 0 .../02.integer_literals/int_literals.params.yaml | 0 .../02.integer_literals/long_literals.ets | 0 .../02.integer_literals/long_literals.params.yaml | 0 .../03.floating_point_literals/float_literals.ets | 0 .../float_literals.params.yaml | 0 .../incorrect_float_literals.ets | 0 .../incorrect_float_literals.params.yaml | 0 .../04.bigint_literals/bad_bigint_literals.ets | 0 .../bad_bigint_literals.params.yaml | 0 .../09.literals/04.bigint_literals/bigint_func.ets | 0 .../04.bigint_literals/bigint_func.params.yaml | 0 .../04.bigint_literals/bigint_func_n.ets | 0 .../04.bigint_literals/bigint_func_n.params.yaml | 0 .../04.bigint_literals/bigint_literals.ets | 0 .../04.bigint_literals/bigint_literals.params.yaml | 0 .../05.boolean_literals/bool_literals.ets | 0 .../05.boolean_literals/bool_literals_n1.ets | 0 .../05.boolean_literals/bool_literals_n2.ets | 0 .../05.boolean_literals/bool_literals_n3.ets | 0 .../05.boolean_literals/bool_literals_n4.ets | 0 .../09.literals/06.string_literals/codepoints.ets | 0 .../09.literals/06.string_literals/combined.ets | 0 .../09.literals/06.string_literals/escaping.ets | 0 .../09.literals/06.string_literals/hex.ets | 0 .../09.literals/06.string_literals/neg.ets | 0 .../09.literals/06.string_literals/neg.params.yaml | 0 .../06.string_literals/spec_examples.ets | 0 .../09.literals/06.string_literals/type.ets | 0 .../09.literals/06.string_literals/unicode.ets | 0 .../07.multiline_string_literal/spec_example.ets | 0 .../07.multiline_string_literal/spec_example_2.ets | 0 .../07.multiline_string_literal/templ_01.ets | 0 .../07.multiline_string_literal/templ_02.ets | 0 .../07.multiline_string_literal/templ_03.ets | 0 .../07.multiline_string_literal/templ_n01.ets | 0 .../07.multiline_string_literal/templ_n02.ets | 0 .../07.multiline_string_literal/templ_n03.ets | 0 .../09.literals/08.null_literal/null_literal.ets | 0 .../09.literals/08.null_literal/null_literal1.ets | 0 .../09.literals/08.null_literal/null_literal2.ets | 0 .../09.literals/08.null_literal/null_literal3.ets | 0 .../09.undefined_literal/undef_literal.ets | 0 .../09.undefined_literal/undef_literal1.ets | 0 .../09.undefined_literal/undef_literal2.ets | 0 .../09.undefined_literal/undef_literal3.ets | 0 .../02.lexical_elements/10.comments/combined1.ets | 0 .../02.lexical_elements/10.comments/combined2.ets | 0 .../02.lexical_elements/10.comments/combined3.ets | 0 .../02.lexical_elements/10.comments/combined4.ets | 0 .../02.lexical_elements/10.comments/combined5.ets | 0 .../02.lexical_elements/10.comments/combined6.ets | 0 .../10.comments/multi_line_comment.ets | 0 .../10.comments/multi_line_comment1_n.ets | 0 .../10.comments/multi_line_comment2_n.ets | 0 .../10.comments/multi_line_comment3_n.ets | 0 .../10.comments/multi_line_comment4_n.ets | 0 .../10.comments/multi_line_comment5_n.ets | 0 .../10.comments/multi_line_comment6_n.ets | 0 .../10.comments/multi_line_comment7_n.ets | 0 .../10.comments/multi_line_comment8_n.ets | 0 .../10.comments/one_line_comment.ets | 0 .../10.comments/one_line_comment1_n.ets | 0 .../02.lexical_elements/11.semicolons/semicol_p.ets | 0 .../11.semicolons/semicol_p.params.yaml | 0 .../11.semicolons/spec_example1.ets | 0 .../11.semicolons/spec_example2.ets | 0 .../01.primitive_types/pt_alias.ets | 0 .../01.primitive_types/pt_alias.params.yaml | 0 .../01.primitive_types/pt_constructor.ets | 0 .../01.primitive_types/pt_constructor.params.yaml | 0 .../01.primitive_types/pt_metod.ets | 0 .../01.primitive_types/pt_metod.params.yaml | 0 .../01.primitive_types/pt_type.ets | 0 .../01.primitive_types/pt_type.params.yaml | 0 .../01.predefined_types/02.numeric_types/hier1.ets | 0 .../02.numeric_types/hier1.params.yaml | 0 .../02.numeric_types/nt_bigint.ets | 0 .../02.numeric_types/nt_byte.ets | 0 .../02.numeric_types/nt_float_00.ets | 0 .../02.numeric_types/nt_float_01.ets | 0 .../02.numeric_types/nt_float_02.ets | 0 .../02.numeric_types/nt_float_03.ets | 0 .../02.numeric_types/nt_float_04.ets | 0 .../02.numeric_types/nt_float_05.ets | 0 .../02.numeric_types/nt_float_06.ets | 0 .../02.numeric_types/nt_float_07.ets | 0 .../02.numeric_types/nt_float_08.ets | 0 .../02.numeric_types/nt_float_09.ets | 0 .../02.numeric_types/nt_float_10.ets | 0 .../02.numeric_types/nt_float_11.ets | 0 .../02.numeric_types/nt_float_12.ets | 0 .../02.numeric_types/nt_float_13.ets | 0 .../02.numeric_types/nt_float_14.ets | 0 .../02.numeric_types/nt_float_15.ets | 0 .../02.numeric_types/nt_float_16.ets | 0 .../02.numeric_types/nt_float_17.ets | 0 .../02.numeric_types/nt_float_18.ets | 0 .../02.numeric_types/nt_float_19.ets | 0 .../01.predefined_types/02.numeric_types/nt_int.ets | 0 .../02.numeric_types/nt_int_operator_00.ets | 0 .../02.numeric_types/nt_int_operator_01.ets | 0 .../02.numeric_types/nt_int_operator_02.ets | 0 .../02.numeric_types/nt_int_operator_03.ets | 0 .../02.numeric_types/nt_int_operator_04.ets | 0 .../02.numeric_types/nt_int_operator_05.ets | 0 .../02.numeric_types/nt_int_operator_06.ets | 0 .../02.numeric_types/nt_int_operator_07.ets | 0 .../02.numeric_types/nt_int_operator_08.ets | 0 .../02.numeric_types/nt_int_operator_09.ets | 0 .../02.numeric_types/nt_int_operator_10.ets | 0 .../02.numeric_types/nt_int_operator_11.ets | 0 .../02.numeric_types/nt_int_operator_12.ets | 0 .../02.numeric_types/nt_int_operator_13.ets | 0 .../02.numeric_types/nt_int_operator_14.ets | 0 .../02.numeric_types/nt_int_operator_15.ets | 0 .../02.numeric_types/nt_int_operator_16.ets | 0 .../02.numeric_types/nt_int_operator_17.ets | 0 .../02.numeric_types/nt_int_operator_18.ets | 0 .../02.numeric_types/nt_int_operator_19.ets | 0 .../02.numeric_types/nt_int_operator_20.ets | 0 .../02.numeric_types/nt_int_operator_21.ets | 0 .../02.numeric_types/nt_int_operator_22.ets | 0 .../02.numeric_types/nt_long.ets | 0 .../02.numeric_types/nt_short.ets | 0 .../01.predefined_types/arrays_declaration.ets | 0 .../arrays_declaration.params.yaml | 0 .../01.predefined_types/class_types_declaration.ets | 0 .../class_types_declaration.params.yaml | 0 .../class_value_types_declaration.ets | 0 .../class_value_types_declaration.params.yaml | 0 .../01.predefined_types/using_value_types_names.ets | 0 .../using_value_types_names.params.yaml | 0 .../01.predefined_types/value_types_declaration.ets | 0 .../value_types_declaration.params.yaml | 0 .../array_readonly.ets | 0 .../array_readonly.params.yaml | 0 .../array_readonly_n.ets | 0 .../array_readonly_n.params.yaml | 0 .../tuple_readonly.ets | 0 .../tuple_readonly.params.yaml | 0 .../tuple_readonly_n.ets | 0 .../tuple_readonly_n.params.yaml | 0 .../array_value_types_declaration.ets | 0 .../array_value_types_declaration.params.yaml | 0 .../03.using_types/function_type_declaration.ets | 0 .../03.types/03.using_types/types_declaration.ets | 0 .../03.using_types/types_declaration.params.yaml | 0 .../03.types/04.named_types/named_types.ets | 0 .../03.types/04.named_types/named_types.params.yaml | 0 .../04.named_types/named_types_generics.ets | 0 .../04.named_types/named_types_generics.params.yaml | 0 .../05.type_references/types_declaration.ets | 0 .../types_declaration.params.yaml | 0 .../addition/addition_bigint.ets | 0 .../addition/addition_bigint.params.yaml | 0 .../addition/addition_byte.ets | 0 .../addition/addition_byte.params.yaml | 0 .../addition/addition_char.ets | 0 .../addition/addition_char.params.yaml | 0 .../addition/addition_int.ets | 0 .../addition/addition_int.params.yaml | 0 .../addition/addition_long.ets | 0 .../addition/addition_long.params.yaml | 0 .../addition/addition_short.ets | 0 .../addition/addition_short.params.yaml | 0 .../bitwise_and/bitwise_and_bigint.ets | 0 .../bitwise_and/bitwise_and_bigint.params.yaml | 0 .../bitwise_and/bitwise_and_byte.ets | 0 .../bitwise_and/bitwise_and_byte.params.yaml | 0 .../bitwise_and/bitwise_and_char.ets | 0 .../bitwise_and/bitwise_and_char.params.yaml | 0 .../bitwise_and/bitwise_and_int.ets | 0 .../bitwise_and/bitwise_and_int.params.yaml | 0 .../bitwise_and/bitwise_and_long.ets | 0 .../bitwise_and/bitwise_and_long.params.yaml | 0 .../bitwise_and/bitwise_and_short.ets | 0 .../bitwise_and/bitwise_and_short.params.yaml | 0 .../bitwise_complement_bigint.ets | 0 .../bitwise_complement_bigint.params.yaml | 0 .../bitwise_complement/bitwise_complement_byte.ets | 0 .../bitwise_complement_byte.params.yaml | 0 .../bitwise_complement/bitwise_complement_char.ets | 0 .../bitwise_complement_char.params.yaml | 0 .../bitwise_complement/bitwise_complement_int.ets | 0 .../bitwise_complement_int.params.yaml | 0 .../bitwise_complement/bitwise_complement_long.ets | 0 .../bitwise_complement_long.params.yaml | 0 .../bitwise_complement/bitwise_complement_short.ets | 0 .../bitwise_complement_short.params.yaml | 0 .../bitwise_or/bitwise_or_bigint.ets | 0 .../bitwise_or/bitwise_or_bigint.params.yaml | 0 .../bitwise_or/bitwise_or_byte.ets | 0 .../bitwise_or/bitwise_or_byte.params.yaml | 0 .../bitwise_or/bitwise_or_char.ets | 0 .../bitwise_or/bitwise_or_char.params.yaml | 0 .../bitwise_or/bitwise_or_int.ets | 0 .../bitwise_or/bitwise_or_int.params.yaml | 0 .../bitwise_or/bitwise_or_long.ets | 0 .../bitwise_or/bitwise_or_long.params.yaml | 0 .../bitwise_or/bitwise_or_short.ets | 0 .../bitwise_or/bitwise_or_short.params.yaml | 0 .../bitwise_xor/bitwise_xor_bigint.ets | 0 .../bitwise_xor/bitwise_xor_bigint.params.yaml | 0 .../bitwise_xor/bitwise_xor_byte.ets | 0 .../bitwise_xor/bitwise_xor_byte.params.yaml | 0 .../bitwise_xor/bitwise_xor_char.ets | 0 .../bitwise_xor/bitwise_xor_char.params.yaml | 0 .../bitwise_xor/bitwise_xor_int.ets | 0 .../bitwise_xor/bitwise_xor_int.params.yaml | 0 .../bitwise_xor/bitwise_xor_long.ets | 0 .../bitwise_xor/bitwise_xor_long.params.yaml | 0 .../bitwise_xor/bitwise_xor_short.ets | 0 .../bitwise_xor/bitwise_xor_short.params.yaml | 0 .../convertions/conversions.ets | 0 .../convertions/conversions.params.yaml | 0 .../convertions/conversions_n.ets | 0 .../convertions/conversions_n.params.yaml | 0 .../division/division_bigint.ets | 0 .../division/division_bigint.params.yaml | 0 .../division/division_by_zero_bigint.ets | 0 .../division/division_by_zero_byte.ets | 0 .../division/division_by_zero_char.ets | 0 .../division/division_by_zero_int.ets | 0 .../division/division_by_zero_long.ets | 0 .../division/division_by_zero_short.ets | 0 .../division/division_byte.ets | 0 .../division/division_byte.params.yaml | 0 .../division/division_char.ets | 0 .../division/division_char.params.yaml | 0 .../division/division_int.ets | 0 .../division/division_int.params.yaml | 0 .../division/division_long.ets | 0 .../division/division_long.params.yaml | 0 .../division/division_short.ets | 0 .../division/division_short.params.yaml | 0 .../equal/equal_bigint.ets | 0 .../equal/equal_bigint.params.yaml | 0 .../equal/equal_byte.ets | 0 .../equal/equal_byte.params.yaml | 0 .../equal/equal_char.ets | 0 .../equal/equal_char.params.yaml | 0 .../equal/equal_int.ets | 0 .../equal/equal_int.params.yaml | 0 .../equal/equal_long.ets | 0 .../equal/equal_long.params.yaml | 0 .../equal/equal_short.ets | 0 .../equal/equal_short.params.yaml | 0 .../greater_or_equal/greater_or_equal_bigint.ets | 0 .../greater_or_equal_bigint.params.yaml | 0 .../greater_or_equal/greater_or_equal_byte.ets | 0 .../greater_or_equal_byte.params.yaml | 0 .../greater_or_equal/greater_or_equal_char.ets | 0 .../greater_or_equal_char.params.yaml | 0 .../greater_or_equal/greater_or_equal_int.ets | 0 .../greater_or_equal_int.params.yaml | 0 .../greater_or_equal/greater_or_equal_long.ets | 0 .../greater_or_equal_long.params.yaml | 0 .../greater_or_equal/greater_or_equal_short.ets | 0 .../greater_or_equal_short.params.yaml | 0 .../greater_than/greater_than_bigint.ets | 0 .../greater_than/greater_than_bigint.params.yaml | 0 .../greater_than/greater_than_byte.ets | 0 .../greater_than/greater_than_byte.params.yaml | 0 .../greater_than/greater_than_char.ets | 0 .../greater_than/greater_than_char.params.yaml | 0 .../greater_than/greater_than_int.ets | 0 .../greater_than/greater_than_int.params.yaml | 0 .../greater_than/greater_than_long.ets | 0 .../greater_than/greater_than_long.params.yaml | 0 .../greater_than/greater_than_short.ets | 0 .../greater_than/greater_than_short.params.yaml | 0 .../left_shift/left_shift_bigint.ets | 0 .../left_shift/left_shift_bigint.params.yaml | 0 .../left_shift/left_shift_byte.ets | 0 .../left_shift/left_shift_byte.params.yaml | 0 .../left_shift/left_shift_char.ets | 0 .../left_shift/left_shift_char.params.yaml | 0 .../left_shift/left_shift_int.ets | 0 .../left_shift/left_shift_int.params.yaml | 0 .../left_shift/left_shift_long.ets | 0 .../left_shift/left_shift_long.params.yaml | 0 .../left_shift/left_shift_short.ets | 0 .../left_shift/left_shift_short.params.yaml | 0 .../less_or_equal/less_or_equal_bigint.ets | 0 .../less_or_equal/less_or_equal_bigint.params.yaml | 0 .../less_or_equal/less_or_equal_byte.ets | 0 .../less_or_equal/less_or_equal_byte.params.yaml | 0 .../less_or_equal/less_or_equal_char.ets | 0 .../less_or_equal/less_or_equal_char.params.yaml | 0 .../less_or_equal/less_or_equal_int.ets | 0 .../less_or_equal/less_or_equal_int.params.yaml | 0 .../less_or_equal/less_or_equal_long.ets | 0 .../less_or_equal/less_or_equal_long.params.yaml | 0 .../less_or_equal/less_or_equal_short.ets | 0 .../less_or_equal/less_or_equal_short.params.yaml | 0 .../less_than/less_than_bigint.ets | 0 .../less_than/less_than_bigint.params.yaml | 0 .../less_than/less_than_byte.ets | 0 .../less_than/less_than_byte.params.yaml | 0 .../less_than/less_than_char.ets | 0 .../less_than/less_than_char.params.yaml | 0 .../less_than/less_than_int.ets | 0 .../less_than/less_than_int.params.yaml | 0 .../less_than/less_than_long.ets | 0 .../less_than/less_than_long.params.yaml | 0 .../less_than/less_than_short.ets | 0 .../less_than/less_than_short.params.yaml | 0 .../multiplication/multiplication_bigint.ets | 0 .../multiplication_bigint.params.yaml | 0 .../multiplication/multiplication_byte.ets | 0 .../multiplication/multiplication_byte.params.yaml | 0 .../multiplication/multiplication_char.ets | 0 .../multiplication/multiplication_char.params.yaml | 0 .../multiplication/multiplication_int.ets | 0 .../multiplication/multiplication_int.params.yaml | 0 .../multiplication/multiplication_long.ets | 0 .../multiplication/multiplication_long.params.yaml | 0 .../multiplication/multiplication_short.ets | 0 .../multiplication/multiplication_short.params.yaml | 0 .../not_equal/not_equal_bigint.ets | 0 .../not_equal/not_equal_bigint.params.yaml | 0 .../not_equal/not_equal_byte.ets | 0 .../not_equal/not_equal_byte.params.yaml | 0 .../not_equal/not_equal_char.ets | 0 .../not_equal/not_equal_char.params.yaml | 0 .../not_equal/not_equal_int.ets | 0 .../not_equal/not_equal_int.params.yaml | 0 .../not_equal/not_equal_long.ets | 0 .../not_equal/not_equal_long.params.yaml | 0 .../not_equal/not_equal_short.ets | 0 .../not_equal/not_equal_short.params.yaml | 0 .../postfix_decrement/postfix_decrement_byte.ets | 0 .../postfix_decrement_byte.params.yaml | 0 .../postfix_decrement/postfix_decrement_char.ets | 0 .../postfix_decrement_char.params.yaml | 0 .../postfix_decrement/postfix_decrement_int.ets | 0 .../postfix_decrement_int.params.yaml | 0 .../postfix_decrement/postfix_decrement_long.ets | 0 .../postfix_decrement_long.params.yaml | 0 .../postfix_decrement/postfix_decrement_short.ets | 0 .../postfix_decrement_short.params.yaml | 0 .../postfix_increment/postfix_increment_byte.ets | 0 .../postfix_increment_byte.params.yaml | 0 .../postfix_increment/postfix_increment_char.ets | 0 .../postfix_increment_char.params.yaml | 0 .../postfix_increment/postfix_increment_int.ets | 0 .../postfix_increment_int.params.yaml | 0 .../postfix_increment/postfix_increment_long.ets | 0 .../postfix_increment_long.params.yaml | 0 .../postfix_increment/postfix_increment_short.ets | 0 .../postfix_increment_short.params.yaml | 0 .../prefix_decrement/prefix_decrement_byte.ets | 0 .../prefix_decrement_byte.params.yaml | 0 .../prefix_decrement/prefix_decrement_char.ets | 0 .../prefix_decrement_char.params.yaml | 0 .../prefix_decrement/prefix_decrement_int.ets | 0 .../prefix_decrement_int.params.yaml | 0 .../prefix_decrement/prefix_decrement_long.ets | 0 .../prefix_decrement_long.params.yaml | 0 .../prefix_decrement/prefix_decrement_short.ets | 0 .../prefix_decrement_short.params.yaml | 0 .../prefix_increment/prefix_increment_byte.ets | 0 .../prefix_increment_byte.params.yaml | 0 .../prefix_increment/prefix_increment_char.ets | 0 .../prefix_increment_char.params.yaml | 0 .../prefix_increment/prefix_increment_int.ets | 0 .../prefix_increment_int.params.yaml | 0 .../prefix_increment/prefix_increment_long.ets | 0 .../prefix_increment_long.params.yaml | 0 .../prefix_increment/prefix_increment_short.ets | 0 .../prefix_increment_short.params.yaml | 0 .../remainder/remainder_bigint.ets | 0 .../remainder/remainder_bigint.params.yaml | 0 .../remainder/remainder_by_zero_bigint.ets | 0 .../remainder/remainder_by_zero_byte.ets | 0 .../remainder/remainder_by_zero_char.ets | 0 .../remainder/remainder_by_zero_int.ets | 0 .../remainder/remainder_by_zero_long.ets | 0 .../remainder/remainder_by_zero_short.ets | 0 .../remainder/remainder_byte.ets | 0 .../remainder/remainder_byte.params.yaml | 0 .../remainder/remainder_char.ets | 0 .../remainder/remainder_char.params.yaml | 0 .../remainder/remainder_int.ets | 0 .../remainder/remainder_int.params.yaml | 0 .../remainder/remainder_long.ets | 0 .../remainder/remainder_long.params.yaml | 0 .../remainder/remainder_short.ets | 0 .../remainder/remainder_short.params.yaml | 0 .../right_shift/right_shift_bigint.ets | 0 .../right_shift/right_shift_bigint.params.yaml | 0 .../right_shift/right_shift_byte.ets | 0 .../right_shift/right_shift_byte.params.yaml | 0 .../right_shift/right_shift_char.ets | 0 .../right_shift/right_shift_char.params.yaml | 0 .../right_shift/right_shift_int.ets | 0 .../right_shift/right_shift_int.params.yaml | 0 .../right_shift/right_shift_long.ets | 0 .../right_shift/right_shift_long.params.yaml | 0 .../right_shift/right_shift_short.ets | 0 .../right_shift/right_shift_short.params.yaml | 0 .../string_concatenation_bigint.ets | 0 .../string_concatenation_bigint.params.yaml | 0 .../string_concatenation_byte.ets | 0 .../string_concatenation_byte.params.yaml | 0 .../string_concatenation_char.ets | 0 .../string_concatenation_char.params.yaml | 0 .../string_concatenation_int.ets | 0 .../string_concatenation_int.params.yaml | 0 .../string_concatenation_long.ets | 0 .../string_concatenation_long.params.yaml | 0 .../string_concatenation_short.ets | 0 .../string_concatenation_short.params.yaml | 0 .../subtraction/subtraction_bigint.ets | 0 .../subtraction/subtraction_bigint.params.yaml | 0 .../subtraction/subtraction_byte.ets | 0 .../subtraction/subtraction_byte.params.yaml | 0 .../subtraction/subtraction_char.ets | 0 .../subtraction/subtraction_char.params.yaml | 0 .../subtraction/subtraction_int.ets | 0 .../subtraction/subtraction_int.params.yaml | 0 .../subtraction/subtraction_long.ets | 0 .../subtraction/subtraction_long.params.yaml | 0 .../subtraction/subtraction_short.ets | 0 .../subtraction/subtraction_short.params.yaml | 0 .../ternary/ternary_bigint.ets | 0 .../ternary/ternary_bigint.params.yaml | 0 .../ternary/ternary_byte.ets | 0 .../ternary/ternary_byte.params.yaml | 0 .../ternary/ternary_char.ets | 0 .../ternary/ternary_char.params.yaml | 0 .../ternary/ternary_int.ets | 0 .../ternary/ternary_int.params.yaml | 0 .../ternary/ternary_long.ets | 0 .../ternary/ternary_long.params.yaml | 0 .../ternary/ternary_short.ets | 0 .../ternary/ternary_short.params.yaml | 0 .../unary_minus/unary_minus_bigint.ets | 0 .../unary_minus/unary_minus_bigint.params.yaml | 0 .../unary_minus/unary_minus_byte.ets | 0 .../unary_minus/unary_minus_byte.params.yaml | 0 .../unary_minus/unary_minus_char.ets | 0 .../unary_minus/unary_minus_char.params.yaml | 0 .../unary_minus/unary_minus_int.ets | 0 .../unary_minus/unary_minus_int.params.yaml | 0 .../unary_minus/unary_minus_long.ets | 0 .../unary_minus/unary_minus_long.params.yaml | 0 .../unary_minus/unary_minus_short.ets | 0 .../unary_minus/unary_minus_short.params.yaml | 0 .../unary_plus/unary_plus_bigint.ets | 0 .../unary_plus/unary_plus_bigint.params.yaml | 0 .../unary_plus/unary_plus_byte.ets | 0 .../unary_plus/unary_plus_byte.params.yaml | 0 .../unary_plus/unary_plus_char.ets | 0 .../unary_plus/unary_plus_char.params.yaml | 0 .../unary_plus/unary_plus_int.ets | 0 .../unary_plus/unary_plus_int.params.yaml | 0 .../unary_plus/unary_plus_long.ets | 0 .../unary_plus/unary_plus_long.params.yaml | 0 .../unary_plus/unary_plus_short.ets | 0 .../unary_plus/unary_plus_short.params.yaml | 0 .../unsigned_right_shift_byte.ets | 0 .../unsigned_right_shift_byte.params.yaml | 0 .../unsigned_right_shift_char.ets | 0 .../unsigned_right_shift_char.params.yaml | 0 .../unsigned_right_shift_int.ets | 0 .../unsigned_right_shift_int.params.yaml | 0 .../unsigned_right_shift_long.ets | 0 .../unsigned_right_shift_long.params.yaml | 0 .../unsigned_right_shift_short.ets | 0 .../unsigned_right_shift_short.params.yaml | 0 .../addition/addition_float.ets | 0 .../addition/addition_float.params.yaml | 0 .../division/division_float.ets | 0 .../division/division_float.params.yaml | 0 .../equal/equal_float.ets | 0 .../equal/equal_float.params.yaml | 0 .../greater_or_equal/greater_or_equal_float.ets | 0 .../greater_or_equal_float.params.yaml | 0 .../greater_than/greater_than_float.ets | 0 .../greater_than/greater_than_float.params.yaml | 0 .../less_or_equal/less_or_equal_float.ets | 0 .../less_or_equal/less_or_equal_float.params.yaml | 0 .../less_than/less_than_float.ets | 0 .../less_than/less_than_float.params.yaml | 0 .../multiplication/multiplication_float.ets | 0 .../multiplication/multiplication_float.params.yaml | 0 .../not_equal/not_equal_float.ets | 0 .../not_equal/not_equal_float.params.yaml | 0 .../subtraction/subtraction_float.ets | 0 .../subtraction/subtraction_float.params.yaml | 0 .../unary_minus/unary_minus_float.ets | 0 .../unary_minus/unary_minus_float.params.yaml | 0 .../unary_plus/unary_plus_float.ets | 0 .../unary_plus/unary_plus_float.params.yaml | 0 .../bitwise_operators.ets | 0 .../03.boolean_type_and_operations/boolean_type.ets | 0 .../conditional_operator_0.ets | 0 .../conditional_operator_1.ets | 0 .../conditional_operator_2.ets | 0 .../conditional_operator_3.ets | 0 .../conditional_operator_4.ets | 0 .../equality_operators.ets | 0 .../equality_operators.params.yaml | 0 .../logical_complement_operator.ets | 0 .../string_concatenation_operator.ets | 0 .../types_initialization.ets | 0 .../types_initialization.params.yaml | 0 .../intersection_type_declaration.ets | 0 .../intersection_type_initialization.ets | 0 .../03.types/07.reference_types/named_types.ets | 0 .../07.reference_types/named_types.params.yaml | 0 .../07.reference_types/named_types_generics.ets | 0 .../named_types_generics.params.yaml | 0 .../03.types/07.reference_types/type_variables.ets | 0 .../07.reference_types/type_variables.params.yaml | 0 .../03.types/08.type_object/cast_to_object.ets | 0 .../03.types/08.type_object/class_methods.ets | 0 .../08.type_object/class_methods.params.yaml | 0 .../08.type_object/conditional_operator_0.ets | 0 .../08.type_object/conditional_operator_1.ets | 0 .../03.types/08.type_object/equality_operator_0.ets | 0 .../03.types/08.type_object/equality_operator_1.ets | 0 .../08.type_object/explicit_cast_operator.ets | 0 .../03.types/08.type_object/field_access.ets | 0 .../08.type_object/implicit_cast_operator.ets | 0 .../03.types/08.type_object/instanceof_operator.ets | 0 .../03.types/08.type_object/object_methods.ets | 0 .../08.type_object/object_methods.params.yaml | 0 .../03.types/08.type_object/object_type.ets | 0 .../08.type_object/one_link_on_two_objects.ets | 0 .../08.type_object/string_concatenation_0.ets | 0 .../08.type_object/string_concatenation_1.ets | 0 .../09.type_never/never_class_function1.ets | 0 .../09.type_never/never_class_function2.ets | 0 .../09.type_never/never_class_function3.ets | 0 .../09.type_never/never_class_function4.ets | 0 .../03.types/09.type_never/never_class_instance.ets | 0 .../09.type_never/never_class_instance.params.yaml | 0 .../09.type_never/never_class_instance_neg.ets | 0 .../never_class_instance_neg.params.yaml | 0 .../03.types/10.type_void/generic_void.ets | 0 .../03.types/10.type_void/void_return_type.ets | 0 .../03.types/10.type_void/void_type.ets | 0 .../10.type_void/void_type_in_expression.ets | 0 .../03.types/10.type_void/void_type_union_0.ets | 0 .../03.types/10.type_void/void_type_union_1.ets | 0 .../03.types/10.type_void/void_type_union_2.ets | 0 .../03.types/11.type_undefined/undefined_array.ets | 0 .../03.types/11.type_undefined/undefined_array1.ets | 0 .../03.types/11.type_undefined/undefined_array2.ets | 0 .../03.types/11.type_undefined/undefined_array3.ets | 0 .../03.types/11.type_undefined/undefined_enum.ets | 0 .../03.types/11.type_undefined/undefined_enum1.ets | 0 .../11.type_undefined/undefined_example.ets | 0 .../11.type_undefined/undefined_example_1.ets | 0 .../11.type_undefined/undefined_generic.ets | 0 .../11.type_undefined/undefined_generic1.ets | 0 .../11.type_undefined/undefined_generic2.ets | 0 .../11.type_undefined/undefined_generic3.ets | 0 .../11.type_undefined/undefined_generic4.ets | 0 .../11.type_undefined/undefined_incorrect_usage.ets | 0 .../undefined_incorrect_usage.params.yaml | 0 .../11.type_undefined/undefined_keyword.ets | 0 .../11.type_undefined/undefined_keyword_1.ets | 0 .../11.type_undefined/undefined_keyword_2.ets | 0 .../11.type_undefined/undefined_keyword_3.ets | 0 .../11.type_undefined/undefined_literal.ets | 0 .../11.type_undefined/undefined_literal1.ets | 0 .../11.type_undefined/undefined_literal2.ets | 0 .../11.type_undefined/undefined_nullish.ets | 0 .../11.type_undefined/undefined_nullish.params.yaml | 0 .../03.types/11.type_undefined/undefined_switch.ets | 0 .../03.types/11.type_undefined/undefined_union.ets | 0 .../03.types/11.type_undefined/undefined_union1.ets | 0 .../03.types/11.type_undefined/undefined_union2.ets | 0 .../03.types/11.type_undefined/undefined_union3.ets | 0 .../03.types/11.type_undefined/undefined_union4.ets | 0 .../03.types/11.type_undefined/undefined_union5.ets | 0 .../03.types/12.type_null/null10.ets | 0 .../03.types/12.type_null/null11.ets | 0 .../03.types/12.type_null/null12.ets | 0 .../03.types/12.type_null/null13.ets | 0 .../03.types/12.type_null/null3.ets | 0 .../03.types/12.type_null/null4.ets | 0 .../03.types/12.type_null/null5.ets | 0 .../03.types/12.type_null/null6.ets | 0 .../03.types/12.type_null/null7.ets | 0 .../03.types/12.type_null/null8.ets | 0 .../03.types/12.type_null/null9.ets | 0 .../03.types/13.type_string/change_string_value.ets | 0 .../03.types/13.type_string/string_literal.ets | 0 .../13.type_string/string_type_declaration_0.ets | 0 .../13.type_string/string_type_declaration_1.ets | 0 .../03.types/13.type_string/strings_addition.ets | 0 .../03.types/14.type_bigint/bint.ets | 0 .../03.types/14.type_bigint/bint.params.yaml | 0 .../03.types/14.type_bigint/bint_args.ets | 0 .../03.types/14.type_bigint/bint_args.params.yaml | 0 .../03.types/14.type_bigint/bint_arr.ets | 0 .../03.types/14.type_bigint/bint_arr.params.yaml | 0 .../03.types/14.type_bigint/bint_clss.ets | 0 .../03.types/14.type_bigint/bint_clss.params.yaml | 0 .../03.types/14.type_bigint/bint_fdef.ets | 0 .../03.types/14.type_bigint/bint_fdef.params.yaml | 0 .../03.types/14.type_bigint/bint_fld.ets | 0 .../03.types/14.type_bigint/bint_fld.params.yaml | 0 .../03.types/14.type_bigint/bint_fld_gen.ets | 0 .../14.type_bigint/bint_fld_gen.params.yaml | 0 .../03.types/14.type_bigint/bint_lmbd.ets | 0 .../03.types/14.type_bigint/bint_lmbd.params.yaml | 0 .../03.types/14.type_bigint/bint_n.ets | 0 .../03.types/14.type_bigint/bint_n.params.yaml | 0 .../03.types/14.type_bigint/bint_tup.ets | 0 .../03.types/14.type_bigint/bint_tup.params.yaml | 0 .../03.types/14.type_bigint/bint_un.ets | 0 .../03.types/14.type_bigint/bint_un.params.yaml | 0 .../literals_without_supertype.ets | 0 .../literals_without_supertype_1.ets | 0 .../primitive_type_default_tests_01.ets | 0 .../primitive_type_default_tests_02.ets | 0 .../primitive_type_default_tests_03.ets | 0 .../primitive_type_default_tests_04.ets | 0 .../primitive_type_default_tests_05.ets | 0 .../primitive_type_default_tests_06.ets | 0 .../primitive_type_default_tests_07.ets | 0 .../primitive_type_default_tests_08.ets | 0 .../primitive_type_default_tests_09.ets | 0 .../primitive_type_default_tests_10.ets | 0 .../primitive_type_default_tests_11.ets | 0 .../primitive_type_default_tests_12.ets | 0 .../primitive_type_default_tests_13.ets | 0 .../primitive_type_default_tests_14.ets | 0 .../primitive_type_default_tests_15.ets | 0 .../primitive_type_default_tests_16.ets | 0 .../primitive_type_default_tests_17.ets | 0 .../primitive_type_default_tests_18.ets | 0 .../primitive_type_default_tests_19.ets | 0 .../primitive_type_default_tests_20.ets | 0 .../primitive_type_default_tests_21.ets | 0 .../primitive_type_default_tests_22.ets | 0 .../primitive_type_default_tests_23.ets | 0 .../primitive_type_default_tests_24.ets | 0 .../primitive_type_default_tests_25.ets | 0 .../primitive_type_default_tests_26.ets | 0 .../primitive_type_default_tests_27.ets | 0 .../primitive_type_default_tests_28.ets | 0 .../primitive_type_default_tests_29.ets | 0 .../primitive_type_default_tests_30.ets | 0 .../primitive_type_default_tests_31.ets | 0 .../primitive_type_default_tests_32.ets | 0 .../primitive_type_default_tests_33.ets | 0 .../primitive_type_default_tests_34.ets | 0 .../primitive_type_default_tests_35.ets | 0 .../primitive_type_default_tests_36.ets | 0 .../primitive_type_default_tests_37.ets | 0 .../primitive_type_default_tests_38.ets | 0 .../primitive_type_default_tests_39.ets | 0 .../primitive_type_default_tests_40.ets | 0 .../primitive_type_default_tests_41.ets | 0 .../primitive_type_default_tests_42.ets | 0 .../primitive_type_default_tests_43.ets | 0 .../primitive_type_default_tests_44.ets | 0 .../primitive_type_default_tests_45.ets | 0 .../primitive_type_default_tests_46.ets | 0 .../primitive_type_default_tests_47.ets | 0 .../primitive_type_default_tests_48.ets | 0 .../primitive_type_default_tests_49.ets | 0 .../primitive_type_default_tests_50.ets | 0 .../primitive_type_default_tests_51.ets | 0 .../primitive_type_default_tests_52.ets | 0 .../primitive_type_default_tests_53.ets | 0 .../primitive_type_default_tests_54.ets | 0 .../primitive_type_default_tests_55.ets | 0 .../primitive_type_default_tests_56.ets | 0 .../primitive_type_default_tests_57.ets | 0 .../primitive_type_default_tests_58.ets | 0 .../primitive_type_default_tests_59.ets | 0 .../primitive_type_default_tests_60.ets | 0 .../primitive_type_default_tests_61.ets | 0 .../primitive_type_default_tests_62.ets | 0 .../primitive_type_default_tests_63.ets | 0 .../primitive_type_default_tests_64.ets | 0 .../primitive_type_default_tests_65.ets | 0 .../primitive_type_default_tests_66.ets | 0 .../primitive_type_default_tests_67.ets | 0 .../primitive_type_default_tests_68.ets | 0 .../primitive_type_default_tests_69.ets | 0 .../primitive_type_default_tests_70.ets | 0 .../primitive_type_default_tests_71.ets | 0 .../primitive_type_default_tests_72.ets | 0 .../primitive_type_default_tests_73.ets | 0 .../primitive_type_default_tests_74.ets | 0 .../primitive_type_default_tests_75.ets | 0 .../operations_on_literal_types.ets | 0 .../operations_on_literal_types1.ets | 0 .../operations_on_literal_types2.ets | 0 .../operationson_literal_class_0.ets | 0 .../operationson_literal_class_1.ets | 0 .../operationson_literal_class_2.ets | 0 .../operationson_literal_class_3.ets | 0 .../operationson_literal_class_4.ets | 0 .../operationson_literal_class_5.ets | 0 .../operationson_literal_class_6.ets | 0 .../operationson_literal_class_7.ets | 0 .../operationson_literal_class_8.ets | 0 .../operationson_literal_class_9.ets | 0 .../03.types/15.literal_types/as_const.ets | 0 .../03.types/15.literal_types/as_const.params.yaml | 0 .../15.literal_types/class_literal_type.ets | 0 .../15.literal_types/class_literal_type.params.yaml | 0 .../15.literal_types/const_literal_type.ets | 0 .../15.literal_types/const_literal_type_neg.ets | 0 .../15.literal_types/custom_literal_type.ets | 0 .../custom_literal_type.params.yaml | 0 .../15.literal_types/function_literal_type.ets | 0 .../function_literal_type.params.yaml | 0 .../15.literal_types/overriding_literal_types.ets | 0 .../overriding_literal_types.params.yaml | 0 .../15.literal_types/supported_literal_types.ets | 0 .../supported_literal_types.params.yaml | 0 .../15.literal_types/unsupported_literal_types.ets | 0 .../unsupported_literal_types.params.yaml | 0 .../01.resizable_array_types/form_1_assign_to_2.ets | 0 .../01.resizable_array_types/form_2_assign_to_1.ets | 0 .../grow_array_form_one_0.ets | 0 .../grow_array_form_one_1.ets | 0 .../grow_array_form_two_0.ets | 0 .../grow_array_form_two_1.ets | 0 .../put_to_empty_form_1.ets | 0 .../put_to_empty_form_2.ets | 0 .../01.resizable_array_types/rar1.ets | 0 .../01.resizable_array_types/rar1.params.yaml | 0 .../01.resizable_array_types/rar2a.ets | 0 .../01.resizable_array_types/rar2b.ets | 0 .../01.resizable_array_types/rar2c.ets | 0 .../01.resizable_array_types/rar2d.ets | 0 .../01.resizable_array_types/rar3a.ets | 0 .../01.resizable_array_types/rar3b.ets | 0 .../01.resizable_array_types/rat00.ets | 0 .../01.resizable_array_types/rat02.ets | 0 .../01.resizable_array_types/rat04.ets | 0 .../01.resizable_array_types/rat06.ets | 0 .../01.resizable_array_types/rat07.ets | 0 .../01.resizable_array_types/rat08.ets | 0 .../01.resizable_array_types/rat09.ets | 0 .../01.resizable_array_types/rat10.ets | 0 .../01.resizable_array_types/rat11.ets | 0 .../01.resizable_array_types/rat12.ets | 0 .../01.resizable_array_types/rat13.ets | 0 .../01.resizable_array_types/rat14.ets | 0 .../01.resizable_array_types/rat17.ets | 0 .../01.resizable_array_types/rat18.ets | 0 .../01.resizable_array_types/rat19.ets | 0 .../01.resizable_array_types/rat20.ets | 0 .../01.resizable_array_types/rat21.ets | 0 .../01.resizable_array_types/rat22.ets | 0 .../01.resizable_array_types/rat23.ets | 0 .../01.resizable_array_types/rat24.ets | 0 .../01.resizable_array_types/rat25.ets | 0 .../01.resizable_array_types/rat26.ets | 0 .../01.resizable_array_types/rat27.ets | 0 .../01.resizable_array_types/rat28.ets | 0 .../01.resizable_array_types/rat29.ets | 0 .../01.resizable_array_types/rat30.ets | 0 .../01.resizable_array_types/rat31.ets | 0 .../01.resizable_array_types/rat32.ets | 0 .../01.resizable_array_types/rat33.ets | 0 .../01.resizable_array_types/rat34.ets | 0 .../01.resizable_array_types/rat_ext.ets | 0 .../01.resizable_array_types/rat_ext.params.yaml | 0 .../01.resizable_array_types/resizable_array.ets | 0 .../resizable_array.params.yaml | 0 .../shrink_array_form_one.ets | 0 .../shrink_array_form_two.ets | 0 .../03.types/16.array_types/array_index.ets | 0 .../03.types/16.array_types/array_type.ets | 0 .../03.types/16.array_types/array_type.params.yaml | 0 .../03.types/16.array_types/object.ets | 0 .../03.types/16.array_types/object.params.yaml | 0 .../03.types/16.array_types/types.ets | 0 .../03.types/16.array_types/types.params.yaml | 0 .../03.types/16.array_types/various_data_types.ets | 0 .../03.types/17.tuple_types/tt.ets | 0 .../03.types/17.tuple_types/tt.params.yaml | 0 .../03.types/17.tuple_types/tt2.ets | 0 .../03.types/17.tuple_types/tt2.params.yaml | 0 .../03.types/17.tuple_types/tt_n.ets | 0 .../03.types/17.tuple_types/tt_n.params.yaml | 0 .../18.function_types/01.type_function/negative.ets | 0 .../01.type_function/negative.params.yaml | 0 .../01.type_function/negative_rt.ets | 0 .../01.type_function/negative_rt.params.yaml | 0 .../18.function_types/01.type_function/positive.ets | 0 .../01.type_function/positive.params.yaml | 0 .../03.types/18.function_types/function_assert.ets | 0 .../18.function_types/function_declaration.ets | 0 .../18.function_types/function_signature.ets | 0 .../03.types/18.function_types/function_type.ets | 0 .../18.function_types/function_type.params.yaml | 0 .../18.function_types/incorrect_function_name.ets | 0 .../incorrect_function_name.params.yaml | 0 .../18.function_types/long_function_name.ets | 0 .../parametrized_function_declaration.ets | 0 .../03.types/18.function_types/return_lambda.ets | 0 .../returning_function_declaration.ets | 0 .../same_constructor_signature.ets | 0 .../18.function_types/same_function_signature.ets | 0 .../18.function_types/same_method_sibnature.ets | 0 .../01.union_types_normalization/norm.ets | 0 .../01.union_types_normalization/norm.params.yaml | 0 .../01.union_types_normalization/utn01.ets | 0 .../01.union_types_normalization/utn02.ets | 0 .../01.union_types_normalization/utn03.ets | 0 .../01.union_types_normalization/utn04.ets | 0 .../01.union_types_normalization/utn05.ets | 0 .../01.union_types_normalization/utn06.ets | 0 .../01.union_types_normalization/utn07.ets | 0 .../01.union_types_normalization/utn08.ets | 0 .../01.union_types_normalization/utn09.ets | 0 .../01.union_types_normalization/utn10.ets | 0 .../01.union_types_normalization/utn11.ets | 0 .../01.union_types_normalization/utn12.ets | 0 .../01.union_types_normalization/utn13.ets | 0 .../01.union_types_normalization/utn14.ets | 0 .../01.union_types_normalization/utn15.ets | 0 .../01.union_types_normalization/utn16.ets | 0 .../accessto_common_union_members_0.ets | 0 .../accessto_common_union_members_1.ets | 0 .../accessto_common_union_members_10.ets | 0 .../accessto_common_union_members_11.ets | 0 .../accessto_common_union_members_12.ets | 0 .../accessto_common_union_members_13.ets | 0 .../accessto_common_union_members_14.ets | 0 .../accessto_common_union_members_15.ets | 0 .../accessto_common_union_members_16.ets | 0 .../accessto_common_union_members_17.ets | 0 .../accessto_common_union_members_18.ets | 0 .../accessto_common_union_members_19.ets | 0 .../accessto_common_union_members_2.ets | 0 .../accessto_common_union_members_20.ets | 0 .../accessto_common_union_members_21.ets | 0 .../accessto_common_union_members_22.ets | 0 .../accessto_common_union_members_3.ets | 0 .../accessto_common_union_members_4.ets | 0 .../accessto_common_union_members_5.ets | 0 .../accessto_common_union_members_6.ets | 0 .../accessto_common_union_members_7.ets | 0 .../accessto_common_union_members_8.ets | 0 .../accessto_common_union_members_9.ets | 0 .../02.access_to_common_union_members/cm_fld1.ets | 0 .../cm_fld1.params.yaml | 0 .../02.access_to_common_union_members/cm_fld2.ets | 0 .../cm_fld2.params.yaml | 0 .../02.access_to_common_union_members/cm_fld3.ets | 0 .../cm_fld3.params.yaml | 0 .../02.access_to_common_union_members/cm_meth1.ets | 0 .../cm_meth1.params.yaml | 0 .../02.access_to_common_union_members/cm_meth2.ets | 0 .../cm_meth2.params.yaml | 0 .../02.access_to_common_union_members/cm_meth3.ets | 0 .../cm_meth3.params.yaml | 0 .../02.access_to_common_union_members/cm_spec.ets | 0 .../cm_spec.params.yaml | 0 .../19.union_types/03.keyof_types/keyof_class.ets | 0 .../03.keyof_types/keyof_class.params.yaml | 0 .../19.union_types/03.keyof_types/keyof_example.ets | 0 .../03.keyof_types/keyof_example_neg.ets | 0 .../19.union_types/03.keyof_types/keyof_generic.ets | 0 .../03.keyof_types/keyof_generic.params.yaml | 0 .../03.keyof_types/keyof_getter_setter.ets | 0 .../03.keyof_types/keyof_getter_setter.params.yaml | 0 .../03.keyof_types/keyof_inheritance.ets | 0 .../03.keyof_types/keyof_inheritance.params.yaml | 0 .../03.keyof_types/keyof_interface.ets | 0 .../03.keyof_types/keyof_interface.params.yaml | 0 .../19.union_types/03.keyof_types/keyof_module.ets | 0 .../03.keyof_types/keyof_module.params.yaml | 0 .../03.keyof_types/keyof_predefined.ets | 0 .../03.keyof_types/keyof_predefined.params.yaml | 0 .../03.keyof_types/keyof_unsupported.ets | 0 .../03.keyof_types/keyof_unsupported.params.yaml | 0 .../19.union_types/03.keyof_types/module.ets | 0 .../assignment_of_arrays_with_union_types.ets | 0 ...ssignment_of_arrays_with_union_types.params.yaml | 0 .../assignment_of_arrays_with_union_types_n.ets | 0 ...ignment_of_arrays_with_union_types_n.params.yaml | 0 .../03.types/19.union_types/types_as_function.ets | 0 .../19.union_types/types_as_function.params.yaml | 0 .../03.types/19.union_types/types_as_function_n.ets | 0 .../19.union_types/types_as_function_n.params.yaml | 0 .../19.union_types/union_type_assignment.ets | 0 .../union_type_assignment.params.yaml | 0 .../19.union_types/union_type_error_assignment.ets | 0 .../union_type_error_assignment.params.yaml | 0 .../union_type_narrowing_attribute.ets | 0 .../union_type_narrowing_attribute.params.yaml | 0 .../union_type_narrowing_attribute_n.ets | 0 .../union_type_narrowing_attribute_n.params.yaml | 0 .../03.types/19.union_types/united_switch_ext.ets | 0 .../19.union_types/united_switch_ext.params.yaml | 0 .../03.types/19.union_types/ut.ets | 0 .../03.types/19.union_types/ut.params.yaml | 0 .../03.types/19.union_types/ut_2.params.yaml | 0 .../03.types/19.union_types/ut_2.sts | 0 .../03.types/19.union_types/ut_n.ets | 0 .../03.types/19.union_types/ut_n.params.yaml | 0 .../03.types/19.union_types/ut_n2.ets | 0 .../03.types/19.union_types/ut_n2.params.yaml | 0 .../20.nullish_types/array_nullable_types.ets | 0 .../array_nullable_types.params.yaml | 0 .../20.nullish_types/assign_nullable_to_object.ets | 0 .../assign_nullable_to_object.params.yaml | 0 .../20.nullish_types/nullable_primitive_types.ets | 0 .../nullable_primitive_types.params.yaml | 0 .../nullable_types_operations_0.ets | 0 .../nullable_types_operations_1.ets | 0 .../nullable_types_operations_10.ets | 0 .../nullable_types_operations_11.ets | 0 .../nullable_types_operations_12.ets | 0 .../nullable_types_operations_13.ets | 0 .../nullable_types_operations_14.ets | 0 .../nullable_types_operations_15.ets | 0 .../nullable_types_operations_16.ets | 0 .../nullable_types_operations_2.ets | 0 .../nullable_types_operations_3.ets | 0 .../nullable_types_operations_4.ets | 0 .../nullable_types_operations_5.ets | 0 .../nullable_types_operations_6.ets | 0 .../nullable_types_operations_7.ets | 0 .../nullable_types_operations_8.ets | 0 .../nullable_types_operations_9.ets | 0 .../nullish_not_compatible_with_object_n0.ets | 0 .../nullish_not_compatible_with_object_n1.ets | 0 .../nullish_not_compatible_with_object_n2.ets | 0 .../nullish_not_compatible_with_object_n3.ets | 0 .../03.types/20.nullish_types/nullish_pt.ets | 0 .../20.nullish_types/nullish_pt.params.yaml | 0 .../20.nullish_types/reference_nullable_types.ets | 0 .../reference_nullable_types.params.yaml | 0 .../default_value_for_classes.ets | 0 .../default_value_for_classes.params.yaml | 0 .../default_value_for_global_parameter.ets | 0 .../default_value_for_global_parameter.params.yaml | 0 .../default_value_for_nullable_types.ets | 0 .../default_value_for_nullable_types.params.yaml | 0 .../default_value_for_primitive_types.ets | 0 .../default_value_for_primitive_types.params.yaml | 0 .../default_value_for_reference_types.ets | 0 .../alias_conversion/assn_var/assn-var-nan.ets | 0 .../assn_var/assn-var-nan.params.yaml | 0 .../alias_conversion/assn_var/assn-var-neg.ets | 0 .../assn_var/assn-var-neg.params.yaml | 0 .../03.types/alias_conversion/assn_var/assn-var.ets | 0 .../alias_conversion/assn_var/assn-var.params.yaml | 0 .../alias_conversion/call_cons/call-cons-nan.ets | 0 .../call_cons/call-cons-nan.params.yaml | 0 .../alias_conversion/call_cons/call-cons-neg.ets | 0 .../call_cons/call-cons-neg.params.yaml | 0 .../alias_conversion/call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../alias_conversion/call_func/call-func-nan.ets | 0 .../call_func/call-func-nan.params.yaml | 0 .../alias_conversion/call_func/call-func-neg.ets | 0 .../call_func/call-func-neg.params.yaml | 0 .../alias_conversion/call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../alias_conversion/call_lmbd/call-lmbd-nan.ets | 0 .../call_lmbd/call-lmbd-nan.params.yaml | 0 .../alias_conversion/call_lmbd/call-lmbd-neg.ets | 0 .../call_lmbd/call-lmbd-neg.params.yaml | 0 .../alias_conversion/call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../alias_conversion/call_meth/call-meth-nan.ets | 0 .../call_meth/call-meth-nan.params.yaml | 0 .../alias_conversion/call_meth/call-meth-neg.ets | 0 .../call_meth/call-meth-neg.params.yaml | 0 .../alias_conversion/call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../alias_conversion/comp_arr/comp-arr-nan.ets | 0 .../comp_arr/comp-arr-nan.params.yaml | 0 .../alias_conversion/comp_arr/comp-arr-neg.ets | 0 .../comp_arr/comp-arr-neg.params.yaml | 0 .../03.types/alias_conversion/comp_arr/comp-arr.ets | 0 .../alias_conversion/comp_arr/comp-arr.params.yaml | 0 .../alias_conversion/comp_obj/comp-clss-nan.ets | 0 .../comp_obj/comp-clss-nan.params.yaml | 0 .../alias_conversion/comp_obj/comp-clss-neg.ets | 0 .../comp_obj/comp-clss-neg.params.yaml | 0 .../alias_conversion/comp_obj/comp-clss.ets | 0 .../alias_conversion/comp_obj/comp-clss.params.yaml | 0 .../alias_conversion/comp_obj/comp-intf-nan.ets | 0 .../comp_obj/comp-intf-nan.params.yaml | 0 .../alias_conversion/comp_obj/comp-intf-neg.ets | 0 .../comp_obj/comp-intf-neg.params.yaml | 0 .../alias_conversion/comp_obj/comp-intf.ets | 0 .../alias_conversion/comp_obj/comp-intf.params.yaml | 0 .../alias_conversion/decl_const/decl-const-nan.ets | 0 .../decl_const/decl-const-nan.params.yaml | 0 .../alias_conversion/decl_const/decl-const-neg.ets | 0 .../decl_const/decl-const-neg.params.yaml | 0 .../alias_conversion/decl_const/decl-const.ets | 0 .../decl_const/decl-const.params.yaml | 0 .../alias_conversion/decl_field/decl-field-nan.ets | 0 .../decl_field/decl-field-nan.params.yaml | 0 .../alias_conversion/decl_field/decl-field-neg.ets | 0 .../decl_field/decl-field-neg.params.yaml | 0 .../alias_conversion/decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../alias_conversion/decl_var/decl-var-nan.ets | 0 .../decl_var/decl-var-nan.params.yaml | 0 .../alias_conversion/decl_var/decl-var-neg.ets | 0 .../decl_var/decl-var-neg.params.yaml | 0 .../03.types/alias_conversion/decl_var/decl-var.ets | 0 .../alias_conversion/decl_var/decl-var.params.yaml | 0 .../alias_unconversion/assn_var/assn-var-nan.ets | 0 .../assn_var/assn-var-nan.params.yaml | 0 .../alias_unconversion/assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../alias_unconversion/call_cons/call-cons-nan.ets | 0 .../call_cons/call-cons-nan.params.yaml | 0 .../alias_unconversion/call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../alias_unconversion/call_func/call-func-nan.ets | 0 .../call_func/call-func-nan.params.yaml | 0 .../alias_unconversion/call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../alias_unconversion/call_lmbd/call-lmbd-nan.ets | 0 .../call_lmbd/call-lmbd-nan.params.yaml | 0 .../alias_unconversion/call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../alias_unconversion/call_meth/call-meth-nan.ets | 0 .../call_meth/call-meth-nan.params.yaml | 0 .../alias_unconversion/call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../alias_unconversion/comp_arr/comp-arr-nan.ets | 0 .../comp_arr/comp-arr-nan.params.yaml | 0 .../alias_unconversion/comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../alias_unconversion/comp_obj/comp-clss-nan.ets | 0 .../comp_obj/comp-clss-nan.params.yaml | 0 .../alias_unconversion/comp_obj/comp-clss.ets | 0 .../comp_obj/comp-clss.params.yaml | 0 .../alias_unconversion/comp_obj/comp-intf-nan.ets | 0 .../comp_obj/comp-intf-nan.params.yaml | 0 .../alias_unconversion/comp_obj/comp-intf.ets | 0 .../comp_obj/comp-intf.params.yaml | 0 .../decl_const/decl-const-nan.ets | 0 .../decl_const/decl-const-nan.params.yaml | 0 .../alias_unconversion/decl_const/decl-const.ets | 0 .../decl_const/decl-const.params.yaml | 0 .../decl_field/decl-field-nan.ets | 0 .../decl_field/decl-field-nan.params.yaml | 0 .../alias_unconversion/decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../alias_unconversion/decl_var/decl-var-nan.ets | 0 .../decl_var/decl-var-nan.params.yaml | 0 .../alias_unconversion/decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../03.types/type_params.ets | 0 .../03.types/type_params.params.yaml | 0 .../01.names/qualified_name.ets | 0 .../01.names/qualified_name.params.yaml | 0 .../03.distinguishable_declarations/spec_decl1.ets | 0 .../03.distinguishable_declarations/spec_decl2.ets | 0 .../spec_decl2_co.ets | 0 .../spec_decl2_rt.ets | 0 .../spec_decl_n1.ets | 0 .../spec_decl_n10.ets | 0 .../spec_decl_n11.ets | 0 .../spec_decl_n3.ets | 0 .../spec_decl_n4.ets | 0 .../spec_decl_n5.ets | 0 .../spec_decl_n6.ets | 0 .../spec_decl_n7.ets | 0 .../spec_decl_n8.ets | 0 .../spec_decl_n9.ets | 0 .../04.scopes/class_level.ets | 0 .../04.scopes/class_level_protected1.ets | 0 .../04.scopes/class_level_protected2.ets | 0 .../04.scopes/class_level_public.ets | 0 .../04.scopes/diff_spaces.ets | 0 .../04.scopes/function_level.ets | 0 .../04.scopes/function_level_n1.ets | 0 .../04.scopes/hoisting.ets | 0 .../04.scopes/interface_level1.ets | 0 .../04.scopes/interface_level2.ets | 0 .../04.scopes/module_level.ets | 0 .../04.scopes/nested1.ets | 0 .../04.scopes/nested2.ets | 0 .../04.scopes/nested3_n.ets | 0 .../testing_package_level_scope/package_level.ets | 0 .../04.scopes/type_param_class.ets | 0 .../04.scopes/type_param_class_neg.ets | 0 .../04.scopes/type_param_class_neg_1.ets | 0 .../04.scopes/type_param_class_neg_2.ets | 0 .../04.scopes/type_param_class_neg_3.ets | 0 .../04.scopes/type_param_func.ets | 0 .../04.scopes/type_param_interface.ets | 0 .../04.scopes/unique_block_decl.ets | 0 .../04.scopes/unique_block_decl_1.ets | 0 .../04.scopes/unique_class_decl.ets | 0 .../04.scopes/unique_decl_name.ets | 0 .../04.scopes/unique_decl_name.params.yaml | 0 .../04.scopes/unique_enum_decl.ets | 0 .../04.scopes/unique_func_decl.ets | 0 .../04.scopes/unique_intf_decl.ets | 0 .../05.accessible/type_declaration_areas.ets | 0 .../type_declaration_areas.params.yaml | 0 .../05.accessible/type_name_class_field.ets | 0 .../05.accessible/type_name_class_field.params.yaml | 0 .../05.accessible/type_name_const.ets | 0 .../05.accessible/type_name_const.params.yaml | 0 .../05.accessible/type_name_const_enum.ets | 0 .../05.accessible/type_name_const_enum.params.yaml | 0 .../05.accessible/type_name_interface_prop.ets | 0 .../type_name_interface_prop.params.yaml | 0 .../05.accessible/type_name_neg.ets | 0 .../05.accessible/type_name_neg.params.yaml | 0 .../05.accessible/type_name_params.ets | 0 .../05.accessible/type_name_params.params.yaml | 0 .../05.accessible/type_name_variable.ets | 0 .../05.accessible/type_name_variable.params.yaml | 0 .../05.accessible/type_name_variable_enum.ets | 0 .../type_name_variable_enum.params.yaml | 0 .../01.type_alias_declaration/alias.ets | 0 .../01.type_alias_declaration/alias.params.yaml | 0 .../01.type_alias_declaration/alias_gen.ets | 0 .../01.type_alias_declaration/alias_gen.params.yaml | 0 .../01.type_alias_declaration/alias_neg.ets | 0 .../01.type_alias_declaration/alias_neg.params.yaml | 0 .../01.type_alias_declaration/mod/mod.ets | 0 .../01.type_alias_declaration/mod/mod.params.yaml | 0 .../01.type_alias_declaration/pkg_a/pkg.ets | 0 .../01.type_alias_declaration/pkg_a/pkg.params.yaml | 0 .../01.type_alias_declaration/scope.ets | 0 .../01.type_alias_declaration/scope.params.yaml | 0 .../01.type_alias_declaration/spec1.ets | 0 .../01.type_alias_declaration/spec2.ets | 0 .../01.type_alias_declaration/spec3.ets | 0 .../01.type_alias_declaration/spec4.ets | 0 .../01.type_alias_declaration/spec5.ets | 0 .../06.type_declarations/decl.ets | 0 .../06.type_declarations/decl.params.yaml | 0 .../01.variable_declarations/incorrect_var_decl.ets | 0 .../incorrect_var_decl.params.yaml | 0 .../01.variable_declarations/var_decl.ets | 0 .../01.variable_declarations/var_decl.params.yaml | 0 .../variable_declarations_0.ets | 0 .../variable_declarations_1.ets | 0 .../variable_declarations_10.ets | 0 .../variable_declarations_11.ets | 0 .../variable_declarations_12.ets | 0 .../variable_declarations_13.ets | 0 .../variable_declarations_14.ets | 0 .../variable_declarations_15.ets | 0 .../variable_declarations_16.ets | 0 .../variable_declarations_2.ets | 0 .../variable_declarations_3.ets | 0 .../variable_declarations_4.ets | 0 .../variable_declarations_5.ets | 0 .../variable_declarations_6.ets | 0 .../variable_declarations_7.ets | 0 .../variable_declarations_8.ets | 0 .../variable_declarations_9.ets | 0 .../02.constant_declarations/bad_const_decl.ets | 0 .../bad_const_decl.params.yaml | 0 .../02.constant_declarations/const_decl.ets | 0 .../02.constant_declarations/const_decl.params.yaml | 0 .../initializer_compatibility.ets | 0 .../initializer_compatibility.params.yaml | 0 .../initializer_compatibility_n.ets | 0 .../initializer_compatibility_n.params.yaml | 0 .../04.type_inference_from_initializer/infer.ets | 0 .../infer.params.yaml | 0 .../04.type_inference_from_initializer/infer2.ets | 0 .../infer2.params.yaml | 0 .../04.type_inference_from_initializer/infer_n.ets | 0 .../04.type_inference_from_initializer/infer_n1.ets | 0 .../04.type_inference_from_initializer/infer_n2.ets | 0 .../04.type_inference_from_initializer/infer_n3.ets | 0 .../04.type_inference_from_initializer/infer_n4.ets | 0 .../type_inference_from_initializer_0.ets | 0 .../type_inference_from_initializer_1.ets | 0 .../type_inference_from_initializer_10.ets | 0 .../type_inference_from_initializer_11.ets | 0 .../type_inference_from_initializer_12.ets | 0 .../type_inference_from_initializer_13.ets | 0 .../type_inference_from_initializer_14.ets | 0 .../type_inference_from_initializer_15.ets | 0 .../type_inference_from_initializer_2.ets | 0 .../type_inference_from_initializer_3.ets | 0 .../type_inference_from_initializer_4.ets | 0 .../type_inference_from_initializer_5.ets | 0 .../type_inference_from_initializer_6.ets | 0 .../type_inference_from_initializer_7.ets | 0 .../type_inference_from_initializer_8.ets | 0 .../type_inference_from_initializer_9.ets | 0 .../02.parameter_list/param_list.ets | 0 .../02.parameter_list/param_list.params.yaml | 0 .../02.parameter_list/param_list_neg.ets | 0 .../02.parameter_list/param_list_neg.params.yaml | 0 .../02.parameter_list/spec_example.ets | 0 .../03.readonly_parameters/readonly.ets | 0 .../03.readonly_parameters/readonly.params.yaml | 0 .../readonly_context_and_conversion.ets | 0 .../readonly_context_and_conversion.params.yaml | 0 .../03.readonly_parameters/readonly_custom_neg.ets | 0 .../readonly_custom_neg.params.yaml | 0 .../readonly_edit_arr_neg.ets | 0 .../readonly_edit_arr_neg.params.yaml | 0 .../readonly_edit_tuple_neg.ets | 0 .../readonly_edit_tuple_neg.params.yaml | 0 .../03.readonly_parameters/readonly_neg_2.ets | 0 .../readonly_neg_2.params.yaml | 0 .../04.optional_parameters/opt_param.ets | 0 .../04.optional_parameters/opt_param.params.yaml | 0 .../04.optional_parameters/opt_param_n.ets | 0 .../04.optional_parameters/opt_param_n.params.yaml | 0 .../05.rest_parameter/function_declarations_0.ets | 0 .../05.rest_parameter/function_declarations_1.ets | 0 .../05.rest_parameter/function_declarations_10.ets | 0 .../05.rest_parameter/function_declarations_11.ets | 0 .../05.rest_parameter/function_declarations_2.ets | 0 .../05.rest_parameter/function_declarations_3.ets | 0 .../05.rest_parameter/function_declarations_4.ets | 0 .../05.rest_parameter/function_declarations_5.ets | 0 .../05.rest_parameter/function_declarations_6.ets | 0 .../05.rest_parameter/function_declarations_7.ets | 0 .../05.rest_parameter/function_declarations_8.ets | 0 .../05.rest_parameter/function_declarations_9.ets | 0 .../05.rest_parameter/rest_parameter.ets | 0 .../05.rest_parameter/rest_parameter.params.yaml | 0 .../05.rest_parameter/rest_parameter_neg.ets | 0 .../rest_parameter_neg.params.yaml | 0 .../06.shadowing_parameters/scope1.ets | 0 .../06.shadowing_parameters/scope2.ets | 0 .../06.shadowing_parameters/scope_neg1.ets | 0 .../06.shadowing_parameters/scope_neg2.ets | 0 .../06.shadowing_parameters/shadowing1.ets | 0 .../06.shadowing_parameters/shadowing2.ets | 0 .../06.shadowing_parameters/shadowing3.ets | 0 .../07.return_type/ret_type.ets | 0 .../07.return_type/ret_type.params.yaml | 0 .../07.return_type/ret_type_neg.ets | 0 .../07.return_type/ret_type_neg.params.yaml | 0 .../08.return_type_inference/ret_type_infer.ets | 0 .../ret_type_infer.params.yaml | 0 .../08.function_declarations/function_decl.ets | 0 .../function_decl.params.yaml | 0 .../08.function_declarations/function_decl2.ets | 0 .../function_decl2.params.yaml | 0 .../08.function_declarations/function_decl_neg.ets | 0 .../function_decl_neg.params.yaml | 0 .../08.function_declarations/nested_function.ets | 0 .../08.function_declarations/nested_function2.ets | 0 .../08.function_declarations/nested_function3.ets | 0 .../08.function_declarations/nested_function4.ets | 0 .../08.function_declarations/throws_clause_1.ets | 0 .../08.function_declarations/throws_clause_2.ets | 0 .../08.function_declarations/throws_clause_3.ets | 0 .../01.type_parameter_constraint/example.ets | 0 .../01.type_parameter_constraint/example2.ets | 0 .../generic_classes/generic_class_constraint.ets | 0 .../generic_class_constraint.params.yaml | 0 .../generic_class_constraint_extends_class.ets | 0 .../generic_class_constraint_extends_class_2.ets | 0 .../generic_classes/generic_class_example.ets | 0 .../generic_class_example.params.yaml | 0 .../generic_class_object_compatibility.ets | 0 .../generic_class_object_compatibility.params.yaml | 0 .../generic_class_self_dependency.ets | 0 .../generic_class_self_dependency.params.yaml | 0 .../generic_class_union_normalization.ets | 0 .../generic_class_union_normalization.params.yaml | 0 .../generic_class_wrong_constraint.ets | 0 .../generic_class_wrong_constraint.params.yaml | 0 ...generic_class_wrong_constraint_extends_class.ets | 0 ...class_wrong_constraint_extends_class.params.yaml | 0 .../generic_function_constraint.ets | 0 .../generic_function_constraint.params.yaml | 0 .../generic_function_constraint_extends_class.ets | 0 .../generic_function_constraint_extends_class_2.ets | 0 .../generic_function_constraint_multiple.ets | 0 ...generic_function_constraint_multiple.params.yaml | 0 .../generic_function_wrong_constraint.ets | 0 .../generic_function_wrong_constraint.params.yaml | 0 ...eric_function_wrong_constraint_extends_class.ets | 0 ...ction_wrong_constraint_extends_class.params.yaml | 0 .../generic_interface_constraint.ets | 0 .../generic_interface_constraint.params.yaml | 0 ...ric_interface_constraint_extends_Interface_2.ets | 0 ...neric_interface_constraint_extends_interface.ets | 0 .../generic_interface_self_dependency.ets | 0 .../generic_interface_self_dependency.params.yaml | 0 .../generic_interface_wrong_constraint.ets | 0 .../generic_interface_wrong_constraint.params.yaml | 0 ...interface_wrong_constraint_extends_interface.ets | 0 ...e_wrong_constraint_extends_interface.params.yaml | 0 .../generic_method_abstr_constraint.ets | 0 .../generic_method_abstr_constraint.params.yaml | 0 .../generic_method_abstr_wrong_constraint.ets | 0 ...eneric_method_abstr_wrong_constraint.params.yaml | 0 .../generic_method_with_body_constraint.ets | 0 .../generic_method_with_body_constraint.params.yaml | 0 ...generic_method_with_body_constraint_multiple.ets | 0 ...method_with_body_constraint_multiple.params.yaml | 0 .../generic_method_with_body_wrong_constraint.ets | 0 ...ic_method_with_body_wrong_constraint.params.yaml | 0 .../class_type_parameter_default.ets | 0 .../class_type_parameter_default.params.yaml | 0 .../wrong_class_missing_nondefault_parameter.ets | 0 .../wrong_class_type_parameter_default.ets | 0 .../wrong_class_type_parameter_default.params.yaml | 0 .../function_missing_nondefault_parameter.ets | 0 .../function_type_parameter_default.ets | 0 .../function_type_parameter_default.params.yaml | 0 .../wrong_function_type_parameter_default.ets | 0 ...rong_function_type_parameter_default.params.yaml | 0 .../interface_type_parameter_default.ets | 0 .../interface_type_parameter_default.params.yaml | 0 ...wrong_interface_missing_nondefault_parameter.ets | 0 .../wrong_interface_type_parameter_default.ets | 0 ...ong_interface_type_parameter_default.params.yaml | 0 .../method_missing_nondefault_parameter.ets | 0 .../method_type_parameter_default.ets | 0 .../method_type_parameter_default.params.yaml | 0 .../wrong_method_type_parameter_default.ets | 0 .../wrong_method_type_parameter_default.params.yaml | 0 .../class_type_parameter_variance.ets | 0 .../class_type_parameter_variance_inheritance.ets | 0 ..._type_parameter_variance_inheritance.params.yaml | 0 .../func_type_variance_interleaving.ets | 0 .../func_type_variance_interleaving.params.yaml | 0 .../generic_classes/type_parameter_variance.ets | 0 .../type_parameter_variance.params.yaml | 0 .../generic_classes/type_parameter_variance_in.ets | 0 .../type_parameter_variance_in.params.yaml | 0 .../generic_classes/type_parameter_variance_out.ets | 0 .../type_parameter_variance_out.params.yaml | 0 .../wrong_type_parameter_variance.ets | 0 .../wrong_type_parameter_variance.params.yaml | 0 .../generic_classes/wrong_variance_modifier_use.ets | 0 .../wrong_variance_modifier_use.params.yaml | 0 .../func_type_variance_interleaving.ets | 0 .../func_type_variance_interleaving.params.yaml | 0 .../interface_type_parameter_variance.ets | 0 ...nterface_type_parameter_variance_inheritance.ets | 0 ..._type_parameter_variance_inheritance.params.yaml | 0 .../generic_interfaces/type_parameter_variance.ets | 0 .../type_parameter_variance.params.yaml | 0 .../type_parameter_variance_in.ets | 0 .../type_parameter_variance_in.params.yaml | 0 .../type_parameter_variance_out.ets | 0 .../type_parameter_variance_out.params.yaml | 0 .../wrong_type_parameter_variance.ets | 0 .../wrong_type_parameter_variance.params.yaml | 0 .../wrong_variance_modifier_use.ets | 0 .../wrong_variance_modifier_use.params.yaml | 0 .../generic_class_self_dependency.ets | 0 .../generic_class_self_dependency.params.yaml | 0 .../generic_interface_self_dependency.ets | 0 .../generic_interface_self_dependency.params.yaml | 0 .../01.type_arguments/malformed_decl.ets | 0 .../01.type_arguments/malformed_decl.params.yaml | 0 .../malformed_parameterized_decl_non_generic.ets | 0 ...ormed_parameterized_decl_non_generic.params.yaml | 0 ...ed_parameterized_decl_not_same_params_number.ets | 0 ...eterized_decl_not_same_params_number.params.yaml | 0 .../class_args.ets | 0 .../class_args.params.yaml | 0 .../class_args_neg.ets | 0 .../class_args_neg.params.yaml | 0 .../class_variance_neg1.ets | 0 .../class_variance_neg1.params.yaml | 0 .../class_variance_neg2.ets | 0 .../class_variance_neg2.params.yaml | 0 .../constr_args1.ets | 0 .../constr_args1.params.yaml | 0 .../constr_args1_neg.ets | 0 .../constr_args1_neg.params.yaml | 0 .../constr_args2.ets | 0 .../constr_args2.params.yaml | 0 .../constr_args2_neg.ets | 0 .../constr_args2_neg.params.yaml | 0 .../constr_args3_neg.ets | 0 .../constr_args3_neg.params.yaml | 0 .../constr_args4_neg.ets | 0 .../constr_args4_neg.params.yaml | 0 .../constr_args5_neg.ets | 0 .../constr_args5_neg.params.yaml | 0 .../func_args1.ets | 0 .../func_args1.params.yaml | 0 .../func_args1_neg.ets | 0 .../func_args1_neg.params.yaml | 0 .../func_args3_neg.ets | 0 .../func_args3_neg.params.yaml | 0 .../interface_args.ets | 0 .../interface_args.params.yaml | 0 .../interface_args_neg.ets | 0 .../interface_args_neg.params.yaml | 0 .../interface_variance.ets | 0 .../interface_variance.params.yaml | 0 .../interface_variance_2.ets | 0 .../interface_variance_2.params.yaml | 0 .../interface_variance_neg1.ets | 0 .../interface_variance_neg1.params.yaml | 0 .../method_args1.ets | 0 .../method_args1.params.yaml | 0 .../method_args1_neg.ets | 0 .../method_args1_neg.params.yaml | 0 .../method_args2.ets | 0 .../method_args2.params.yaml | 0 .../method_args2_neg.ets | 0 .../method_args2_neg.params.yaml | 0 .../method_args3_neg.ets | 0 .../method_args3_neg.params.yaml | 0 .../wrong_wildcard_bound.ets | 0 .../wrong_wildcard_bound.params.yaml | 0 .../02.explicit_generic_instantiations/class.ets | 0 .../class.params.yaml | 0 .../02.explicit_generic_instantiations/class_n.ets | 0 .../02.explicit_generic_instantiations/class_n2.ets | 0 .../02.explicit_generic_instantiations/class_n3.ets | 0 .../02.explicit_generic_instantiations/func.ets | 0 .../func.params.yaml | 0 .../02.explicit_generic_instantiations/func_n.ets | 0 .../func_n.params.yaml | 0 .../02.explicit_generic_instantiations/func_n2.ets | 0 .../02.explicit_generic_instantiations/func_n3.ets | 0 .../interface.ets | 0 .../interface.params.yaml | 0 .../interface_n.ets | 0 .../interface_n2.ets | 0 .../interface_n3.ets | 0 .../interface_n4.ets | 0 .../02.explicit_generic_instantiations/lmbd.ets | 0 .../lmbd.params.yaml | 0 .../02.explicit_generic_instantiations/lmbd_n.ets | 0 .../lmbd_n.params.yaml | 0 .../02.explicit_generic_instantiations/lmbd_n2.ets | 0 .../02.explicit_generic_instantiations/meth.ets | 0 .../meth.params.yaml | 0 .../02.explicit_generic_instantiations/meth_n.ets | 0 .../meth_n.params.yaml | 0 .../03.implicit_generic_instantiations/func.ets | 0 .../func.params.yaml | 0 .../03.implicit_generic_instantiations/func_n.ets | 0 .../func_n.params.yaml | 0 .../03.implicit_generic_instantiations/lmbd.ets | 0 .../lmbd.params.yaml | 0 .../03.implicit_generic_instantiations/lmbd_n.ets | 0 .../lmbd_n.params.yaml | 0 .../03.implicit_generic_instantiations/meth.ets | 0 .../meth.params.yaml | 0 .../03.implicit_generic_instantiations/meth_n.ets | 0 .../meth_n.params.yaml | 0 .../basic_instantiations.ets | 0 .../basic_instantiations.params.yaml | 0 .../01.partial_utility_type/incorrect_parameter.ets | 0 .../incorrect_parameter.params.yaml | 0 .../method_excluded_from_partial.ets | 0 .../method_excluded_from_partial.params.yaml | 0 .../01.partial_utility_type/module_abstract.ets | 0 .../01.partial_utility_type/module_class.ets | 0 .../module_class.params.yaml | 0 .../01.partial_utility_type/module_extends.ets | 0 .../module_extends.params.yaml | 0 .../01.partial_utility_type/module_implements.ets | 0 .../module_implements.params.yaml | 0 .../01.partial_utility_type/module_interface.ets | 0 .../module_interface.params.yaml | 0 .../01.partial_utility_type/partial_abstract.ets | 0 .../partial_compatibility.ets | 0 .../partial_compatibility.params.yaml | 0 .../partial_example_getter_setter.ets | 0 .../partial_example_transform.ets | 0 .../01.partial_utility_type/partial_generic.ets | 0 .../partial_generic.params.yaml | 0 .../partial_getter_and_setter.ets | 0 .../partial_getter_and_setter.params.yaml | 0 .../partial_getter_and_setter_int.ets | 0 .../partial_getter_and_setter_int.params.yaml | 0 .../01.partial_utility_type/partial_inherit.ets | 0 .../01.partial_utility_type/partial_inherit2.ets | 0 .../01.partial_utility_type/partial_inherit3.ets | 0 .../01.partial_utility_type/partial_type.ets | 0 .../partial_type.params.yaml | 0 .../partial_type_interface.ets | 0 .../partial_type_interface.params.yaml | 0 .../01.partial_utility_type/static_partial_type.ets | 0 .../static_partial_type.params.yaml | 0 .../01.partial_utility_type/type.ets | 0 .../01.partial_utility_type/type.params.yaml | 0 .../incorrect_parameter.ets | 0 .../incorrect_parameter.params.yaml | 0 .../method_excluded_from_required.ets | 0 .../method_excluded_from_required.params.yaml | 0 .../02.required_utility_type/required_abstract.ets | 0 .../required_compatibility.ets | 0 .../required_compatibility.params.yaml | 0 .../required_compatibility_neg.ets | 0 .../required_compatibility_neg.params.yaml | 0 .../02.required_utility_type/required_example.ets | 0 .../required_example_neg.ets | 0 .../required_getter_and_setter.ets | 0 .../required_getter_and_setter.params.yaml | 0 .../required_getter_and_setter_int.ets | 0 .../required_getter_and_setter_neg.ets | 0 .../required_getter_and_setter_neg.params.yaml | 0 .../required_module_abstract.ets | 0 .../required_module_class.ets | 0 .../required_module_class.params.yaml | 0 .../required_module_extends.ets | 0 .../required_module_implements.ets | 0 .../required_module_implements.params.yaml | 0 .../required_module_interface.ets | 0 .../required_module_interface.params.yaml | 0 .../02.required_utility_type/required_no_fields.ets | 0 .../required_no_fields.params.yaml | 0 .../02.required_utility_type/required_type.ets | 0 .../required_type.params.yaml | 0 .../02.required_utility_type/type.ets | 0 .../02.required_utility_type/type.params.yaml | 0 .../example_edit_readonly_field.ets | 0 .../example_readonly_assignability.ets | 0 .../method_excluded_from_readonly.ets | 0 .../method_excluded_from_readonly.params.yaml | 0 .../03.readonly_utility_type/readonly_type.ets | 0 .../readonly_type.params.yaml | 0 .../readonly_type_compatibility.ets | 0 .../readonly_type_compatibility_neg.ets | 0 .../readonly_type_compatibility_neg.params.yaml | 0 .../03.readonly_utility_type/readonly_type_neg.ets | 0 .../readonly_type_neg.params.yaml | 0 .../readonly_type_of_union.ets | 0 .../readonly_type_of_union.params.yaml | 0 .../readonly_type_reassignment.ets | 0 .../readonly_type_reassignment.params.yaml | 0 .../03.utility_types/04.record_utility_type/rec.ets | 0 .../04.record_utility_type/rec.params.yaml | 0 .../04.record_utility_type/rec2.ets | 0 .../04.record_utility_type/rec2.params.yaml | 0 .../04.record_utility_type/rec3.ets | 0 .../04.record_utility_type/rec3.params.yaml | 0 .../private_field_check_0.ets | 0 .../private_field_check_1.ets | 0 .../private_field_check_2.ets | 0 .../private_field_check_3.ets | 0 .../private_field_check_4.ets | 0 .../05.utility_type_private_field/utpf01.ets | 0 .../05.utility_type_private_field/utpf02.ets | 0 .../05.utility_type_private_field/utpf03.ets | 0 .../05.utility_type_private_field/utpf04.ets | 0 .../05.utility_type_private_field/utpf05.ets | 0 .../05.utility_type_private_field/utpf06.ets | 0 .../05.utility_type_private_field/utpf07.ets | 0 .../05.utility_type_private_field/utpf08.ets | 0 .../05.utility_type_private_field/utpf09.ets | 0 .../05.utility_type_private_field/utpf10.ets | 0 .../05.utility_type_private_field/utpf11.ets | 0 .../05.utility_type_private_field/utpf12.ets | 0 .../05.utility_type_private_field/utpf13.ets | 0 .../05.utility_type_private_field/utpf14.ets | 0 .../05.utility_type_private_field/utpf15.ets | 0 .../05.utility_type_private_field/utpf16.ets | 0 .../05.utility_type_private_field/utpf17.ets | 0 .../05.utility_type_private_field/utpf18.ets | 0 .../05.utility_type_private_field/utpf19.ets | 0 .../05.utility_type_private_field/utpf20.ets | 0 .../05.utility_type_private_field/utpf21.ets | 0 .../05.utility_type_private_field/utpf22.ets | 0 .../05.utility_type_private_field/utpf23.ets | 0 .../05.utility_type_private_field/utpf24.ets | 0 .../05.utility_type_private_field/utpf25.ets | 0 .../05.utility_type_private_field/utpf26.ets | 0 .../05.utility_type_private_field/utpf27.ets | 0 .../05.utility_type_private_field/utpf28.ets | 0 .../05.utility_type_private_field/utpf29.ets | 0 .../05.utility_type_private_field/utpf30.ets | 0 .../05.utility_type_private_field/utpf31.ets | 0 .../05.utility_type_private_field/utpf32.ets | 0 .../05.utility_type_private_field/utpf33.ets | 0 .../05.utility_type_private_field/utpf34.ets | 0 .../05.utility_type_private_field/utpf35.ets | 0 .../05.utility_type_private_field/utpf36.ets | 0 .../05.utility_type_private_field/utpf37.ets | 0 .../05.utility_type_private_field/utpf38.ets | 0 .../05.utility_type_private_field/utpf39.ets | 0 .../05.utility_type_private_field/utpf40.ets | 0 .../05.utility_type_private_field/utpf41.ets | 0 .../05.utility_type_private_field/utpf42.ets | 0 .../05.utility_type_private_field/utpf43.ets | 0 .../05.utility_type_private_field/utpf44.ets | 0 .../05.utility_type_private_field/utpf45.ets | 0 .../05.utility_type_private_field/utpf46.ets | 0 .../05.utility_type_private_field/utpf47.ets | 0 .../05.utility_type_private_field/utpf48.ets | 0 .../05.utility_type_private_field/utpf49.ets | 0 .../05.utility_type_private_field/utpf50.ets | 0 .../05.generics/03.utility_types/exported_data.ets | 0 .../03.utility_types/incorrect_utility_type.ets | 0 .../incorrect_utility_type.params.yaml | 0 .../incorrect_utility_type_usage.ets | 0 .../incorrect_utility_type_usage.params.yaml | 0 .../create_array_using_generic_types.ets | 0 .../create_array_using_generic_types.params.yaml | 0 .../create_array_using_generic_types_compile_n.ets | 0 ..._array_using_generic_types_compile_n.params.yaml | 0 .../create_array_using_generic_types_ext.ets | 0 ...create_array_using_generic_types_ext.params.yaml | 0 .../create_array_using_generic_types_new.ets | 0 ...create_array_using_generic_types_new.params.yaml | 0 .../create_array_using_generic_types_run_n.ets | 0 ...eate_array_using_generic_types_run_n.params.yaml | 0 .../generic_classes/generic_class.ets | 0 .../generic_classes/generic_class.params.yaml | 0 .../generic_inheritance/generic_inheritance.ets | 0 .../generic_inheritance.params.yaml | 0 .../implement_generic_interface.ets | 0 .../implement_generic_interface.params.yaml | 0 .../implement_generic_interface_with_union.ets | 0 .../bridge_methods_generic.ets | 0 .../bridge_methods_generic.params.yaml | 0 .../generic_functions/function_generic.ets | 0 .../generic_functions/function_generic.params.yaml | 0 .../generic_functions/function_generic_n.ets | 0 .../function_generic_n.params.yaml | 0 .../generic_functions/generic_function.ets | 0 .../generic_functions/generic_function_call.ets | 0 .../generic_in_out/generic_in_out.ets | 0 .../generic_in_out/generic_in_out.params.yaml | 0 .../generic_in_out/generic_in_out_only_compile.ets | 0 .../generic_in_out_only_compile.params.yaml | 0 .../generic_interfaces/check_return_value_type.ets | 0 .../check_return_value_type.params.yaml | 0 .../generic_interfaces/generic_interface.ets | 0 .../generic_interface.params.yaml | 0 .../generic_interface_function.ets | 0 .../generic_interface_function.params.yaml | 0 .../generic_interface_static_member.ets | 0 .../generic_interface_static_member.params.yaml | 0 .../generic_interfaces/interface_generic.ets | 0 .../interface_generic.params.yaml | 0 .../verify_generic_method_params_case.ets | 0 .../verify_generic_method_params_case.params.yaml | 0 .../generic_methods/generic_methods.ets | 0 .../01.assignment-like_contexts/array_primitive.ets | 0 .../array_primitive.params.yaml | 0 .../array_primitive2.ets | 0 .../array_primitive2.params.yaml | 0 .../01.assignment-like_contexts/boxing.ets | 0 .../01.assignment-like_contexts/boxing.params.yaml | 0 .../01.assignment-like_contexts/boxing2.ets | 0 .../01.assignment-like_contexts/boxing2.params.yaml | 0 .../01.assignment-like_contexts/boxing2_call.ets | 0 .../boxing2_call.params.yaml | 0 .../01.assignment-like_contexts/boxing_call.ets | 0 .../boxing_call.params.yaml | 0 .../01.assignment-like_contexts/forbidden1.ets | 0 .../forbidden1.params.yaml | 0 .../01.assignment-like_contexts/forbidden2.ets | 0 .../forbidden2.params.yaml | 0 .../forbidden_compile2.ets | 0 .../forbidden_compile2.params.yaml | 0 .../01.assignment-like_contexts/identity.ets | 0 .../identity.params.yaml | 0 .../01.assignment-like_contexts/identity2.ets | 0 .../identity2.params.yaml | 0 .../01.assignment-like_contexts/identity2_n.ets | 0 .../identity2_n.params.yaml | 0 .../01.assignment-like_contexts/identity_call.ets | 0 .../identity_call.params.yaml | 0 .../01.assignment-like_contexts/null.ets | 0 .../01.assignment-like_contexts/null.params.yaml | 0 .../01.assignment-like_contexts/null_call.ets | 0 .../null_call.params.yaml | 0 .../01.assignment-like_contexts/prim_boxing.ets | 0 .../prim_boxing.params.yaml | 0 .../01.assignment-like_contexts/prim_boxing_nan.ets | 0 .../prim_boxing_nan.params.yaml | 0 .../01.assignment-like_contexts/prim_narrowing.ets | 0 .../prim_narrowing.params.yaml | 0 .../01.assignment-like_contexts/prim_unboxing.ets | 0 .../prim_unboxing.params.yaml | 0 .../prim_wide_narrow.ets | 0 .../prim_wide_narrow.params.yaml | 0 .../01.assignment-like_contexts/prim_widening.ets | 0 .../prim_widening.params.yaml | 0 .../01.assignment-like_contexts/ref_widening.ets | 0 .../ref_widening.params.yaml | 0 .../ref_widening_neg.params.yaml | 0 .../01.assignment-like_contexts/unboxing.ets | 0 .../unboxing.params.yaml | 0 .../01.assignment-like_contexts/unboxing2.ets | 0 .../unboxing2.params.yaml | 0 .../01.assignment-like_contexts/unboxing2_call.ets | 0 .../unboxing2_call.params.yaml | 0 .../01.assignment-like_contexts/unboxing_call.ets | 0 .../unboxing_call.params.yaml | 0 .../01.assignment-like_contexts/unrelated_call.ets | 0 .../unrelated_call.params.yaml | 0 .../01.assignment-like_contexts/unrelated_refs.ets | 0 .../unrelated_refs.params.yaml | 0 .../01.assignment-like_contexts/widening_prim.ets | 0 .../widening_prim.params.yaml | 0 .../widening_prim_call.ets | 0 .../widening_prim_call.params.yaml | 0 .../01.assignment-like_contexts/widening_refs.ets | 0 .../widening_refs.params.yaml | 0 .../widening_refs_call.ets | 0 .../widening_refs_call.params.yaml | 0 .../widening_refs_unbox.ets | 0 .../widening_refs_unbox.params.yaml | 0 .../widening_refs_unbox_call.ets | 0 .../widening_refs_unbox_call.params.yaml | 0 .../02.string_operator_contexts/conversion.ets | 0 .../conversion.params.yaml | 0 .../02.string_operator_contexts/str_null.ets | 0 .../str_null.params.yaml | 0 .../02.string_operator_contexts/str_prim.ets | 0 .../str_prim.params.yaml | 0 .../02.string_operator_contexts/str_ref.ets | 0 .../02.string_operator_contexts/str_ref.params.yaml | 0 .../02.string_operator_contexts/str_undefined.ets | 0 .../str_undefined.params.yaml | 0 .../binary_numeric_promotion/result_type_arith.ets | 0 .../result_type_arith.params.yaml | 0 .../result_type_arith_n.ets | 0 .../result_type_arith_n.params.yaml | 0 .../result_type_bitwise.ets | 0 .../result_type_bitwise.params.yaml | 0 .../binary_numeric_promotion/result_type_bool.ets | 0 .../result_type_bool.params.yaml | 0 .../binary_numeric_promotion/result_type_bool_n.ets | 0 .../result_type_bool_n.params.yaml | 0 .../binary_numeric_promotion/result_type_cond.ets | 0 .../result_type_cond.params.yaml | 0 .../03.numeric_operator_contexts/conv.ets | 0 .../03.numeric_operator_contexts/conv.params.yaml | 0 .../unary_numeric_promotion/array_access.ets | 0 .../array_access.params.yaml | 0 .../unary_numeric_promotion/array_access_n.ets | 0 .../array_access_n.params.yaml | 0 .../unary_numeric_promotion/array_creation.ets | 0 .../array_creation.params.yaml | 0 .../unary_numeric_promotion/array_creation_n.ets | 0 .../array_creation_n.params.yaml | 0 .../unary_numeric_promotion/bitwise_complement.ets | 0 .../bitwise_complement.params.yaml | 0 .../bitwise_complement_n.ets | 0 .../bitwise_complement_n.params.yaml | 0 .../unary_numeric_promotion/shift.ets | 0 .../unary_numeric_promotion/shift.params.yaml | 0 .../unary_numeric_promotion/shift_n.ets | 0 .../unary_numeric_promotion/shift_n.params.yaml | 0 .../unary_numeric_promotion/unary_minus.ets | 0 .../unary_numeric_promotion/unary_minus.params.yaml | 0 .../unary_numeric_promotion/unary_minus_n.ets | 0 .../unary_minus_n.params.yaml | 0 .../unary_numeric_promotion/unary_plus.ets | 0 .../unary_numeric_promotion/unary_plus.params.yaml | 0 .../unary_numeric_promotion/unary_plus_n.ets | 0 .../unary_plus_n.params.yaml | 0 .../01.numeric_casting_conversions/boxing.ets | 0 .../boxing.params.yaml | 0 .../01.numeric_casting_conversions/num_cc.ets | 0 .../num_cc.params.yaml | 0 .../01.numeric_casting_conversions/num_cc_nan.ets | 0 .../01.numeric_casting_conversions/unboxing.ets | 0 .../unboxing.params.yaml | 0 .../01.numeric_casting_conversions/unboxing2.ets | 0 .../unboxing2.params.yaml | 0 .../cce_1.ets | 0 .../cce_1a.ets | 0 .../cce_2.ets | 0 .../cce_2a.ets | 0 .../cce_2b.ets | 0 .../cce_3.ets | 0 .../cce_3a.ets | 0 .../cce_4.ets | 0 .../cce_4a.ets | 0 .../cce_5.ets | 0 .../cce_5a.ets | 0 .../neg_1.ets | 0 .../neg_1a.ets | 0 .../neg_gen1.ets | 0 .../neg_gen2.ets | 0 .../pos_1.ets | 0 .../pos_1a.ets | 0 .../pos_2.ets | 0 .../pos_2a.ets | 0 .../pos_3.ets | 0 .../pos_3a.ets | 0 .../pos_4.ets | 0 .../pos_4a.ets | 0 .../pos_4b.ets | 0 .../predef_ref.ets | 0 .../predef_ref.params.yaml | 0 .../predef_ref_prim.ets | 0 .../predef_ref_prim.params.yaml | 0 .../userdef_ref.ets | 0 .../userdef_ref.params.yaml | 0 .../userdef_ref2.ets | 0 .../userdef_ref2.params.yaml | 0 .../class_from_object.ets | 0 .../class_from_object.params.yaml | 0 .../func_type_from_object.ets | 0 .../func_type_from_object.params.yaml | 0 .../ref_type_from_object.ets | 0 .../ref_type_from_object.params.yaml | 0 .../ref_type_from_object_n.ets | 0 .../ref_type_from_object_n.params.yaml | 0 .../tuple_from_object.ets | 0 .../tuple_from_object.params.yaml | 0 .../union_type_from_object.ets | 0 .../union_type_from_object.params.yaml | 0 .../class.ets | 0 .../class.params.yaml | 0 .../func.ets | 0 .../func.params.yaml | 0 .../objectbool.ets | 0 .../objectstr.ets | 0 .../objectto_array_1.ets | 0 .../objectto_array_2.ets | 0 .../objectto_array_3.ets | 0 .../objectto_array_4.ets | 0 .../objectto_brgint_1.ets | 0 .../objectto_class_1.ets | 0 .../objectto_class_2.ets | 0 .../objectto_class_3.ets | 0 .../objectto_class_4.ets | 0 .../objectto_date_1.ets | 0 .../objectto_enum_1.ets | 0 .../objectto_enum_2.ets | 0 .../objectto_function_1.ets | 0 .../objectto_function_2.ets | 0 .../objectto_function_3.ets | 0 .../objectto_function_4.ets | 0 .../objectto_interface_1.ets | 0 .../objectto_interface_2.ets | 0 .../objectto_interface_3.ets | 0 .../objectto_interface_4.ets | 0 .../objectto_interface_5.ets | 0 .../objectto_map_1.ets | 0 .../objectto_map_2.ets | 0 .../objectto_null_1.ets | 0 .../objectto_number_1.ets | 0 .../objectto_number_2.ets | 0 .../objectto_number_3.ets | 0 .../objectto_number_4.ets | 0 .../objectto_number_5.ets | 0 .../objectto_number_6.ets | 0 .../objectto_number_7.ets | 0 .../objectto_number_8.ets | 0 .../objectto_obj_1.ets | 0 .../objectto_obj_2.ets | 0 .../objectto_obj_3.ets | 0 .../objectto_obj_4.ets | 0 .../objectto_obj_5.ets | 0 .../objectto_obj_7.ets | 0 .../objectto_regex_1.ets | 0 .../objectto_set_1.ets | 0 .../objectto_set_2.ets | 0 .../objectto_tuple_1.ets | 0 .../objectto_tuple_2.ets | 0 .../objectto_tuple_3.ets | 0 .../objectto_undefined_1.ets | 0 .../objectto_union_1.ets | 0 .../objectunknown.ets | 0 .../sample.ets | 0 .../sample_neg.ets | 0 .../value.ets | 0 .../value.params.yaml | 0 .../cast.ets | 0 .../cast.params.yaml | 0 .../cast_neg.ets | 0 .../cast_neg.params.yaml | 0 .../06.casting_conversions_from_union/cce.ets | 0 .../cce.params.yaml | 0 .../06.casting_conversions_from_union/impl.ets | 0 .../impl.params.yaml | 0 .../06.casting_conversions_from_union/spec.ets | 0 .../06.casting_conversions_from_union/un1.ets | 0 .../un1.params.yaml | 0 .../06.casting_conversions_from_union/un2.ets | 0 .../un2.params.yaml | 0 .../cte_enum_1.ets | 0 .../cte_int_enum.ets | 0 .../cte_intvalue_enumvalue.ets | 0 .../cte_string_enum.ets | 0 .../cte_stringvalue_enumvalue.ets | 0 .../identity.ets | 0 .../identity.params.yaml | 0 .../04.casting_contexts_and_conversions/invalid.ets | 0 .../invalid.params.yaml | 0 .../invalid2.ets | 0 .../invalid2.params.yaml | 0 .../sequenced.ets | 0 .../sequenced.params.yaml | 0 .../widening_refs.ets | 0 .../widening_refs.params.yaml | 0 .../assn_var/assn-var-ident.ets | 0 .../assn_var/assn-var-ident.params.yaml | 0 .../assn_var/assn-var-n.ets | 0 .../assn_var/assn-var-n.params.yaml | 0 .../assn_var/assn-var-nan.ets | 0 .../assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../bytetochar.ets | 0 .../bytetodouble.ets | 0 .../bytetofloat.ets | 0 .../02.widening_primitive_conversions/bytetoint.ets | 0 .../bytetolong.ets | 0 .../bytetoshort.ets | 0 .../call_cons/call-cons-ident.ets | 0 .../call_cons/call-cons-ident.params.yaml | 0 .../call_cons/call-cons-n.ets | 0 .../call_cons/call-cons-n.params.yaml | 0 .../call_cons/call-cons-nan.ets | 0 .../call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../call_func/call-func-ident.ets | 0 .../call_func/call-func-ident.params.yaml | 0 .../call_func/call-func-n.ets | 0 .../call_func/call-func-n.params.yaml | 0 .../call_func/call-func-nan.ets | 0 .../call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../call_lmbd/call-lmbd-ident.ets | 0 .../call_lmbd/call-lmbd-ident.params.yaml | 0 .../call_lmbd/call-lmbd-n.ets | 0 .../call_lmbd/call-lmbd-n.params.yaml | 0 .../call_lmbd/call-lmbd-nan.ets | 0 .../call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../call_meth/call-meth-ident.ets | 0 .../call_meth/call-meth-ident.params.yaml | 0 .../call_meth/call-meth-n.ets | 0 .../call_meth/call-meth-n.params.yaml | 0 .../call_meth/call-meth-nan.ets | 0 .../call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../chartodouble.ets | 0 .../chartofloat.ets | 0 .../02.widening_primitive_conversions/chartoint.ets | 0 .../chartolong.ets | 0 .../comp_arr/comp-arr-ident.ets | 0 .../comp_arr/comp-arr-ident.params.yaml | 0 .../comp_arr/comp-arr-n.ets | 0 .../comp_arr/comp-arr-n.params.yaml | 0 .../comp_arr/comp-arr-nan.ets | 0 .../comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../comp_obj/comp-clss-ident.ets | 0 .../comp_obj/comp-clss-ident.params.yaml | 0 .../comp_obj/comp-clss-n.ets | 0 .../comp_obj/comp-clss-n.params.yaml | 0 .../comp_obj/comp-clss-nan.ets | 0 .../comp_obj/comp-clss.ets | 0 .../comp_obj/comp-clss.params.yaml | 0 .../comp_obj/comp-intf-ident.ets | 0 .../comp_obj/comp-intf-ident.params.yaml | 0 .../comp_obj/comp-intf-n.ets | 0 .../comp_obj/comp-intf-n.params.yaml | 0 .../comp_obj/comp-intf-nan.ets | 0 .../comp_obj/comp-intf.ets | 0 .../comp_obj/comp-intf.params.yaml | 0 .../decl_const/decl-const-ident.ets | 0 .../decl_const/decl-const-ident.params.yaml | 0 .../decl_const/decl-const-n.ets | 0 .../decl_const/decl-const-n.params.yaml | 0 .../decl_const/decl-const-nan.ets | 0 .../decl_const/decl-const.ets | 0 .../decl_const/decl-const.params.yaml | 0 .../decl_field/decl-field-ident.ets | 0 .../decl_field/decl-field-ident.params.yaml | 0 .../decl_field/decl-field-n.ets | 0 .../decl_field/decl-field-n.params.yaml | 0 .../decl_field/decl-field-nan.ets | 0 .../decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../decl_field/decl-st-field-n.ets | 0 .../decl_field/decl-st-field-n.params.yaml | 0 .../decl_field/decl-st-field-nan.ets | 0 .../decl_field/decl-st-field.ets | 0 .../decl_field/decl-st-field.params.yaml | 0 .../decl_var/decl-var-ident.ets | 0 .../decl_var/decl-var-ident.params.yaml | 0 .../decl_var/decl-var-n.ets | 0 .../decl_var/decl-var-n.params.yaml | 0 .../decl_var/decl-var-nan.ets | 0 .../decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../enumtodouble.ets | 0 .../enumtofloat.ets | 0 .../02.widening_primitive_conversions/enumtoint.ets | 0 .../enumtolong.ets | 0 .../floattodouble.ets | 0 .../inttodouble.ets | 0 .../inttofloat.ets | 0 .../02.widening_primitive_conversions/inttolong.ets | 0 .../longtodouble.ets | 0 .../longtofloat.ets | 0 .../shorttodouble.ets | 0 .../shorttofloat.ets | 0 .../shorttoint.ets | 0 .../shorttolong.ets | 0 .../assn_var/assn-var-n.ets | 0 .../assn_var/assn-var-n.params.yaml | 0 .../assn_var/assn-var-n2.ets | 0 .../assn_var/assn-var-n2.params.yaml | 0 .../assn_var/assn-var-n3.ets | 0 .../assn_var/assn-var-n3.params.yaml | 0 .../assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../call_cons/call-cons-n.ets | 0 .../call_cons/call-cons-n.params.yaml | 0 .../call_cons/call-cons-n2.ets | 0 .../call_cons/call-cons-n2.params.yaml | 0 .../call_cons/call-cons-n3.ets | 0 .../call_cons/call-cons-n3.params.yaml | 0 .../call_func/call-func-n.ets | 0 .../call_func/call-func-n.params.yaml | 0 .../call_func/call-func-n2.ets | 0 .../call_func/call-func-n2.params.yaml | 0 .../call_func/call-func-n3.ets | 0 .../call_func/call-func-n3.params.yaml | 0 .../call_lmbd/call-lmbd-n.ets | 0 .../call_lmbd/call-lmbd-n.params.yaml | 0 .../call_lmbd/call-lmbd-n2.ets | 0 .../call_lmbd/call-lmbd-n2.params.yaml | 0 .../call_lmbd/call-lmbd-n3.ets | 0 .../call_lmbd/call-lmbd-n3.params.yaml | 0 .../call_meth/call-meth-n.ets | 0 .../call_meth/call-meth-n.params.yaml | 0 .../call_meth/call-meth-n2.ets | 0 .../call_meth/call-meth-n2.params.yaml | 0 .../call_meth/call-meth-n3.ets | 0 .../call_meth/call-meth-n3.params.yaml | 0 .../comp_arr/comp-arr-n.ets | 0 .../comp_arr/comp-arr-n.params.yaml | 0 .../comp_arr/comp-arr-n2.ets | 0 .../comp_arr/comp-arr-n2.params.yaml | 0 .../comp_arr/comp-arr-n3.ets | 0 .../comp_arr/comp-arr-n3.params.yaml | 0 .../comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../comp_obj/comp-class-n3.ets | 0 .../comp_obj/comp-class-n3.params.yaml | 0 .../comp_obj/comp-clss-n.ets | 0 .../comp_obj/comp-clss-n.params.yaml | 0 .../comp_obj/comp-clss-n2.ets | 0 .../comp_obj/comp-clss-n2.params.yaml | 0 .../comp_obj/comp-clss.ets | 0 .../comp_obj/comp-clss.params.yaml | 0 .../comp_obj/comp-intf-n.ets | 0 .../comp_obj/comp-intf-n.params.yaml | 0 .../comp_obj/comp-intf-n2.ets | 0 .../comp_obj/comp-intf-n2.params.yaml | 0 .../comp_obj/comp-intf-n3.ets | 0 .../comp_obj/comp-intf-n3.params.yaml | 0 .../comp_obj/comp-intf.ets | 0 .../comp_obj/comp-intf.params.yaml | 0 .../decl_const/decl-const-n.ets | 0 .../decl_const/decl-const-n.params.yaml | 0 .../decl_const/decl-const-n2.ets | 0 .../decl_const/decl-const-n2.params.yaml | 0 .../decl_const/decl-const-n3.ets | 0 .../decl_const/decl-const-n3.params.yaml | 0 .../decl_const/decl-const.ets | 0 .../decl_const/decl-const.params.yaml | 0 .../decl_field/decl-field-n.ets | 0 .../decl_field/decl-field-n.params.yaml | 0 .../decl_field/decl-field-n2.ets | 0 .../decl_field/decl-field-n2.params.yaml | 0 .../decl_field/decl-field-n3.ets | 0 .../decl_field/decl-field-n3.params.yaml | 0 .../decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../decl_field/decl-st-field-n.ets | 0 .../decl_field/decl-st-field-n.params.yaml | 0 .../decl_field/decl-st-field-n2.ets | 0 .../decl_field/decl-st-field-n2.params.yaml | 0 .../decl_field/decl-st-field-n3.ets | 0 .../decl_field/decl-st-field-n3.params.yaml | 0 .../decl_field/decl-st-field.ets | 0 .../decl_field/decl-st-field.params.yaml | 0 .../decl_var/decl-var-n.ets | 0 .../decl_var/decl-var-n.params.yaml | 0 .../decl_var/decl-var-n2.ets | 0 .../decl_var/decl-var-n2.params.yaml | 0 .../decl_var/decl-var-n3.ets | 0 .../decl_var/decl-var-n3.params.yaml | 0 .../decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../assn_var/assn-var-lit.ets | 0 .../assn_var/assn-var-lit.params.yaml | 0 .../assn_var/assn-var-lit_n.ets | 0 .../assn_var/assn-var-lit_n.params.yaml | 0 .../assn_var/assn-var-un.ets | 0 .../assn_var/assn-var-un.params.yaml | 0 .../assn_var/assn-var-wd.ets | 0 .../assn_var/assn-var-wd.params.yaml | 0 .../assn_var/assn-var_n.ets | 0 .../assn_var/assn-var_n.params.yaml | 0 .../call_cons/call-cons-lit.ets | 0 .../call_cons/call-cons-lit.params.yaml | 0 .../call_cons/call-cons-lit_n.ets | 0 .../call_cons/call-cons-lit_n.params.yaml | 0 .../call_cons/call-cons-un.ets | 0 .../call_cons/call-cons-un.params.yaml | 0 .../call_cons/call-cons-wd.ets | 0 .../call_cons/call-cons-wd.params.yaml | 0 .../call_cons/call-cons_n.ets | 0 .../call_cons/call-cons_n.params.yaml | 0 .../call_func/call-func-lit.ets | 0 .../call_func/call-func-lit.params.yaml | 0 .../call_func/call-func-lit_n.ets | 0 .../call_func/call-func-lit_n.params.yaml | 0 .../call_func/call-func-un.ets | 0 .../call_func/call-func-un.params.yaml | 0 .../call_func/call-func-wd.ets | 0 .../call_func/call-func-wd.params.yaml | 0 .../call_func/call-func_n.ets | 0 .../call_func/call-func_n.params.yaml | 0 .../call_lmbd/call-lmbd-lit.ets | 0 .../call_lmbd/call-lmbd-lit.params.yaml | 0 .../call_lmbd/call-lmbd-lit_n.ets | 0 .../call_lmbd/call-lmbd-lit_n.params.yaml | 0 .../call_lmbd/call-lmbd-un.ets | 0 .../call_lmbd/call-lmbd-un.params.yaml | 0 .../call_lmbd/call-lmbd-wd.ets | 0 .../call_lmbd/call-lmbd-wd.params.yaml | 0 .../call_lmbd/call-lmbd_n.ets | 0 .../call_lmbd/call-lmbd_n.params.yaml | 0 .../call_meth/call-meth-lit.ets | 0 .../call_meth/call-meth-lit.params.yaml | 0 .../call_meth/call-meth-lit_n.ets | 0 .../call_meth/call-meth-lit_n.params.yaml | 0 .../call_meth/call-meth-un.ets | 0 .../call_meth/call-meth-un.params.yaml | 0 .../call_meth/call-meth-wd.ets | 0 .../call_meth/call-meth-wd.params.yaml | 0 .../call_meth/call-meth_n.ets | 0 .../call_meth/call-meth_n.params.yaml | 0 .../comp_arr/comp-arr-lit.ets | 0 .../comp_arr/comp-arr-lit.params.yaml | 0 .../comp_arr/comp-arr-lit_n.ets | 0 .../comp_arr/comp-arr-lit_n.params.yaml | 0 .../comp_arr/comp-arr-un.ets | 0 .../comp_arr/comp-arr-un.params.yaml | 0 .../comp_arr/comp-arr-wd.ets | 0 .../comp_arr/comp-arr-wd.params.yaml | 0 .../comp_arr/comp-arr_n.ets | 0 .../comp_arr/comp-arr_n.params.yaml | 0 .../comp_obj/comp-obj-lit.ets | 0 .../comp_obj/comp-obj-lit.params.yaml | 0 .../comp_obj/comp-obj-lit_n.ets | 0 .../comp_obj/comp-obj-lit_n.params.yaml | 0 .../comp_obj/comp-obj-un.ets | 0 .../comp_obj/comp-obj-un.params.yaml | 0 .../comp_obj/comp-obj-wd.ets | 0 .../comp_obj/comp-obj-wd.params.yaml | 0 .../comp_obj/comp-obj_n.ets | 0 .../comp_obj/comp-obj_n.params.yaml | 0 .../decl_field/decl-field-lit.ets | 0 .../decl_field/decl-field-lit.params.yaml | 0 .../decl_field/decl-field-lit_n.ets | 0 .../decl_field/decl-field-lit_n.params.yaml | 0 .../decl_field/decl-field-un.ets | 0 .../decl_field/decl-field-un.params.yaml | 0 .../decl_field/decl-field-wd.ets | 0 .../decl_field/decl-field-wd.params.yaml | 0 .../decl_field/decl-field_n.ets | 0 .../decl_field/decl-field_n.params.yaml | 0 .../decl_var/decl-var-lit.ets | 0 .../decl_var/decl-var-lit.params.yaml | 0 .../decl_var/decl-var-lit_n.ets | 0 .../decl_var/decl-var-lit_n.params.yaml | 0 .../decl_var/decl-var-un.ets | 0 .../decl_var/decl-var-un.params.yaml | 0 .../decl_var/decl-var-wd.ets | 0 .../decl_var/decl-var-wd.params.yaml | 0 .../decl_var/decl-var_n.ets | 0 .../decl_var/decl-var_n.params.yaml | 0 .../nouniontounion.ets | 0 .../nouniontounion1.ets | 0 .../nouniontounion2.ets | 0 .../nouniontounion3.ets | 0 .../nouniontounion4.ets | 0 .../nouniontounion5.ets | 0 .../nouniontounion6.ets | 0 .../nouniontounion7.ets | 0 .../04.widening_union_conversions/spec1.ets | 0 .../04.widening_union_conversions/spec2.ets | 0 .../04.widening_union_conversions/spec2_n.ets | 0 .../04.widening_union_conversions/spec3.ets | 0 .../04.widening_union_conversions/spec4.ets | 0 .../04.widening_union_conversions/spec5a.ets | 0 .../04.widening_union_conversions/spec5b.ets | 0 .../04.widening_union_conversions/spec5b_n.ets | 0 .../04.widening_union_conversions/spec6.ets | 0 .../04.widening_union_conversions/spec7.ets | 0 .../04.widening_union_conversions/spec8.ets | 0 .../04.widening_union_conversions/spec9.ets | 0 .../textuniontonounion.ets | 0 .../04.widening_union_conversions/uniontowider.ets | 0 .../assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../assn_var/assn-var_n.ets | 0 .../assn_var/assn-var_n.params.yaml | 0 .../call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../comp_obj/comp-clss.ets | 0 .../comp_obj/comp-clss.params.yaml | 0 .../comp_obj/comp-clss_n.ets | 0 .../comp_obj/comp-clss_n.params.yaml | 0 .../comp_obj/comp-intf.ets | 0 .../comp_obj/comp-intf.params.yaml | 0 .../comp_obj/comp-intf_n.ets | 0 .../comp_obj/comp-intf_n.params.yaml | 0 .../decl_const/decl-const.ets | 0 .../decl_const/decl-const.params.yaml | 0 .../decl_const/decl-const_n.ets | 0 .../decl_const/decl-const_n.params.yaml | 0 .../decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../decl_field/decl-field_n.ets | 0 .../decl_field/decl-field_n.params.yaml | 0 .../decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../decl_var/decl-var_n.ets | 0 .../decl_var/decl-var_n.params.yaml | 0 .../assn_var/assn-var-n2.ets | 0 .../assn_var/assn-var-n2.params.yaml | 0 .../assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../call_cons/call-cons-n2.ets | 0 .../call_cons/call-cons-n2.params.yaml | 0 .../call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../call_func/call-func-n2.ets | 0 .../call_func/call-func-n2.params.yaml | 0 .../call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../call_lmbd/call-lmbd-n2.ets | 0 .../call_lmbd/call-lmbd-n2.params.yaml | 0 .../call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../call_meth/call-meth-n2.ets | 0 .../call_meth/call-meth-n2.params.yaml | 0 .../call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../comp_arr/comp-arr-n2.ets | 0 .../comp_arr/comp-arr-n2.params.yaml | 0 .../comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../comp_obj/comp-clss-n2.ets | 0 .../comp_obj/comp-clss-n2.params.yaml | 0 .../comp_obj/comp-clss.ets | 0 .../comp_obj/comp-clss.params.yaml | 0 .../contravariancetotype.ets | 0 .../covariancetotype.ets | 0 .../decl_field/decl-field-n2.ets | 0 .../decl_field/decl-field-n2.params.yaml | 0 .../decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../decl_var/decl-var-n2.ets | 0 .../decl_var/decl-var-n2.params.yaml | 0 .../decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../function_types_conversions_0.ets | 0 .../function_types_conversions_1.ets | 0 .../function_types_conversions_10.ets | 0 .../function_types_conversions_11.ets | 0 .../function_types_conversions_12.ets | 0 .../function_types_conversions_13.ets | 0 .../function_types_conversions_2.ets | 0 .../function_types_conversions_3.ets | 0 .../function_types_conversions_4.ets | 0 .../function_types_conversions_5.ets | 0 .../function_types_conversions_6.ets | 0 .../function_types_conversions_7.ets | 0 .../function_types_conversions_8.ets | 0 .../function_types_conversions_9.ets | 0 .../nooptionaltooptional.ets | 0 .../08.function_types_conversions/spec1.ets | 0 .../08.function_types_conversions/spec2.ets | 0 .../08.function_types_conversions/spec3.ets | 0 .../08.function_types_conversions/spec4.ets | 0 .../subtype_to_supertype.ets | 0 .../subtype_to_supertype.params.yaml | 0 .../subtype_to_supertype_neg.ets | 0 .../subtype_to_supertype_neg.params.yaml | 0 .../assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../assn_var/assn-var_n.ets | 0 .../assn_var/assn-var_n.params.yaml | 0 .../call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../call_cons/call-cons2_n.ets | 0 .../call_cons/call-cons2_n.params.yaml | 0 .../call_cons/call-cons_n.ets | 0 .../call_cons/call-cons_n.params.yaml | 0 .../call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../call_func/call-func2_n.ets | 0 .../call_func/call-func2_n.params.yaml | 0 .../call_func/call-func_n.ets | 0 .../call_func/call-func_n.params.yaml | 0 .../call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../call_lmbd/call-lmbd_n.ets | 0 .../call_lmbd/call-lmbd_n.params.yaml | 0 .../call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../call_meth/call-meth2_n.ets | 0 .../call_meth/call-meth2_n.params.yaml | 0 .../call_meth/call-meth_n.ets | 0 .../call_meth/call-meth_n.params.yaml | 0 .../comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../comp_arr/comp-arr_n.ets | 0 .../comp_arr/comp-arr_n.params.yaml | 0 .../comp_obj/comp-obj.ets | 0 .../comp_obj/comp-obj.params.yaml | 0 .../comp_obj/comp-obj_n.ets | 0 .../comp_obj/comp-obj_n.params.yaml | 0 .../decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../decl_field/decl-field_n.ets | 0 .../decl_field/decl-field_n.params.yaml | 0 .../decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../decl_var/decl-var_n.ets | 0 .../decl_var/decl-var_n.params.yaml | 0 .../10.enum_to_const_types_conversions/enum2int.ets | 0 .../enum2int.params.yaml | 0 .../10.enum_to_const_types_conversions/enum2str.ets | 0 .../enum2str.params.yaml | 0 .../11.constant_to_enum_conversions/int2enum.ets | 0 .../int2enum.params.yaml | 0 .../11.constant_to_enum_conversions/int2enum_n.ets | 0 .../int2enum_n.params.yaml | 0 .../11.constant_to_enum_conversions/str2enum_n.ets | 0 .../str2enum_n.params.yaml | 0 .../assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../assn_var/assn-var2.ets | 0 .../assn_var/assn-var2.params.yaml | 0 .../call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../call_cons/call-cons2.ets | 0 .../call_cons/call-cons2.params.yaml | 0 .../call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../call_func/call-func2.ets | 0 .../call_func/call-func2.params.yaml | 0 .../call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../call_lmbd/call-lmbd2.ets | 0 .../call_lmbd/call-lmbd2.params.yaml | 0 .../call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../call_meth/call-meth2.ets | 0 .../call_meth/call-meth2.params.yaml | 0 .../comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../comp_arr/comp-arr2.ets | 0 .../comp_arr/comp-arr2.params.yaml | 0 .../comp_obj/comp-intf.ets | 0 .../comp_obj/comp-intf.params.yaml | 0 .../comp_obj/comp-obj.ets | 0 .../comp_obj/comp-obj.params.yaml | 0 .../comp_obj/comp-obj2.ets | 0 .../comp_obj/comp-obj2.params.yaml | 0 .../decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../decl_field/decl-field2.ets | 0 .../decl_field/decl-field2.params.yaml | 0 .../decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../decl_var/decl-var2.ets | 0 .../decl_var/decl-var2.params.yaml | 0 .../attemp_invalid_type_conversion.ets | 0 .../attemp_invalid_type_conversion.params.yaml | 0 .../attemp_invalid_type_conversion_only_compile.ets | 0 ...invalid_type_conversion_only_compile.params.yaml | 0 .../ae1.ets | 0 .../ae2.ets | 0 .../ae3.ets | 0 .../ae4.ets | 0 .../ae5.ets | 0 .../ae6.ets | 0 .../ae7.ets | 0 .../ae8.ets | 0 .../aioobe1.ets | 0 .../aioobe2.ets | 0 .../aioobe3.ets | 0 .../aioobe4.ets | 0 .../aioobe5.ets | 0 .../cce1.ets | 0 .../cce2.ets | 0 .../nase1.ets | 0 .../nase2.ets | 0 .../nase3.ets | 0 .../npe1.ets | 0 .../npe2.ets | 0 .../npe3.ets | 0 .../oome1.ets | 0 .../int_parens.ets | 0 .../int_parens.params.yaml | 0 .../03.operator_precedence/add.ets | 0 .../03.operator_precedence/bitwise.ets | 0 .../03.operator_precedence/bool.ets | 0 .../03.operator_precedence/bool_cond.ets | 0 .../03.operator_precedence/bool_tern.ets | 0 .../03.operator_precedence/cast.ets | 0 .../03.operator_precedence/comb.ets | 0 .../03.operator_precedence/div.ets | 0 .../03.operator_precedence/instanceof.ets | 0 .../03.operator_precedence/mod.ets | 0 .../03.operator_precedence/mul.ets | 0 .../03.operator_precedence/null_coalescing.ets | 0 .../03.operator_precedence/postfix.ets | 0 .../03.operator_precedence/prefix.ets | 0 .../03.operator_precedence/rel.ets | 0 .../03.operator_precedence/shift.ets | 0 .../03.operator_precedence/sub.ets | 0 .../03.operator_precedence/ternary.ets | 0 .../03.operator_precedence/typeof.ets | 0 .../03.operator_precedence/unary.ets | 0 .../arg_order_function.ets | 0 .../05.evaluation_of_other_expressions/cast.ets | 0 .../cast.params.yaml | 0 .../05.evaluation_of_other_expressions/instof.ets | 0 .../05.evaluation_of_other_expressions/mcall.ets | 0 .../01.evaluation_of_expressions/eval_decl.ets | 0 .../01.evaluation_of_expressions/eval_f.ets | 0 .../01.evaluation_of_expressions/eval_se.ets | 0 .../01.evaluation_of_expressions/heap_pollution.ets | 0 .../01.evaluation_of_expressions/typ.ets | 0 .../01.evaluation_of_expressions/typ.params.yaml | 0 .../03.named_reference/named_reference_0.ets | 0 .../03.named_reference/named_reference_1.ets | 0 .../03.named_reference/named_reference_10.ets | 0 .../03.named_reference/named_reference_11.ets | 0 .../03.named_reference/named_reference_12.ets | 0 .../03.named_reference/named_reference_14.ets | 0 .../03.named_reference/named_reference_15.ets | 0 .../03.named_reference/named_reference_16.ets | 0 .../03.named_reference/named_reference_17.ets | 0 .../03.named_reference/named_reference_18.ets | 0 .../03.named_reference/named_reference_19.ets | 0 .../03.named_reference/named_reference_2.ets | 0 .../03.named_reference/named_reference_20.ets | 0 .../03.named_reference/named_reference_21.ets | 0 .../03.named_reference/named_reference_22.ets | 0 .../03.named_reference/named_reference_23.ets | 0 .../03.named_reference/named_reference_24.ets | 0 .../03.named_reference/named_reference_25.ets | 0 .../03.named_reference/named_reference_26.ets | 0 .../03.named_reference/named_reference_27.ets | 0 .../03.named_reference/named_reference_28.ets | 0 .../03.named_reference/named_reference_29.ets | 0 .../03.named_reference/named_reference_3.ets | 0 .../03.named_reference/named_reference_30.ets | 0 .../03.named_reference/named_reference_31.ets | 0 .../03.named_reference/named_reference_32.ets | 0 .../03.named_reference/named_reference_33.ets | 0 .../03.named_reference/named_reference_34.ets | 0 .../03.named_reference/named_reference_35.ets | 0 .../03.named_reference/named_reference_36.ets | 0 .../03.named_reference/named_reference_37.ets | 0 .../03.named_reference/named_reference_38.ets | 0 .../03.named_reference/named_reference_39.ets | 0 .../03.named_reference/named_reference_4.ets | 0 .../03.named_reference/named_reference_40.ets | 0 .../03.named_reference/named_reference_41.ets | 0 .../03.named_reference/named_reference_42.ets | 0 .../03.named_reference/named_reference_43.ets | 0 .../03.named_reference/named_reference_44.ets | 0 .../03.named_reference/named_reference_5.ets | 0 .../03.named_reference/named_reference_6.ets | 0 .../03.named_reference/named_reference_7.ets | 0 .../03.named_reference/named_reference_8.ets | 0 .../03.named_reference/named_reference_9.ets | 0 .../03.named_reference/named_reference_export1.ets | 0 .../03.named_reference/named_reference_export10.ets | 0 .../03.named_reference/named_reference_export11.ets | 0 .../03.named_reference/named_reference_export4.ets | 0 .../03.named_reference/named_reference_export5.ets | 0 .../03.named_reference/named_reference_export6.ets | 0 .../03.named_reference/named_reference_export7.ets | 0 .../03.named_reference/named_reference_export8.ets | 0 .../03.named_reference/named_reference_export9.ets | 0 .../03.named_reference/qualified_name.ets | 0 .../03.named_reference/qualified_name.params.yaml | 0 .../arr2_inf_assn.ets | 0 .../arr2_inf_assn.params.yaml | 0 .../arr2_inf_call.ets | 0 .../arr2_inf_call.params.yaml | 0 .../arr2_inf_cast.ets | 0 .../arr2_inf_cast.params.yaml | 0 .../arr2_inf_decl.ets | 0 .../arr2_inf_decl.params.yaml | 0 .../arr3_inf_assn.ets | 0 .../arr3_inf_assn.params.yaml | 0 .../arr3_inf_call.ets | 0 .../arr3_inf_call.params.yaml | 0 .../arr3_inf_cast.ets | 0 .../arr3_inf_cast.params.yaml | 0 .../arr3_inf_decl.ets | 0 .../arr3_inf_decl.params.yaml | 0 .../01.type_inference_from_context/arr_inf_assn.ets | 0 .../arr_inf_assn.params.yaml | 0 .../01.type_inference_from_context/arr_inf_call.ets | 0 .../arr_inf_call.params.yaml | 0 .../01.type_inference_from_context/arr_inf_cast.ets | 0 .../arr_inf_cast.params.yaml | 0 .../01.type_inference_from_context/arr_inf_decl.ets | 0 .../arr_inf_decl.params.yaml | 0 .../01.type_inference_from_context/arr_inf_n.ets | 0 .../arr_inf_n.params.yaml | 0 .../01.type_inference_from_context/spec-ex1.ets | 0 .../01.type_inference_from_context/spec-ex2.ets | 0 .../01.type_inference_from_context/spec-ex3.ets | 0 .../01.type_inference_from_context/spec-ex4.ets | 0 .../01.type_inference_from_context/spec-ex5.ets | 0 .../01.type_inference_from_context/spec-ex6.ets | 0 .../01.type_inference_from_context/spec-ex7.ets | 0 .../01.type_inference_from_context/spec-ex8.ets | 0 .../01.type_inference_from_context/spec-ex9.ets | 0 .../01.type_inference_from_context/tup_inf_assn.ets | 0 .../tup_inf_assn.params.yaml | 0 .../01.type_inference_from_context/tup_inf_call.ets | 0 .../tup_inf_call.params.yaml | 0 .../01.type_inference_from_context/tup_inf_cast.ets | 0 .../tup_inf_cast.params.yaml | 0 .../01.type_inference_from_context/tup_inf_decl.ets | 0 .../tup_inf_decl.params.yaml | 0 .../arr_inf2.ets | 0 .../arr_inf2.params.yaml | 0 .../arr_inf2_n.ets | 0 .../arr_inf2_n.params.yaml | 0 .../arr_inf2_num1.ets | 0 .../arr_inf2_num1.params.yaml | 0 .../arr_inf2_num2.ets | 0 .../arr_inf2_num2.params.yaml | 0 .../arr_inf2_same_type.ets | 0 .../arr_inf2_same_type.params.yaml | 0 .../07.expressions/04.array_literal/arr_abrupt.ets | 0 .../04.array_literal/arr_abrupt.params.yaml | 0 .../07.expressions/04.array_literal/arr_expr.ets | 0 .../04.array_literal/arr_expr.params.yaml | 0 .../07.expressions/04.array_literal/arr_n.ets | 0 .../04.array_literal/arr_n.params.yaml | 0 .../07.expressions/04.array_literal/arr_nest.ets | 0 .../04.array_literal/arr_nest.params.yaml | 0 .../04.array_literal/array_literal.ets | 0 .../04.array_literal/array_literal.params.yaml | 0 .../01.object_literal_of_class_type/cl.ets | 0 .../01.object_literal_of_class_type/cl.params.yaml | 0 .../01.object_literal_of_class_type/cl_n.ets | 0 .../cl_n.params.yaml | 0 .../class_composite_bad_multiple_init.ets | 0 .../class_composite_initialization_order.ets | 0 .../01.object_literal_of_class_type/spec_ex1.ets | 0 .../01.object_literal_of_class_type/spec_ex2.ets | 0 .../01.object_literal_of_class_type/spec_ex3.ets | 0 .../02.object_literal_of_interface_type/in.ets | 0 .../in.params.yaml | 0 .../02.object_literal_of_interface_type/in_n.ets | 0 .../in_n.params.yaml | 0 .../interface_composite_bad_multiple_init.ets | 0 .../interface_composite_initialization_order.ets | 0 .../spec_ex1.ets | 0 .../spec_ex2.ets | 0 .../03.object_literal_of_record_type/re.ets | 0 .../03.object_literal_of_record_type/re.params.yaml | 0 .../03.object_literal_of_record_type/re_n.ets | 0 .../re_n.params.yaml | 0 .../record_composite_bad_multiple_init.ets | 0 .../03.object_literal_of_record_type/spec_ex1.ets | 0 .../03.object_literal_of_record_type/spec_ex2.ets | 0 .../03.object_literal_of_record_type/spec_ex3.ets | 0 .../04.object_literal_evaluation/ex0.ets | 0 .../04.object_literal_evaluation/ex1.ets | 0 .../04.object_literal_evaluation/ex2.ets | 0 .../class_composite_as_a_function_parameter.ets | 0 .../class_composite_declaration.ets | 0 .../class_composite_in_class_composite.ets | 0 .../class_composite_inside_a_class_method.ets | 0 ...class_composite_inside_the_class_constructor.ets | 0 .../class_composite_with_inherited_fields.ets | 0 .../05.object_literal/constructor_is_missing.ets | 0 .../execution_of_the_class_left_to_right.ets | 0 .../05.object_literal/incorrect_value_type.ets | 0 .../05.object_literal/inferred_to_abstract.ets | 0 .../inferred_to_abstract_with_abstract_method.ets | 0 .../inferred_to_abstract_with_method.ets | 0 .../initializing_a_class_internally.ets | 0 .../05.object_literal/internal_field_access.ets | 0 .../more_trailing_commas_is_bad.ets | 0 .../05.object_literal/no_such_field_in_cc.ets | 0 .../private_field_access_from_derived_class.ets | 0 .../private_field_access_from_function.ets | 0 .../private_parameterless_cinstructor.ets | 0 .../protected_field_access_from_derived_class.ets | 0 .../protected_field_access_from_no_class.ets | 0 .../05.object_literal/trailing_comma_is_ignored.ets | 0 .../05.object_literal/type_not_inferred.ets | 0 .../07.expressions/06.spread_expression/spex.ets | 0 .../06.spread_expression/spex.params.yaml | 0 .../06.spread_expression/spex_const.ets | 0 .../06.spread_expression/spex_const.params.yaml | 0 .../06.spread_expression/spex_func.ets | 0 .../06.spread_expression/spex_func.params.yaml | 0 .../06.spread_expression/spex_lmbd.ets | 0 .../06.spread_expression/spex_lmbd.params.yaml | 0 .../06.spread_expression/spex_meth.ets | 0 .../06.spread_expression/spex_meth.params.yaml | 0 .../07.parenthesized_expression/paren_expr.ets | 0 .../paren_expr.params.yaml | 0 .../08.this_expression/this_in_class_method.ets | 0 .../08.this_expression/this_in_constructor.ets | 0 .../08.this_expression/this_in_interface_method.ets | 0 .../08.this_expression/this_in_lambda.ets | 0 .../08.this_expression/this_in_lambda_negative.ets | 0 .../08.this_expression/this_out_class_method.ets | 0 .../this_primary_expression_in_class.ets | 0 .../this_primary_expression_in_lambda.ets | 0 .../08.this_expression/this_with_nullable_type.ets | 0 .../this_with_t_in_non_generic.ets | 0 .../access_non_static_field.ets | 0 .../access_non_static_field_1.ets | 0 .../access_non_static_field_2.ets | 0 .../access_non_static_field_3.ets | 0 .../access_non_static_field_4.ets | 0 .../access_non_static_field_5.ets | 0 .../access_non_static_field_6.ets | 0 .../access_static_field.ets | 0 .../access_static_field_1.ets | 0 .../access_static_field_2.ets | 0 .../access_static_field_3.ets | 0 .../access_static_field_4.ets | 0 .../access_static_field_5.ets | 0 .../access_static_field_6.ets | 0 .../access_static_field_7.ets | 0 .../access_static_field_8.ets | 0 .../access_static_field_9.ets | 0 .../access_static_field_nn.ets | 0 .../access_static_field_nn.params.yaml | 0 .../incorrect_class_field_access.ets | 0 .../incorrect_class_field_access.params.yaml | 0 .../nullable_reference_type.ets | 0 .../nullish_reference_type.ets | 0 .../nullish_reference_type_1.ets | 0 .../nullish_reference_type_2.ets | 0 .../nullish_reference_type_3.ets | 0 .../access_by_super_from_method.ets | 0 .../access_by_super_from_method_1.ets | 0 .../access_by_super_from_method_2.ets | 0 .../access_by_super_in_constructor.ets | 0 .../access_by_super_in_constructor_1.ets | 0 .../access_by_super_in_constructor_2.ets | 0 .../access_by_super_in_field.ets | 0 .../access_by_super_in_field_1.ets | 0 .../access_by_super_in_field_2.ets | 0 .../access_by_super_in_field_3.ets | 0 .../access_by_super_in_field_4.ets | 0 .../access_by_super_in_field_nn.ets | 0 .../access_by_super_in_field_nn.params.yaml | 0 .../access_by_super_in_initializer.ets | 0 .../access_by_super_in_main.ets | 0 .../access_by_super_in_main_1.ets | 0 .../access_by_super_of_generic.ets | 0 .../access_to_super_through_this.ets | 0 .../09.field_access_expressions/access.ets | 0 .../09.field_access_expressions/access_by_super.ets | 0 .../access_through_class_type.ets | 0 .../access_through_interface_type.ets | 0 .../lazy_reference_evaluation.ets | 0 .../safe_field_access_0.ets | 0 .../safe_field_access_1.ets | 0 .../safe_field_access_2.ets | 0 .../01.step_1_selection_of_type_to_use/step1.ets | 0 .../step1.params.yaml | 0 .../01.step_1_selection_of_type_to_use/step1n.ets | 0 .../step1n.params.yaml | 0 .../02.step_2_selection_of_method/step2.ets | 0 .../02.step_2_selection_of_method/step2.params.yaml | 0 .../02.step_2_selection_of_method/step2n.ets | 0 .../step2n.params.yaml | 0 .../03.step_3_checking_method_modifiers/step3a.ets | 0 .../step3a.params.yaml | 0 .../step3a_n.ets | 0 .../step3a_n.params.yaml | 0 .../03.step_3_checking_method_modifiers/step3b.ets | 0 .../step3b.params.yaml | 0 .../step3b_n.ets | 0 .../step3b_n.params.yaml | 0 .../03.step_3_checking_method_modifiers/step3c.ets | 0 .../step3c.params.yaml | 0 .../step3c_n.ets | 0 .../step3c_n.params.yaml | 0 .../04.type_of_method_call_expression/negative.ets | 0 .../negative.params.yaml | 0 .../04.type_of_method_call_expression/positive.ets | 0 .../positive.params.yaml | 0 .../10.method_call_expression/class_method.ets | 0 .../class_static_method.ets | 0 .../class_static_method_with_wildcard.ets | 0 .../10.method_call_expression/interface_method.ets | 0 .../safe_method_call_0.ets | 0 .../safe_method_call_1.ets | 0 .../11.function_call_expression/fcall.ets | 0 .../11.function_call_expression/fcall.params.yaml | 0 .../11.function_call_expression/fcall_n.ets | 0 .../11.function_call_expression/fcall_n.params.yaml | 0 .../function_call_expression.ets | 0 .../optional_chaining_null_result.ets | 0 .../optional_chaining_value_result.ets | 0 .../safe_fcall_ftype.ets | 0 .../safe_fcall_ftype.params.yaml | 0 .../11.function_call_expression/safe_fcall_lmbd.ets | 0 .../safe_fcall_lmbd.params.yaml | 0 .../safe_function_call_0.ets | 0 .../safe_function_call_1.ets | 0 .../safe_function_call_2.ets | 0 .../safe_function_call_3.ets | 0 .../step_1_selection_of_function/step1.ets | 0 .../step_1_selection_of_function/step1.params.yaml | 0 .../step_1_selection_of_function/step1n.ets | 0 .../step_1_selection_of_function/step1n.params.yaml | 0 .../step_2_semantic_correctness_check/step2.ets | 0 .../step2.params.yaml | 0 .../step_2_semantic_correctness_check/step2_n.ets | 0 .../step2_n.params.yaml | 0 .../01.array_indexing_expression/abrupt01.ets | 0 .../01.array_indexing_expression/abrupt10.ets | 0 .../01.array_indexing_expression/abrupt11.ets | 0 .../01.array_indexing_expression/abrupt12.ets | 0 .../01.array_indexing_expression/array_access.ets | 0 .../01.array_indexing_expression/array_access2.ets | 0 .../01.array_indexing_expression/array_access3.ets | 0 .../01.array_indexing_expression/array_access4.ets | 0 .../01.array_indexing_expression/array_access5.ets | 0 .../01.array_indexing_expression/array_access6.ets | 0 .../01.array_indexing_expression/array_access7.ets | 0 .../01.array_indexing_expression/array_access8.ets | 0 .../01.array_indexing_expression/array_access9.ets | 0 .../01.array_indexing_expression/array_index01.ets | 0 .../01.array_indexing_expression/array_index02.ets | 0 .../01.array_indexing_expression/array_index03.ets | 0 .../01.array_indexing_expression/array_index04.ets | 0 .../01.array_indexing_expression/array_index05.ets | 0 .../01.array_indexing_expression/array_index06.ets | 0 .../01.array_indexing_expression/array_index07.ets | 0 .../01.array_indexing_expression/array_index08.ets | 0 .../01.array_indexing_expression/array_index09.ets | 0 .../01.array_indexing_expression/array_index10.ets | 0 .../01.array_indexing_expression/array_index11.ets | 0 .../01.array_indexing_expression/array_index12.ets | 0 .../01.array_indexing_expression/array_index13.ets | 0 .../01.array_indexing_expression/array_index14.ets | 0 .../01.array_indexing_expression/array_index15.ets | 0 .../01.array_indexing_expression/array_index16.ets | 0 .../01.array_indexing_expression/array_index17.ets | 0 .../01.array_indexing_expression/array_index18.ets | 0 .../01.array_indexing_expression/array_index19.ets | 0 .../01.array_indexing_expression/array_index20.ets | 0 .../01.array_indexing_expression/array_index21.ets | 0 .../01.array_indexing_expression/array_index22.ets | 0 .../01.array_indexing_expression/array_index23.ets | 0 .../01.array_indexing_expression/array_index24.ets | 0 .../01.array_indexing_expression/array_index25.ets | 0 .../01.array_indexing_expression/array_index2_n.ets | 0 .../array_index2_n.params.yaml | 0 .../01.array_indexing_expression/array_index3_n.ets | 0 .../array_index3_n.params.yaml | 0 .../01.array_indexing_expression/array_index_n.ets | 0 .../array_index_n.params.yaml | 0 .../01.array_indexing_expression/indx0a.ets | 0 .../01.array_indexing_expression/indx0b.ets | 0 .../01.array_indexing_expression/indx0c.ets | 0 .../01.array_indexing_expression/indx0d.ets | 0 .../01.array_indexing_expression/indx0e.ets | 0 .../01.array_indexing_expression/indx2a.ets | 0 .../01.array_indexing_expression/indx2b.ets | 0 .../01.array_indexing_expression/indx2c.ets | 0 .../01.array_indexing_expression/indx2d.ets | 0 .../safe_array_access1.ets | 0 .../safe_array_access2.ets | 0 .../safe_array_access3.ets | 0 .../safe_array_access4.ets | 0 .../safe_array_access6.ets | 0 .../01.array_indexing_expression/spec_ex1.ets | 0 .../01.array_indexing_expression/spec_ex2.ets | 0 .../02.record_indexing_expression/ind.ets | 0 .../02.record_indexing_expression/ind.params.yaml | 0 .../02.record_indexing_expression/ind2.ets | 0 .../02.record_indexing_expression/ind2.params.yaml | 0 .../02.record_indexing_expression/indx1a.ets | 0 .../02.record_indexing_expression/indx1b.ets | 0 .../02.record_indexing_expression/indx1c.ets | 0 .../02.record_indexing_expression/indx1d.ets | 0 .../02.record_indexing_expression/indx1e.ets | 0 .../02.record_indexing_expression/indx3a.ets | 0 .../02.record_indexing_expression/indx3b.ets | 0 .../02.record_indexing_expression/indx3c.ets | 0 .../02.record_indexing_expression/indx3d.ets | 0 .../02.record_indexing_expression/record01.ets | 0 .../02.record_indexing_expression/record02.ets | 0 .../02.record_indexing_expression/record03.ets | 0 .../02.record_indexing_expression/record04.ets | 0 .../02.record_indexing_expression/record05.ets | 0 .../02.record_indexing_expression/record06.ets | 0 .../02.record_indexing_expression/record07.ets | 0 .../02.record_indexing_expression/record08.ets | 0 .../02.record_indexing_expression/record09.ets | 0 .../02.record_indexing_expression/record10.ets | 0 .../02.record_indexing_expression/record11.ets | 0 .../02.record_indexing_expression/record12.ets | 0 .../02.record_indexing_expression/record13.ets | 0 .../02.record_indexing_expression/record14.ets | 0 .../02.record_indexing_expression/record15.ets | 0 .../02.record_indexing_expression/record16.ets | 0 .../02.record_indexing_expression/record17.ets | 0 .../02.record_indexing_expression/record18.ets | 0 .../02.record_indexing_expression/record19.ets | 0 .../02.record_indexing_expression/record21.ets | 0 .../02.record_indexing_expression/record22.ets | 0 .../02.record_indexing_expression/record23.ets | 0 .../02.record_indexing_expression/record24.ets | 0 .../02.record_indexing_expression/record25.ets | 0 .../02.record_indexing_expression/record26.ets | 0 .../02.record_indexing_expression/record27.ets | 0 .../07.expressions/13.chaining_operator/chop0.ets | 0 .../07.expressions/13.chaining_operator/chop1.ets | 0 .../13.chaining_operator/chop_access.ets | 0 .../13.chaining_operator/chop_access01.ets | 0 .../13.chaining_operator/chop_array.ets | 0 .../13.chaining_operator/chop_array01.ets | 0 .../13.chaining_operator/chop_array02.ets | 0 .../13.chaining_operator/chop_array03.ets | 0 .../13.chaining_operator/chop_asyn_func.ets | 0 .../13.chaining_operator/chop_asyn_func01.ets | 0 .../13.chaining_operator/chop_com_def.ets | 0 .../13.chaining_operator/chop_com_def01.ets | 0 .../13.chaining_operator/chop_com_func.ets | 0 .../13.chaining_operator/chop_com_func01.ets | 0 .../13.chaining_operator/chop_com_index.ets | 0 .../13.chaining_operator/chop_com_index01.ets | 0 .../13.chaining_operator/chop_complex.ets | 0 .../13.chaining_operator/chop_complex01.ets | 0 .../13.chaining_operator/chop_dynamic_property.ets | 0 .../13.chaining_operator/chop_existence.ets | 0 .../13.chaining_operator/chop_filed.ets | 0 .../13.chaining_operator/chop_func.ets | 0 .../13.chaining_operator/chop_func01.ets | 0 .../13.chaining_operator/chop_func02.ets | 0 .../13.chaining_operator/chop_func03.ets | 0 .../13.chaining_operator/chop_method.ets | 0 .../13.chaining_operator/chop_method01.ets | 0 .../13.chaining_operator/chop_method02.ets | 0 .../13.chaining_operator/chop_multilevel.ets | 0 .../13.chaining_operator/chop_multilevel01.ets | 0 .../13.chaining_operator/chop_multilevel02.ets | 0 .../13.chaining_operator/chop_nested_obj.ets | 0 .../13.chaining_operator/chop_nested_obj01.ets | 0 .../13.chaining_operator/chop_normal.ets | 0 .../13.chaining_operator/chop_null.ets | 0 .../13.chaining_operator/chop_nullish.ets | 0 .../13.chaining_operator/chop_nullish01.ets | 0 .../13.chaining_operator/chop_nullish02.ets | 0 .../13.chaining_operator/chop_optional.ets | 0 .../13.chaining_operator/chop_optional01.ets | 0 .../13.chaining_operator/chop_optional02.ets | 0 .../13.chaining_operator/chop_type.ets | 0 .../13.chaining_operator/chop_type01.ets | 0 .../13.chaining_operator/chop_undefined.ets | 0 .../class_instance_creation_expressions.ets | 0 .../class_instance_creation_expressions.params.yaml | 0 .../07.expressions/15.cast_expressions/cast.ets | 0 .../15.cast_expressions/cast.params.yaml | 0 .../07.expressions/15.cast_expressions/cast0.ets | 0 .../07.expressions/15.cast_expressions/cast1.ets | 0 .../07.expressions/15.cast_expressions/cast2.ets | 0 .../15.cast_expressions/nullable_cast_0.ets | 0 .../15.cast_expressions/nullable_cast_1.ets | 0 .../16.instanceof_expression/instanceof-cte.ets | 0 .../instanceof-cte.params.yaml | 0 .../16.instanceof_expression/instanceof.ets | 0 .../16.instanceof_expression/instanceof.params.yaml | 0 .../object_incompatible_with_the_specified_type.ets | 0 .../operand_that_is_a_reference_type.ets | 0 .../operand_that_is_not_a_reference_type.ets | 0 .../right_operand_that_is_not_a_reference_type.ets | 0 .../17.typeof_expression/comptime.ets | 0 .../17.typeof_expression/comptime.params.yaml | 0 .../17.typeof_expression/negative.ets | 0 .../17.typeof_expression/negative.params.yaml | 0 .../07.expressions/17.typeof_expression/runtime.ets | 0 .../17.typeof_expression/runtime.params.yaml | 0 .../17.typeof_expression/tof_const.ets | 0 .../17.typeof_expression/tof_const.params.yaml | 0 .../17.typeof_expression/tof_func.ets | 0 .../17.typeof_expression/tof_func.params.yaml | 0 .../17.typeof_expression/tof_meth.ets | 0 .../17.typeof_expression/tof_meth.params.yaml | 0 .../07.expressions/17.typeof_expression/tof_obj.ets | 0 .../17.typeof_expression/tof_obj.params.yaml | 0 .../17.typeof_expression/tof_vars.ets | 0 .../17.typeof_expression/tof_vars.params.yaml | 0 .../not_nullable_check.ets | 0 .../18.ensure-not-nullish_expression/null_check.ets | 0 .../null_check_exception.ets | 0 .../null_check_exception_1.ets | 0 .../null_check_exception_2.ets | 0 .../null_check_exception_3.ets | 0 .../null_check_exception_4.ets | 0 .../null_check_exception_5.ets | 0 .../null_check_value.ets | 0 .../nullable_cast_0.ets | 0 .../nullable_cast_1.ets | 0 .../undefined_0.ets | 0 .../undefined_1.ets | 0 .../undefined_2.ets | 0 .../undefined_3.ets | 0 .../undefined_4.ets | 0 .../undefined_5.ets | 0 .../lazy_operator.ets | 0 .../lazy_operator_2.ets | 0 .../least_upper_bound.ets | 0 .../left_hand_side.ets | 0 .../left_hand_side_value_type.ets | 0 .../right_hand_side.ets | 0 .../right_hand_side_value_type_0.ets | 0 .../right_hand_side_value_type_1.ets | 0 .../type_of_null_coalescing_0.ets | 0 .../type_of_null_coalescing_1.ets | 0 .../type_of_null_coalescing_2.ets | 0 .../01.postfix_increment/postfix_increment.ets | 0 .../01.postfix_increment/postfix_increment_neg.ets | 0 .../02.postfix_decrement/postfix_decrement.ets | 0 .../02.postfix_decrement/postfix_decrement_neg.ets | 0 .../03.prefix_increment/prefix_increment.ets | 0 .../03.prefix_increment/prefix_increment_neg.ets | 0 .../04.prefix_decrement/prefix_decrement.ets | 0 .../04.prefix_decrement/prefix_decrement_neg.ets | 0 .../05.unary_plus/unary_plus.ets | 0 .../05.unary_plus/unary_plus_neg.ets | 0 .../06.unary_minus/unary_minus_corner.ets | 0 .../06.unary_minus/unary_minus_corner.params.yaml | 0 .../06.unary_minus/unary_minus_inbound.ets | 0 .../06.unary_minus/unary_minus_inbound.params.yaml | 0 .../06.unary_minus/unary_minus_onbound.ets | 0 .../06.unary_minus/unary_minus_onbound.params.yaml | 0 .../06.unary_minus/unary_minus_outbound.ets | 0 .../06.unary_minus/unary_minus_outbound.params.yaml | 0 .../unary_minus_outbound_NaN_double.ets | 0 .../unary_minus_outbound_NaN_float.ets | 0 .../06.unary_minus/unary_minus_outbound_float.ets | 0 .../06.unary_minus/unary_minus_outbound_int.ets | 0 .../07.bitwise_complement/bitwise_complement.ets | 0 .../bitwise_complement.params.yaml | 0 .../bitwise_complement_neg.ets | 0 .../08.logical_complement/logical_complement.ets | 0 .../logical_complement.params.yaml | 0 .../logical_complement_char.ets | 0 .../logical_complement_number.ets | 0 .../logical_complement_pos.ets | 0 .../01.multiplication/inf.ets | 0 .../01.multiplication/inf.params.yaml | 0 .../01.multiplication/integer_mul.ets | 0 .../01.multiplication/integer_mul.params.yaml | 0 .../01.multiplication/nan.ets | 0 .../01.multiplication/nan.params.yaml | 0 .../02.division/inf.ets | 0 .../02.division/inf.params.yaml | 0 .../02.division/nan.ets | 0 .../02.division/nan.params.yaml | 0 .../03.remainder/inf.ets | 0 .../03.remainder/inf.params.yaml | 0 .../03.remainder/integer_remainder.ets | 0 .../03.remainder/integer_remainder.params.yaml | 0 .../03.remainder/nan.ets | 0 .../03.remainder/nan.params.yaml | 0 .../01.string_concatenation/string_concat.ets | 0 .../string_concat.params.yaml | 0 .../float.ets | 0 .../float.params.yaml | 0 .../02.additive_operators_for_numeric_types/inf.ets | 0 .../inf.params.yaml | 0 .../02.additive_operators_for_numeric_types/int.ets | 0 .../int.params.yaml | 0 .../02.additive_operators_for_numeric_types/nan.ets | 0 .../nan.params.yaml | 0 .../23.shift_expressions/rshift_int.ets | 0 .../23.shift_expressions/rshift_int.params.yaml | 0 .../23.shift_expressions/shift_int.ets | 0 .../23.shift_expressions/shift_int.params.yaml | 0 .../float_comparison.ets | 0 .../float_comparison.params.yaml | 0 .../integer_comparison.ets | 0 .../integer_comparison.params.yaml | 0 .../long_string_comparison.ets | 0 .../string_comparison.ets | 0 .../string_comparison.params.yaml | 0 .../string_comparison_incorrect.ets | 0 .../string_comparison_incorrect.params.yaml | 0 .../03.bigint_relational_operators/ge.ets | 0 .../03.bigint_relational_operators/ge.params.yaml | 0 .../03.bigint_relational_operators/gt.ets | 0 .../03.bigint_relational_operators/gt.params.yaml | 0 .../03.bigint_relational_operators/le.ets | 0 .../03.bigint_relational_operators/le.params.yaml | 0 .../03.bigint_relational_operators/lt.ets | 0 .../03.bigint_relational_operators/lt.params.yaml | 0 .../03.bigint_relational_operators/rel_n.ets | 0 .../rel_n.params.yaml | 0 .../boolean_comparison.ets | 0 .../boolean_comparison.params.yaml | 0 .../boolean_comparison_neg.ets | 0 .../boolean_comparison_neg.params.yaml | 0 .../05.enumeration_relational_operators/enum2.ets | 0 .../enum2.params.yaml | 0 .../enum_arr.ets | 0 .../enum_arr.params.yaml | 0 .../enum_cond.ets | 0 .../enum_cond.params.yaml | 0 .../enum_fld.ets | 0 .../enum_fld.params.yaml | 0 .../enum_fun.ets | 0 .../enum_fun.params.yaml | 0 .../enum_lmb.ets | 0 .../enum_lmb.params.yaml | 0 .../enum_tup.ets | 0 .../enum_tup.params.yaml | 0 .../enum_union.ets | 0 .../enum_union.params.yaml | 0 .../enum_var.ets | 0 .../enum_var.params.yaml | 0 .../01.numerical_equality_operators/char_eq.ets | 0 .../char_eq.params.yaml | 0 .../01.numerical_equality_operators/char_eq_n.ets | 0 .../char_eq_n.params.yaml | 0 .../float_equality_0.ets | 0 .../float_equality_1.ets | 0 .../float_equality_2.ets | 0 .../float_equality_3.ets | 0 .../float_equality_4.ets | 0 .../numeric_equality.ets | 0 .../numeric_equality.params.yaml | 0 .../02.string_equality_operators/string_eq.ets | 0 .../string_eq.params.yaml | 0 .../02.string_equality_operators/string_eq_cte.ets | 0 .../string_eq_cte.params.yaml | 0 .../03.bigint_equality_operators/bigint_eq_cte.ets | 0 .../bigint_eq_cte.params.yaml | 0 .../03.bigint_equality_operators/eq.ets | 0 .../03.bigint_equality_operators/eq.params.yaml | 0 .../03.bigint_equality_operators/eq_n.ets | 0 .../03.bigint_equality_operators/eq_n.params.yaml | 0 .../03.bigint_equality_operators/ne1.ets | 0 .../03.bigint_equality_operators/ne1.params.yaml | 0 .../03.bigint_equality_operators/ne2.ets | 0 .../03.bigint_equality_operators/ne2.params.yaml | 0 .../boolean_equality_operator.ets | 0 .../boolean_equality_operator.params.yaml | 0 .../enum_equality.ets | 0 .../enum_equality.params.yaml | 0 .../object_type_equality_operators/cte.ets | 0 .../object_type_equality_operators/cte.params.yaml | 0 .../object_type_equality_operators/eq.ets | 0 .../object_type_equality_operators/eq.params.yaml | 0 .../object_type_equality_operators/eq1.ets | 0 .../object_type_equality_operators/eq1.params.yaml | 0 .../object_type_equality_operators/ne.ets | 0 .../object_type_equality_operators/ne.params.yaml | 0 .../object_type_equality_operators/ne1.ets | 0 .../object_type_equality_operators/ne1.params.yaml | 0 .../type_parameter_equality_operators/eq.ets | 0 .../eq.params.yaml | 0 .../type_parameter_equality_operators/eq1.ets | 0 .../eq1.params.yaml | 0 .../type_parameter_equality_operators/eq2.ets | 0 .../eq2.params.yaml | 0 .../type_parameter_equality_operators/ne.ets | 0 .../ne.params.yaml | 0 .../type_parameter_equality_operators/ne1.ets | 0 .../ne1.params.yaml | 0 .../type_parameter_equality_operators/ne3.ets | 0 .../ne3.params.yaml | 0 .../union_equality_operators/cte.ets | 0 .../union_equality_operators/cte.params.yaml | 0 .../union_equality_operators/cte_n.ets | 0 .../union_equality_operators/cte_n.params.yaml | 0 .../union_equality_operators/eq.ets | 0 .../union_equality_operators/eq.params.yaml | 0 .../union_equality_operators/ne.ets | 0 .../union_equality_operators/ne.params.yaml | 0 .../array_types_equality_operator.ets | 0 .../array_types_equality_operator.params.yaml | 0 .../07.reference_equality/null_conversation_0.ets | 0 .../07.reference_equality/null_conversation_1.ets | 0 .../07.reference_equality/null_conversation_2.ets | 0 .../operand_is_not_of_reference_type.ets | 0 .../operand_is_not_of_reference_type.params.yaml | 0 .../refer_to_the_same_array.ets | 0 .../refer_to_the_same_object.ets | 0 .../reference_types_equality_operator.ets | 0 .../reference_types_equality_operator.params.yaml | 0 ...pe_conversion_of_one_operand_to_another_type.ets | 0 .../null_and_undefined_equality.ets | 0 .../null_and_undefined_equality.params.yaml | 0 .../null_and_undefined_equality_negative.ets | 0 ...null_and_undefined_equality_negative.params.yaml | 0 .../07.expressions/25.equality_expressions/eq.ets | 0 .../25.equality_expressions/eq.params.yaml | 0 .../25.equality_expressions/eq_neg.ets | 0 .../25.equality_expressions/eq_neg.params.yaml | 0 .../25.equality_expressions/general_equality_0.ets | 0 .../25.equality_expressions/general_equality_1.ets | 0 .../25.equality_expressions/general_equality_2.ets | 0 .../strict_primitive_compare.ets | 0 .../strict_primitive_compare.params.yaml | 0 .../07.expressions/25.equality_expressions/type.ets | 0 .../25.equality_expressions/type.params.yaml | 0 .../25.equality_expressions/type_neg.ets | 0 .../25.equality_expressions/type_neg.params.yaml | 0 .../value_equality_operators.ets | 0 .../value_equality_operators.params.yaml | 0 .../01.integer_bitwise_operators/gen.go.txt | 0 .../01.integer_bitwise_operators/integer_and.ets | 0 .../integer_and.params.yaml | 0 .../01.integer_bitwise_operators/integer_or.ets | 0 .../integer_or.params.yaml | 0 .../01.integer_bitwise_operators/integer_xor.ets | 0 .../integer_xor.params.yaml | 0 .../logical_bitwise_bool.ets | 0 .../logical_bitwise_bool.params.yaml | 0 .../logical_bitwise_boolean.ets | 0 .../logical_bitwise_boolean.params.yaml | 0 .../conditional_and_bool.ets | 0 .../conditional_and_bool.params.yaml | 0 .../conditional_and_boolean.ets | 0 .../conditional_and_boolean.params.yaml | 0 .../conditional_or_bool.ets | 0 .../conditional_or_bool.params.yaml | 0 .../conditional_or_boolean.ets | 0 .../conditional_or_boolean.params.yaml | 0 .../01.simple_assignment_operator/ord1.ets | 0 .../01.simple_assignment_operator/ord2.ets | 0 .../01.simple_assignment_operator/ord21.ets | 0 .../01.simple_assignment_operator/ord22.ets | 0 .../01.simple_assignment_operator/ord23.ets | 0 .../01.simple_assignment_operator/ord24.ets | 0 .../01.simple_assignment_operator/ord25.ets | 0 .../01.simple_assignment_operator/ord3.ets | 0 .../01.simple_assignment_operator/ord4.ets | 0 .../01.simple_assignment_operator/ord5.ets | 0 .../01.simple_assignment_operator/ord6.ets | 0 .../02.compound_assignment_operators/ops.ets | 0 .../ops.params.yaml | 0 .../02.compound_assignment_operators/ops_boxed.ets | 0 .../ops_boxed.params.yaml | 0 .../02.compound_assignment_operators/ops_neg.ets | 0 .../ops_neg.params.yaml | 0 .../02.compound_assignment_operators/ops_neg_rt.ets | 0 .../ops_neg_rt.params.yaml | 0 .../03.left_hand_side_expressions/left_array01.ets | 0 .../03.left_hand_side_expressions/left_array02.ets | 0 .../03.left_hand_side_expressions/left_array03.ets | 0 .../03.left_hand_side_expressions/left_array04.ets | 0 .../left_chained_operator.ets | 0 .../03.left_hand_side_expressions/left_class.ets | 0 .../03.left_hand_side_expressions/left_class01.ets | 0 .../03.left_hand_side_expressions/left_filed.ets | 0 .../03.left_hand_side_expressions/left_func.ets | 0 .../03.left_hand_side_expressions/left_func01.ets | 0 .../03.left_hand_side_expressions/left_func02.ets | 0 .../left_instanceof.ets | 0 .../03.left_hand_side_expressions/left_name.ets | 0 .../left_nestedfileds.ets | 0 .../03.left_hand_side_expressions/left_obj.ets | 0 .../03.left_hand_side_expressions/left_obj01.ets | 0 .../03.left_hand_side_expressions/left_operator.ets | 0 .../left_operator01.ets | 0 .../left_operator02.ets | 0 .../left_operator03.ets | 0 .../left_operator04.ets | 0 .../left_operator05.ets | 0 .../03.left_hand_side_expressions/left_property.ets | 0 .../03.left_hand_side_expressions/left_readonly.ets | 0 .../left_readonly01.ets | 0 .../03.left_hand_side_expressions/left_record.ets | 0 .../03.left_hand_side_expressions/left_result.ets | 0 .../03.left_hand_side_expressions/left_result01.ets | 0 .../03.left_hand_side_expressions/left_result02.ets | 0 .../03.left_hand_side_expressions/left_this.ets | 0 .../03.left_hand_side_expressions/left_typeof.ets | 0 .../03.left_hand_side_expressions/left_void.ets | 0 .../07.expressions/29.assignment/neg.ets | 0 .../07.expressions/29.assignment/neg.params.yaml | 0 .../07.expressions/29.assignment/order.ets | 0 .../07.expressions/29.assignment/pos.ets | 0 .../07.expressions/29.assignment/pos.params.yaml | 0 .../30.conditional_expressions/boolean_cond_ex.ets | 0 .../condiional_expression_declaration_0.ets | 0 .../condiional_expression_declaration_1.ets | 0 .../conditional_expression_array.ets | 0 .../conditional_expression_evaluation_0.ets | 0 .../conditional_expression_evaluation_1.ets | 0 .../conditional_expression_object_0.ets | 0 .../conditional_expression_object_1.ets | 0 .../conditional_expression_object_2.ets | 0 .../conditional_expression_object_3.ets | 0 .../conditional_expression_object_4.ets | 0 .../conditional_expression_object_5.ets | 0 .../conditional_expression_object_6.ets | 0 .../conditional_expression_object_7.ets | 0 .../conditional_expression_object_8.ets | 0 .../conditional_expression_order.ets | 0 .../conditional_expression_string.ets | 0 .../first_expression_not_boolean.ets | 0 .../numeric_condition_expression_type.ets | 0 .../numeric_condition_expression_type.params.yaml | 0 .../test_with_two_operands_of_different_types.ets | 0 .../type_of_numeric_condition_expression_type.ets | 0 ...of_numeric_condition_expression_type.params.yaml | 0 .../31.string_interpolation_expressions/siexp.ets | 0 .../siexp.params.yaml | 0 .../31.string_interpolation_expressions/siexp_n.ets | 0 .../siexp_n.params.yaml | 0 .../01.lambda_signature/negative.ets | 0 .../01.lambda_signature/negative.params.yaml | 0 .../32.lambda_expression/02.lambda_body/body.ets | 0 .../02.lambda_body/body.params.yaml | 0 .../02.lambda_body/negative.ets | 0 .../03.lambda_expression_type/negative.ets | 0 .../03.lambda_expression_type/type.ets | 0 .../notice.txt | 0 .../32.lambda_expression/callback.ets | 0 .../32.lambda_expression/callback.params.yaml | 0 .../32.lambda_expression/decl_full_ref.ets | 0 .../32.lambda_expression/decl_full_ref.params.yaml | 0 .../32.lambda_expression/decl_full_value.ets | 0 .../decl_full_value.params.yaml | 0 .../32.lambda_expression/decl_short_ref.ets | 0 .../32.lambda_expression/decl_short_ref.params.yaml | 0 .../32.lambda_expression/decl_short_value.ets | 0 .../decl_short_value.params.yaml | 0 .../07.expressions/32.lambda_expression/generic.ets | 0 .../constant_bitwise_expression.ets | 0 .../constant_bitwise_expression.params.yaml | 0 .../check_annotation/constant_number_conversion.ets | 0 .../constant_number_conversion.params.yaml | 0 .../check_annotation/constant_unary_operation.ets | 0 .../constant_unary_operation.params.yaml | 0 .../check_array/constant_bitwise_complement.ets | 0 .../constant_bitwise_complement.params.yaml | 0 .../check_array/constant_bitwise_expression.ets | 0 .../constant_bitwise_expression.params.yaml | 0 .../check_array/constant_calculation.ets | 0 .../check_array/constant_calculation.params.yaml | 0 .../check_array/constant_logical_expression.ets | 0 .../constant_logical_expression.params.yaml | 0 .../check_array/constant_number_conversion.ets | 0 .../constant_number_conversion.params.yaml | 0 .../check_array/constant_shift.ets | 0 .../check_array/constant_shift.params.yaml | 0 .../check_array/constant_unary_minus.ets | 0 .../check_array/constant_unary_minus.params.yaml | 0 .../check_array/constant_unary_plus.ets | 0 .../check_array/constant_unary_plus.params.yaml | 0 .../check_enum/constant_bitwise_complement.ets | 0 .../constant_bitwise_complement.params.yaml | 0 .../check_enum/constant_bitwise_expression.ets | 0 .../constant_bitwise_expression.params.yaml | 0 .../check_enum/constant_calculation.ets | 0 .../check_enum/constant_calculation.params.yaml | 0 .../check_enum/constant_logical_expression.ets | 0 .../constant_logical_expression.params.yaml | 0 .../check_enum/constant_num_chain_initializer.ets | 0 .../constant_num_chain_initializer.params.yaml | 0 .../check_enum/constant_number_conversion.ets | 0 .../constant_number_conversion.params.yaml | 0 .../check_enum/constant_shift.ets | 0 .../check_enum/constant_shift.params.yaml | 0 .../check_enum/constant_str_chain_initializer.ets | 0 .../constant_str_chain_initializer.params.yaml | 0 .../check_enum/constant_unary_minus.ets | 0 .../check_enum/constant_unary_minus.params.yaml | 0 .../check_enum/constant_unary_plus.ets | 0 .../check_enum/constant_unary_plus.params.yaml | 0 .../33.constant_expression/constant_expression.ets | 0 .../constant_expression.params.yaml | 0 .../wrong_constant_expression.ets | 0 .../wrong_constant_expression.params.yaml | 0 .../expression_statements.ets | 0 .../expression_statements.params.yaml | 0 .../08.statements/03.block/block_statements.ets | 0 .../03.block/block_statements.params.yaml | 0 .../03.block/block_statements_negative.ets | 0 .../03.block/block_statements_negative.params.yaml | 0 .../03.block/block_statements_return.ets | 0 .../03.block/block_statements_return.params.yaml | 0 .../04.local_declarations/local_class.ets | 0 .../04.local_declarations/local_const.ets | 0 .../04.local_declarations/local_var.ets | 0 .../04.local_declarations/negative_local_class.ets | 0 .../04.local_declarations/negative_local_const.ets | 0 .../04.local_declarations/negative_local_var.ets | 0 .../08.statements/05.if_statements/if.ets | 0 .../08.statements/05.if_statements/if2.ets | 0 .../08.statements/05.if_statements/if2.params.yaml | 0 .../08.statements/05.if_statements/if_neg.ets | 0 .../05.if_statements/if_neg.params.yaml | 0 .../05.if_statements/if_not_executed.ets | 0 .../08.statements/05.if_statements/nested_if.ets | 0 .../06.loop_statements/labeled_statement.ets | 0 .../07.while_statements_and_do_statements/do.ets | 0 .../do.params.yaml | 0 .../07.while_statements_and_do_statements/neg.ets | 0 .../neg.params.yaml | 0 .../07.while_statements_and_do_statements/while.ets | 0 .../while.params.yaml | 0 .../while_executed.ets | 0 .../08.for_statements/for_loop_incorrect_params.ets | 0 .../for_loop_incorrect_params.params.yaml | 0 .../08.for_statements/for_loop_parameters.ets | 0 .../for_loop_parameters.params.yaml | 0 .../08.for_statements/for_loop_variable_scope.ets | 0 .../08.for_statements/for_loop_variable_scope_1.ets | 0 .../08.for_statements/nested_for_loop.ets | 0 .../08.statements/09.for_of_statements/for_of.ets | 0 .../09.for_of_statements/for_of.params.yaml | 0 .../09.for_of_statements/for_of_neg.ets | 0 .../09.for_of_statements/for_of_neg.params.yaml | 0 .../08.statements/10.break_statements/break.ets | 0 .../10.break_statements/break.params.yaml | 0 .../10.break_statements/break_negative.ets | 0 .../10.break_statements/break_negative.params.yaml | 0 .../11.continue_statements/continue_comb1.ets | 0 .../11.continue_statements/continue_comb2.ets | 0 .../11.continue_statements/continue_do1.ets | 0 .../11.continue_statements/continue_do1_neg.ets | 0 .../11.continue_statements/continue_do2.ets | 0 .../11.continue_statements/continue_do2l.ets | 0 .../11.continue_statements/continue_do2l_neg.ets | 0 .../11.continue_statements/continue_do2l_neg2.ets | 0 .../11.continue_statements/continue_do2l_neg3.ets | 0 .../11.continue_statements/continue_do2l_neg4.ets | 0 .../11.continue_statements/continue_do3.ets | 0 .../11.continue_statements/continue_do3l.ets | 0 .../11.continue_statements/continue_do3l_neg.ets | 0 .../11.continue_statements/continue_do4.ets | 0 .../11.continue_statements/continue_do4l.ets | 0 .../11.continue_statements/continue_do4l_neg.ets | 0 .../11.continue_statements/continue_do5l.ets | 0 .../11.continue_statements/continue_for1.ets | 0 .../11.continue_statements/continue_for1_neg.ets | 0 .../11.continue_statements/continue_for2.ets | 0 .../11.continue_statements/continue_for2l.ets | 0 .../11.continue_statements/continue_for2l_neg.ets | 0 .../11.continue_statements/continue_for2l_neg2.ets | 0 .../11.continue_statements/continue_for2l_neg3.ets | 0 .../11.continue_statements/continue_for2l_neg4.ets | 0 .../11.continue_statements/continue_for3.ets | 0 .../11.continue_statements/continue_for3l.ets | 0 .../11.continue_statements/continue_for3l_neg.ets | 0 .../11.continue_statements/continue_for4.ets | 0 .../11.continue_statements/continue_for4l.ets | 0 .../11.continue_statements/continue_for4l_neg.ets | 0 .../11.continue_statements/continue_for5l.ets | 0 .../11.continue_statements/continue_for6l_neg.ets | 0 .../11.continue_statements/continue_for_of1.ets | 0 .../11.continue_statements/continue_for_of1_neg.ets | 0 .../11.continue_statements/continue_for_of2.ets | 0 .../continue_for_of2l_neg.ets | 0 .../continue_for_of2l_neg2.ets | 0 .../continue_for_of2l_neg3.ets | 0 .../continue_for_of2l_neg4.ets | 0 .../11.continue_statements/continue_for_of3.ets | 0 .../11.continue_statements/continue_for_of3l.ets | 0 .../continue_for_of3l_neg.ets | 0 .../11.continue_statements/continue_for_of4.ets | 0 .../continue_for_of4l_neg.ets | 0 .../11.continue_statements/continue_for_of5l.ets | 0 .../11.continue_statements/continue_while1.ets | 0 .../11.continue_statements/continue_while1_neg.ets | 0 .../11.continue_statements/continue_while2.ets | 0 .../11.continue_statements/continue_while20.ets | 0 .../11.continue_statements/continue_while2l.ets | 0 .../11.continue_statements/continue_while2l_neg.ets | 0 .../continue_while2l_neg2.ets | 0 .../continue_while2l_neg3.ets | 0 .../continue_while2l_neg4.ets | 0 .../11.continue_statements/continue_while3.ets | 0 .../11.continue_statements/continue_while3l.ets | 0 .../11.continue_statements/continue_while3l_neg.ets | 0 .../11.continue_statements/continue_while4.ets | 0 .../11.continue_statements/continue_while4l.ets | 0 .../11.continue_statements/continue_while4l_neg.ets | 0 .../11.continue_statements/continue_while5l.ets | 0 .../11.continue_statements/continue_while6.ets | 0 .../08.statements/12.return_statements/return.ets | 0 .../12.return_statements/return.params.yaml | 0 .../12.return_statements/return_negative.ets | 0 .../return_negative.params.yaml | 0 .../08.statements/13.switch_statements/switch.ets | 0 .../13.switch_statements/switch_block.ets | 0 .../13.switch_statements/switch_char.ets | 0 .../13.switch_statements/switch_enum.ets | 0 .../13.switch_statements/switch_negative.ets | 0 .../switch_negative.params.yaml | 0 .../13.switch_statements/switch_no_break.ets | 0 .../08.statements/14.throw_statements/throw.ets | 0 .../14.throw_statements/throw.params.yaml | 0 .../08.statements/14.throw_statements/throw_neg.ets | 0 .../14.throw_statements/throw_neg.params.yaml | 0 .../14.throw_statements/throw_neg2.ets | 0 .../15.try_statements/01.catch_clauses/catch.ets | 0 .../01.catch_clauses/catch.params.yaml | 0 .../01.catch_clauses/spec_example.ets | 0 .../15.try_statements/02.finally_clause/finally.ets | 0 .../02.finally_clause/finally.params.yaml | 0 .../02.finally_clause/finally_n.ets | 0 .../02.finally_clause/finally_n.params.yaml | 0 .../03.try_statement_execution/exec.ets | 0 .../03.try_statement_execution/exec.params.yaml | 0 .../08.statements/15.try_statements/try.ets | 0 .../08.statements/15.try_statements/try.params.yaml | 0 .../08.statements/15.try_statements/try_n.ets | 0 .../15.try_statements/try_n.params.yaml | 0 .../01.abstract_classes/abstract.ets | 0 .../01.abstract_classes/abstract_final.ets | 0 .../01.abstract_classes/abstract_instantiate.ets | 0 .../01.abstract_classes/abstract_instantiate_1.ets | 0 .../01.abstract_classes/abstract_method.ets | 0 .../01.abstract_classes/abstract_method_1.ets | 0 .../01.abstract_classes/abstract_method_2.ets | 0 .../01.abstract_classes/abstract_method_3.ets | 0 .../abstract_method_in_simple_class.ets | 0 .../01.abstract_classes/abstract_subclass.ets | 0 .../01.abstract_classes/abstract_subclass_1.ets | 0 ...essing_parent_class_private_array_boolean_01.ets | 0 ...essing_parent_class_private_array_boolean_02.ets | 0 ...ccessing_parent_class_private_array_class_01.ets | 0 ...ccessing_parent_class_private_array_class_02.ets | 0 ...accessing_parent_class_private_array_date_01.ets | 0 ...accessing_parent_class_private_array_date_02.ets | 0 ...sing_parent_class_private_array_interface_01.ets | 0 ...sing_parent_class_private_array_interface_02.ets | 0 ...cessing_parent_class_private_array_number_01.ets | 0 ...cessing_parent_class_private_array_number_02.ets | 0 ...cessing_parent_class_private_array_string_01.ets | 0 ...cessing_parent_class_private_array_string_02.ets | 0 .../accessing_parent_class_private_boolean_01.ets | 0 .../accessing_parent_class_private_boolean_02.ets | 0 .../accessing_parent_class_private_class_01.ets | 0 .../accessing_parent_class_private_class_02.ets | 0 .../accessing_parent_class_private_date_01.ets | 0 .../accessing_parent_class_private_date_02.ets | 0 .../accessing_parent_class_private_function_01.ets | 0 .../accessing_parent_class_private_function_02.ets | 0 .../accessing_parent_class_private_int_01.ets | 0 .../accessing_parent_class_private_int_02.ets | 0 .../accessing_parent_class_private_null_01.ets | 0 .../accessing_parent_class_private_null_02.ets | 0 .../accessing_parent_class_private_number_01.ets | 0 .../accessing_parent_class_private_number_02.ets | 0 .../accessing_parent_class_private_string_01.ets | 0 .../accessing_parent_class_private_string_02.ets | 0 .../accessing_parent_class_private_undefined_01.ets | 0 .../accessing_parent_class_private_undefined_02.ets | 0 ...sing_parent_class_protected_array_boolean_01.ets | 0 ...sing_parent_class_protected_array_boolean_02.ets | 0 ...essing_parent_class_protected_array_class_01.ets | 0 ...essing_parent_class_protected_array_class_02.ets | 0 ...cessing_parent_class_protected_array_date_01.ets | 0 ...cessing_parent_class_protected_array_date_02.ets | 0 ...ng_parent_class_protected_array_interface_01.ets | 0 ...ng_parent_class_protected_array_interface_02.ets | 0 ...ssing_parent_class_protected_array_number_01.ets | 0 ...ssing_parent_class_protected_array_number_02.ets | 0 ...ssing_parent_class_protected_array_string_01.ets | 0 ...ssing_parent_class_protected_array_string_02.ets | 0 .../accessing_parent_class_protected_boolean_01.ets | 0 .../accessing_parent_class_protected_boolean_02.ets | 0 .../accessing_parent_class_protected_class_01.ets | 0 .../accessing_parent_class_protected_class_02.ets | 0 .../accessing_parent_class_protected_date_01.ets | 0 .../accessing_parent_class_protected_date_02.ets | 0 ...accessing_parent_class_protected_function_01.ets | 0 ...accessing_parent_class_protected_function_02.ets | 0 .../accessing_parent_class_protected_int_01.ets | 0 .../accessing_parent_class_protected_int_02.ets | 0 .../accessing_parent_class_protected_null_01.ets | 0 .../accessing_parent_class_protected_null_02.ets | 0 .../accessing_parent_class_protected_number_01.ets | 0 .../accessing_parent_class_protected_number_02.ets | 0 .../accessing_parent_class_protected_string_01.ets | 0 .../accessing_parent_class_protected_string_02.ets | 0 ...ccessing_parent_class_protected_undefined_01.ets | 0 ...ccessing_parent_class_protected_undefined_02.ets | 0 ...cessing_parent_class_public_array_boolean_01.ets | 0 ...cessing_parent_class_public_array_boolean_02.ets | 0 ...accessing_parent_class_public_array_class_01.ets | 0 ...accessing_parent_class_public_array_class_02.ets | 0 .../accessing_parent_class_public_array_date_01.ets | 0 .../accessing_parent_class_public_array_date_02.ets | 0 ...ssing_parent_class_public_array_interface_01.ets | 0 ...ssing_parent_class_public_array_interface_02.ets | 0 ...ccessing_parent_class_public_array_number_01.ets | 0 ...ccessing_parent_class_public_array_number_02.ets | 0 ...ccessing_parent_class_public_array_string_01.ets | 0 ...ccessing_parent_class_public_array_string_02.ets | 0 .../accessing_parent_class_public_boolean_01.ets | 0 .../accessing_parent_class_public_boolean_02.ets | 0 .../accessing_parent_class_public_class_01.ets | 0 .../accessing_parent_class_public_class_02.ets | 0 .../accessing_parent_class_public_date_01.ets | 0 .../accessing_parent_class_public_date_02.ets | 0 .../accessing_parent_class_public_function_01.ets | 0 .../accessing_parent_class_public_function_02.ets | 0 .../accessing_parent_class_public_int_01.ets | 0 .../accessing_parent_class_public_int_02.ets | 0 .../accessing_parent_class_public_null_01.ets | 0 .../accessing_parent_class_public_null_02.ets | 0 .../accessing_parent_class_public_number_01.ets | 0 .../accessing_parent_class_public_number_02.ets | 0 .../accessing_parent_class_public_string_01.ets | 0 .../accessing_parent_class_public_string_02.ets | 0 .../accessing_parent_class_public_undefined_01.ets | 0 .../accessing_parent_class_public_undefined_02.ets | 0 .../circularly_class_declaration.ets | 0 .../class_call_rewrite/class_11.ets | 0 .../class_call_rewrite/class_12.ets | 0 .../class_call_rewrite/class_13.ets | 0 .../class_call_rewrite/class_14.ets | 0 .../class_call_rewrite/class_15.ets | 0 .../class_inherits_parent_members_case_01.ets | 0 .../class_inherits_parent_members_case_02.ets | 0 .../class_inherits_parent_members_case_03.ets | 0 .../class_inherits_parent_members_case_04.ets | 0 .../class_inherits_parent_members_case_05.ets | 0 .../class_inherits_parent_members_case_06.ets | 0 .../class_inherits_parent_members_case_07.ets | 0 .../class_inherits_parent_members_case_08.ets | 0 .../class_inherits_parent_members_case_09.ets | 0 .../class_inherits_parent_members_case_10.ets | 0 .../class_inherits_parent_members_case_11.ets | 0 .../class_inherits_parent_members_case_12.ets | 0 .../class_inherits_parent_members_case_13.ets | 0 .../class_inherits_parent_members_case_14.ets | 0 .../class_inherits_parent_members_case_15.ets | 0 .../class_inherits_parent_members_case_16.ets | 0 .../class_inherits_parent_members_case_17.ets | 0 .../class_inherits_parent_members_case_18.ets | 0 .../class_inherits_parent_members_case_19.ets | 0 .../class_inherits_parent_members_case_20.ets | 0 .../class_inherits_parent_members_case_21.ets | 0 .../class_inherits_parent_members_case_22.ets | 0 .../class_inherits_parent_members_case_23.ets | 0 .../class_inherits_parent_members_case_24.ets | 0 .../class_inherits_parent_members_case_25.ets | 0 .../class_inherits_parent_members_case_26.ets | 0 .../class_inherits_parent_members_case_27.ets | 0 .../class_inherits_parent_members_case_28.ets | 0 .../class_rewrite_call/class_06.ets | 0 .../class_rewrite_call/class_07.ets | 0 .../class_rewrite_call/class_08.ets | 0 .../class_rewrite_call/class_09.ets | 0 .../class_rewrite_call/class_10.ets | 0 .../class_rewriting/class_01.ets | 0 .../class_rewriting/class_02.ets | 0 .../class_rewriting/class_03.ets | 0 .../class_rewriting/class_04.ets | 0 .../class_rewriting/class_05.ets | 0 .../class_spuerclass_override/class_over01.ets | 0 .../class_spuerclass_override/class_over02.ets | 0 .../class_spuerclass_override/class_over03.ets | 0 .../class_spuerclass_override/class_over04.ets | 0 .../class_spuerclass_override/class_over05.ets | 0 .../class_spuerclass_override/class_over06.ets | 0 .../class_spuerclass_override/class_over07.ets | 0 .../class_spuerclass_override/class_over08.ets | 0 .../class_spuerclass_override/class_over09.ets | 0 .../class_spuerclass_override/class_over10.ets | 0 .../class_spuerclass_override/class_over11.ets | 0 .../class_spuerclass_override/class_over12.ets | 0 .../class_spuerclass_override/class_over13.ets | 0 .../class_spuerclass_override/class_over14.ets | 0 .../class_spuerclass_override/class_over15.ets | 0 .../class_spuerclass_override/class_over16.ets | 0 .../class_spuerclass_override/class_over17.ets | 0 .../class_spuerclass_override/class_over18.ets | 0 .../class_spuerclass_override/class_over19.ets | 0 .../class_spuerclass_override/class_over20.ets | 0 .../class_spuerclass_override/class_over21.ets | 0 .../class_spuerclass_override/class_over22.ets | 0 .../class_spuerclass_override/class_over23.ets | 0 .../class_superclass_non_private/class_no_pri01.ets | 0 .../class_superclass_non_private/class_no_pri02.ets | 0 .../class_superclass_non_private/class_no_pri03.ets | 0 .../class_superclass_non_private/class_no_pri04.ets | 0 .../class_superclass_non_private/class_no_pri05.ets | 0 .../class_superclass_non_private/class_no_pri06.ets | 0 .../class_superclass_non_private/class_no_pri07.ets | 0 .../class_superclass_non_private/class_no_pri08.ets | 0 .../class_superclass_non_private/class_no_pri09.ets | 0 .../class_superclass_non_private/class_no_pri10.ets | 0 .../class_superclass_non_private/class_no_pri11.ets | 0 .../class_superclass_non_private/class_no_pri12.ets | 0 .../class_superclass_non_private/class_no_pri13.ets | 0 .../class_superclass_non_private/class_no_pri14.ets | 0 .../class_superclass_non_private/class_no_pri15.ets | 0 .../class_superclass_non_private/class_no_pri16.ets | 0 .../class_superclass_non_private/class_no_pri17.ets | 0 .../class_superclass_non_private/class_no_pri18.ets | 0 .../class_superclass_non_private/class_no_pri19.ets | 0 .../class_superclass_non_private/class_no_pri20.ets | 0 .../class_superclass_non_private/class_no_pri21.ets | 0 .../class_superclass_non_private/class_no_pri22.ets | 0 .../class_superclass_non_private/class_no_pri23.ets | 0 .../class_superclass_non_private/class_no_pri24.ets | 0 .../class_superclass_non_private/class_no_pri25.ets | 0 .../class_superclass_non_private/class_no_pri26.ets | 0 .../class_superclass_non_private/class_no_pri27.ets | 0 .../class_superclass_non_private/class_no_pri28.ets | 0 .../class_superclass_non_private/class_no_pri29.ets | 0 .../class_superclass_non_private/class_no_pri30.ets | 0 .../class_superclass_non_private/class_no_pri31.ets | 0 .../class_superclass_non_private/class_no_pri32.ets | 0 .../class_superclass_non_private/class_no_pri33.ets | 0 .../class_superclass_non_private/class_no_pri34.ets | 0 .../class_superclass_non_private/class_no_pri35.ets | 0 .../class_static01.ets | 0 .../class_static02.ets | 0 .../class_static03.ets | 0 .../class_static04.ets | 0 .../class_static05.ets | 0 .../class_static06.ets | 0 .../class_static07.ets | 0 .../class_static08.ets | 0 .../class_static09.ets | 0 .../class_static10.ets | 0 .../class_static11.ets | 0 .../class_static12.ets | 0 .../class_static13.ets | 0 .../class_static14.ets | 0 .../03.class_extension_clause/extends_clause.ets | 0 .../03.class_extension_clause/extends_itself.ets | 0 .../extends_object_class.ets | 0 .../initialize_members/initialize_members_0.ets | 0 .../initialize_members/initialize_members_1.ets | 0 .../initialize_members/initialize_members_10.ets | 0 .../initialize_members/initialize_members_11.ets | 0 .../initialize_members/initialize_members_12.ets | 0 .../initialize_members/initialize_members_13.ets | 0 .../initialize_members/initialize_members_14.ets | 0 .../initialize_members/initialize_members_15.ets | 0 .../initialize_members/initialize_members_16.ets | 0 .../initialize_members/initialize_members_17.ets | 0 .../initialize_members/initialize_members_18.ets | 0 .../initialize_members/initialize_members_19.ets | 0 .../initialize_members/initialize_members_2.ets | 0 .../initialize_members/initialize_members_20.ets | 0 .../initialize_members/initialize_members_21.ets | 0 .../initialize_members/initialize_members_22.ets | 0 .../initialize_members/initialize_members_23.ets | 0 .../initialize_members/initialize_members_24.ets | 0 .../initialize_members/initialize_members_25.ets | 0 .../initialize_members/initialize_members_26.ets | 0 .../initialize_members/initialize_members_27.ets | 0 .../initialize_members/initialize_members_28.ets | 0 .../initialize_members/initialize_members_29.ets | 0 .../initialize_members/initialize_members_3.ets | 0 .../initialize_members/initialize_members_30.ets | 0 .../initialize_members/initialize_members_31.ets | 0 .../initialize_members/initialize_members_32.ets | 0 .../initialize_members/initialize_members_33.ets | 0 .../initialize_members/initialize_members_34.ets | 0 .../initialize_members/initialize_members_35.ets | 0 .../initialize_members/initialize_members_36.ets | 0 .../initialize_members/initialize_members_37.ets | 0 .../initialize_members/initialize_members_38.ets | 0 .../initialize_members/initialize_members_39.ets | 0 .../initialize_members/initialize_members_4.ets | 0 .../initialize_members/initialize_members_40.ets | 0 .../initialize_members/initialize_members_41.ets | 0 .../initialize_members/initialize_members_42.ets | 0 .../initialize_members/initialize_members_43.ets | 0 .../initialize_members/initialize_members_44.ets | 0 .../initialize_members/initialize_members_45.ets | 0 .../initialize_members/initialize_members_46.ets | 0 .../initialize_members/initialize_members_47.ets | 0 .../initialize_members/initialize_members_48.ets | 0 .../initialize_members/initialize_members_49.ets | 0 .../initialize_members/initialize_members_5.ets | 0 .../initialize_members/initialize_members_50.ets | 0 .../initialize_members/initialize_members_51.ets | 0 .../initialize_members/initialize_members_52.ets | 0 .../initialize_members/initialize_members_53.ets | 0 .../initialize_members/initialize_members_54.ets | 0 .../initialize_members/initialize_members_55.ets | 0 .../initialize_members/initialize_members_6.ets | 0 .../initialize_members/initialize_members_7.ets | 0 .../initialize_members/initialize_members_8.ets | 0 .../initialize_members/initialize_members_9.ets | 0 .../invalid_type_reference.ets | 0 .../invalid_type_reference.params.yaml | 0 .../members/polymorphism0.ets | 0 .../members/polymorphism1.ets | 0 .../members/polymorphism10.ets | 0 .../members/polymorphism2.ets | 0 .../members/polymorphism3.ets | 0 .../members/polymorphism4.ets | 0 .../members/polymorphism5.ets | 0 .../members/polymorphism6.ets | 0 .../members/polymorphism7.ets | 0 .../members/polymorphism8.ets | 0 .../members/polymorphism9.ets | 0 .../method_return_value/method_return_value_0.ets | 0 .../method_return_value/method_return_value_1.ets | 0 .../method_return_value/method_return_value_10.ets | 0 .../method_return_value/method_return_value_11.ets | 0 .../method_return_value/method_return_value_12.ets | 0 .../method_return_value/method_return_value_13.ets | 0 .../method_return_value/method_return_value_14.ets | 0 .../method_return_value/method_return_value_15.ets | 0 .../method_return_value/method_return_value_16.ets | 0 .../method_return_value/method_return_value_17.ets | 0 .../method_return_value/method_return_value_18.ets | 0 .../method_return_value/method_return_value_19.ets | 0 .../method_return_value/method_return_value_2.ets | 0 .../method_return_value/method_return_value_20.ets | 0 .../method_return_value/method_return_value_21.ets | 0 .../method_return_value/method_return_value_22.ets | 0 .../method_return_value/method_return_value_23.ets | 0 .../method_return_value/method_return_value_24.ets | 0 .../method_return_value/method_return_value_25.ets | 0 .../method_return_value/method_return_value_3.ets | 0 .../method_return_value/method_return_value_4.ets | 0 .../method_return_value/method_return_value_5.ets | 0 .../method_return_value/method_return_value_6.ets | 0 .../method_return_value/method_return_value_7.ets | 0 .../method_return_value/method_return_value_8.ets | 0 .../method_return_value/method_return_value_9.ets | 0 .../multi_level_inheritance_value_transfer01.ets | 0 .../multi_level_inheritance_value_transfer02.ets | 0 .../multi_level_inheritance_value_transfer03.ets | 0 .../multi_level_inheritance_value_transfer04.ets | 0 .../multi_level_inheritance_value_transfer05.ets | 0 .../multi_level_inheritance_value_transfer06.ets | 0 .../multi_level_inheritance_value_transfer07.ets | 0 .../multi_level_inheritance_value_transfer08.ets | 0 .../multi_level_inheritance_value_transfer09.ets | 0 .../multi_level_inheritance_value_transfer10.ets | 0 .../multi_level_inheritance_value_transfer11.ets | 0 .../multi_level_inheritance_value_transfer12.ets | 0 .../multi_level_inheritance_value_transfer13.ets | 0 .../multi_level_inheritance_value_transfer14.ets | 0 .../multi_level_inheritance_value_transfer15.ets | 0 .../multi_level_inheritance_value_transfer16.ets | 0 .../multi_level_inheritance_value_transfer17.ets | 0 .../multi_level_inheritance_value_transfer18.ets | 0 .../multi_level_inheritance_value_transfer19.ets | 0 .../multi_level_inheritance_value_transfer20.ets | 0 .../multi_level_inheritance_value_transfer21.ets | 0 .../multi_level_inheritance_value_transfer22.ets | 0 .../multi_level_inheritance_value_transfer23.ets | 0 .../multi_level_inheritance_value_transfer24.ets | 0 .../multi_level_inheritance_value_transfer25.ets | 0 .../multi_level_inheritance_value_transfer26.ets | 0 .../multi_level_inheritance_value_transfer27.ets | 0 .../multi_level_inheritance_value_transfer28.ets | 0 .../multi_level_inheritance_value_transfer29.ets | 0 .../multi_level_inheritance_value_transfer30.ets | 0 .../multi_level_inheritance_value_transfer31.ets | 0 .../multi_level_inheritance_value_transfer32.ets | 0 .../multi_level_inheritance_value_transfer33.ets | 0 .../multi_level_inheritance_value_transfer34.ets | 0 .../multi_level_inheritance_value_transfer35.ets | 0 .../multi_level_inheritance_value_transfer36.ets | 0 .../multi_level_inheritance_value_transfer37.ets | 0 .../multi_level_inheritance_value_transfer38.ets | 0 .../multi_level_inheritance_value_transfer39.ets | 0 .../multi_level_inheritance_value_transfer_40.ets | 0 .../multi_level_inheritance_value_transfer_41.ets | 0 .../multi_level_inheritance_value_transfer_42.ets | 0 .../multi_level_inheritance_value_transfer_43.ets | 0 .../multi_level_inheritance_value_transfer_44.ets | 0 .../multi_level_inheritance_value_transfer_45.ets | 0 .../multi_level_inheritance_value_transfer_46.ets | 0 .../multi_level_inheritance_value_transfer_47.ets | 0 .../multi_level_inheritance_value_transfer_48.ets | 0 .../multi_level_inheritance_value_transfer_49.ets | 0 .../multi_level_inheritance_value_transfer_50.ets | 0 .../multi_level_inheritance_value_transfer_51.ets | 0 .../multi_level_inheritance_value_transfer_52.ets | 0 .../multi_level_inheritance_value_transfer_53.ets | 0 .../multi_level_inheritance_value_transfer_54.ets | 0 .../object_as_superclass.ets | 0 .../superclass_with_same_parameters.ets | 0 .../valid_type_reference.ets | 0 .../valid_type_reference.params.yaml | 0 .../wildcard_type_argument.ets | 0 .../wildcard_type_argument.params.yaml | 0 .../wildcard_type_argument_negative.ets | 0 .../wildcard_type_argument_negative.params.yaml | 0 .../abstract_method_inheritance.ets | 0 ...act_method_inheritance_by_non_abstract_class.ets | 0 .../abstract_method_multiple_inheritance.ets | 0 .../abstract_method_multiple_override.ets | 0 .../abstract_method_override.ets | 0 .../abstract_method_override_by_superclass.ets | 0 .../abstract_method_override_by_superinterface.ets | 0 .../default_method.ets | 0 .../direct_interface_Implementation_twice.ets | 0 ...ents_same_interface_with_diferent_parameters.ets | 0 ...ts_same_interface_with_diferent_parameters_1.ets | 0 ...ts_same_interface_with_diferent_parameters_2.ets | 0 .../indirect_interfaces_Implementation_twice.ets | 0 .../invalid_type_reference.ets | 0 .../invalid_type_reference_1.ets | 0 .../invalid_type_reference_2.ets | 0 .../one_method_for_two_interfaces.ets | 0 .../override_default_method.ets | 0 .../same_field_and_method_names.ets | 0 .../superinterface_with_same_parameters.ets | 0 .../superinterfaces_of_class_0.ets | 0 .../superinterfaces_of_class_1.ets | 0 .../superinterfaces_of_class_2.ets | 0 ..._superinterfaces_from_same_generic_interface.ets | 0 .../valid_type_reference.ets | 0 .../wildcard_type_argument.ets | 0 .../wildcard_type_argument.params.yaml | 0 .../wildcard_type_argument_negative.ets | 0 .../wildcard_type_argument_negative.params.yaml | 0 .../getter_setter_implementation.ets | 0 .../property_implementation.ets | 0 .../property_implementation_readonly_getter.ets | 0 .../property_implementation_readonly_setter.ets | 0 .../property_implementation_readonly_setter_n.ets | 0 .../blank_readonly_field_in_inner_class.ets | 0 ...nner_class_declaration_in_static_initializer.ets | 0 .../inner_class_declaration_in_static_method.ets | 0 .../use_instance_variables_in_inner_class.ets | 0 ...se_instance_variables_in_inner_class.params.yaml | 0 .../01.class_declaration/local_class_in_func.ets | 0 .../01.class_declaration/local_class_in_meth.ets | 0 .../local_interface_in_func_1.ets | 0 .../local_interface_in_func_2.ets | 0 .../local_interface_in_meth_1.ets | 0 .../local_interface_in_meth_2.ets | 0 .../09.classes/01.class_declaration/node.ets | 0 .../09.classes/01.class_declaration/point.ets | 0 .../09.classes/02.class_body/class_body_members.ets | 0 .../02.class_body/class_body_members.params.yaml | 0 .../02.class_body/negative_class_body_members.ets | 0 .../negative_class_body_members.params.yaml | 0 .../negative_dup_class_body_members.ets | 0 .../negative_dup_class_body_members.params.yaml | 0 .../03.class_members/acc/dir_priv_1/file_A.ets | 0 .../03.class_members/acc/dir_priv_2/file_A.ets | 0 .../03.class_members/acc/dir_priv_2/file_B.ets | 0 .../03.class_members/acc/dir_prot_1/file_A.ets | 0 .../03.class_members/acc/dir_prot_2/file_A.ets | 0 .../03.class_members/acc/dir_prot_2/file_B.ets | 0 .../03.class_members/acc/dir_pub_1/file_A.ets | 0 .../03.class_members/acc/dir_pub_2/file_A.ets | 0 .../03.class_members/acc/dir_pub_2/file_B.ets | 0 .../03.class_members/acc/pkg_priv_1/file_A.ets | 0 .../03.class_members/acc/pkg_priv_2/file_A.ets | 0 .../03.class_members/acc/pkg_priv_2/file_B.ets | 0 .../03.class_members/acc/pkg_prot_1/file_A.ets | 0 .../03.class_members/acc/pkg_prot_2/file_A.ets | 0 .../03.class_members/acc/pkg_prot_2/file_B.ets | 0 .../03.class_members/acc/pkg_pub_1/file_A.ets | 0 .../03.class_members/acc/pkg_pub_2/file_A.ets | 0 .../03.class_members/acc/pkg_pub_2/file_B.ets | 0 .../09.classes/03.class_members/acc/pkgmod.ets | 0 .../03.class_members/acc/pkgmod.params.yaml | 0 .../09.classes/03.class_members/acc/sepmod.ets | 0 .../03.class_members/acc/sepmod.params.yaml | 0 .../class_members_with_same_name.ets | 0 .../class_members_with_same_name.params.yaml | 0 .../constructor/dir_priv_1/file_A.ets | 0 .../constructor/dir_priv_2/file_A.ets | 0 .../constructor/dir_priv_2/file_B.ets | 0 .../constructor/dir_prot_1/file_A.ets | 0 .../constructor/dir_prot_2/file_A.ets | 0 .../constructor/dir_prot_2/file_B.ets | 0 .../constructor/dir_pub_1/file_A.ets | 0 .../constructor/dir_pub_2/file_A.ets | 0 .../constructor/dir_pub_2/file_B.ets | 0 .../constructor/pkg_priv_1/file_A.ets | 0 .../constructor/pkg_priv_2/file_A.ets | 0 .../constructor/pkg_priv_2/file_B.ets | 0 .../constructor/pkg_prot_1/file_A.ets | 0 .../constructor/pkg_prot_2/file_A.ets | 0 .../constructor/pkg_prot_2/file_B.ets | 0 .../constructor/pkg_pub_1/file_A.ets | 0 .../constructor/pkg_pub_2/file_A.ets | 0 .../constructor/pkg_pub_2/file_B.ets | 0 .../03.class_members/constructor/pkgmod.ets | 0 .../03.class_members/constructor/pkgmod.params.yaml | 0 .../03.class_members/constructor/sepmod.ets | 0 .../03.class_members/constructor/sepmod.params.yaml | 0 .../03.class_members/fld/dir_priv_1/file_A.ets | 0 .../03.class_members/fld/dir_priv_2/file_A.ets | 0 .../03.class_members/fld/dir_priv_2/file_B.ets | 0 .../03.class_members/fld/dir_prot_1/file_A.ets | 0 .../03.class_members/fld/dir_prot_2/file_A.ets | 0 .../03.class_members/fld/dir_prot_2/file_B.ets | 0 .../03.class_members/fld/dir_pub_1/file_A.ets | 0 .../03.class_members/fld/dir_pub_2/file_A.ets | 0 .../03.class_members/fld/dir_pub_2/file_B.ets | 0 .../03.class_members/fld/pkg_priv_1/file_A.ets | 0 .../03.class_members/fld/pkg_priv_2/file_A.ets | 0 .../03.class_members/fld/pkg_priv_2/file_B.ets | 0 .../03.class_members/fld/pkg_prot_1/file_A.ets | 0 .../03.class_members/fld/pkg_prot_2/file_A.ets | 0 .../03.class_members/fld/pkg_prot_2/file_B.ets | 0 .../03.class_members/fld/pkg_pub_1/file_A.ets | 0 .../03.class_members/fld/pkg_pub_2/file_A.ets | 0 .../03.class_members/fld/pkg_pub_2/file_B.ets | 0 .../09.classes/03.class_members/fld/pkgmod.ets | 0 .../03.class_members/fld/pkgmod.params.yaml | 0 .../09.classes/03.class_members/fld/sepmod.ets | 0 .../03.class_members/fld/sepmod.params.yaml | 0 .../03.class_members/inherited_from_superclass.ets | 0 .../inherited_from_superclass.params.yaml | 0 .../inherited_from_superinterface.ets | 0 .../inherited_from_superinterface.params.yaml | 0 .../03.class_members/member_declared_in_body.ets | 0 .../member_declared_in_body.params.yaml | 0 .../members_that_are_not_inherited.ets | 0 .../members_that_are_not_inherited_1.ets | 0 .../members_that_are_not_inherited_2.ets | 0 .../03.class_members/met/dir_priv_1/file_A.ets | 0 .../03.class_members/met/dir_priv_2/file_A.ets | 0 .../03.class_members/met/dir_priv_2/file_B.ets | 0 .../03.class_members/met/dir_prot_1/file_A.ets | 0 .../03.class_members/met/dir_prot_2/file_A.ets | 0 .../03.class_members/met/dir_prot_2/file_B.ets | 0 .../03.class_members/met/dir_pub_1/file_A.ets | 0 .../03.class_members/met/dir_pub_2/file_A.ets | 0 .../03.class_members/met/dir_pub_2/file_B.ets | 0 .../03.class_members/met/pkg_priv_1/file_A.ets | 0 .../03.class_members/met/pkg_priv_2/file_A.ets | 0 .../03.class_members/met/pkg_priv_2/file_B.ets | 0 .../03.class_members/met/pkg_prot_1/file_A.ets | 0 .../03.class_members/met/pkg_prot_2/file_A.ets | 0 .../03.class_members/met/pkg_prot_2/file_B.ets | 0 .../03.class_members/met/pkg_pub_1/file_A.ets | 0 .../03.class_members/met/pkg_pub_2/file_A.ets | 0 .../03.class_members/met/pkg_pub_2/file_B.ets | 0 .../09.classes/03.class_members/met/pkgmod.ets | 0 .../03.class_members/met/pkgmod.params.yaml | 0 .../09.classes/03.class_members/met/sepmod.ets | 0 .../03.class_members/met/sepmod.params.yaml | 0 .../03.class_members/non-instance-members.ets | 0 .../private_member_from_superclass.ets | 0 .../private_member_from_superclass.params.yaml | 0 .../static_class_members_with_same_name.ets | 0 .../private_constructor_access_in_class.ets | 0 .../private_constructor_access_out_class.ets | 0 .../private_interface_access_in_class.ets | 0 .../private_interface_access_out_class.ets | 0 .../private_member_access_in_class.ets | 0 .../private_member_access_in_class.params.yaml | 0 .../private_member_access_out_class.ets | 0 .../private_member_access_out_class.params.yaml | 0 .../protected_constructor_access_in_class.ets | 0 ...rotected_constructor_access_in_derived_class.ets | 0 .../protected_constructor_access_out_class.ets | 0 .../protected_interface_access_in_class.ets | 0 .../protected_interface_access_in_derived_class.ets | 0 .../protected_interface_access_out_class.ets | 0 .../protected_member_access_in_class.ets | 0 .../protected_member_access_in_class.params.yaml | 0 .../protected_member_access_in_derived_class.ets | 0 ...ected_member_access_in_derived_class.params.yaml | 0 .../protected_member_access_out_class.ets | 0 .../protected_member_access_out_class.params.yaml | 0 .../public_class_declaration.ets | 0 .../public_constructor_access_in_class.ets | 0 .../public_constructor_access_out_class.ets | 0 .../public_interface_access_in_class.ets | 0 .../public_interface_access_out_class.ets | 0 .../public_member_access_in_class.ets | 0 .../public_member_access_in_class.params.yaml | 0 .../public_member_access_out_class.ets | 0 .../public_member_access_out_class.params.yaml | 0 .../04.access_modifiers/access_modifiers.ets | 0 .../access_modifiers.params.yaml | 0 .../default_access_modifiers.ets | 0 .../default_access_modifiers.params.yaml | 0 .../01.static_fields/static_field_declaration1.ets | 0 .../01.static_fields/static_field_declaration2.ets | 0 .../01.static_fields/static_field_declaration3.ets | 0 .../01.static_fields/static_field_declaration4.ets | 0 .../static_field_declaration_n1.ets | 0 .../static_field_declaration_n3.ets | 0 .../direct_readonly_field_initilization.ets | 0 .../readonly_field_declaration.ets | 0 ...nly_field_declaration_without_initialization.ets | 0 .../readonly_field_double_initialization.ets | 0 .../readonly_field_initilization_in_constructor.ets | 0 .../readonly_field_modification.ets | 0 .../readonly_static_field_declaration.ets | 0 .../field_initialization_with_super.ets | 0 .../field_initialization_with_this.ets | 0 .../non_static_field_initialization.ets | 0 .../non_static_field_initialization_reference.ets | 0 ...n_static_field_self_initialization_reference.ets | 0 .../right_initialization_order.ets | 0 .../static_field_initialization_reference.ets | 0 .../static_field_initialization_with_super.ets | 0 .../static_field_initialization_with_this.ets | 0 .../static_field_self_initialization_reference.ets | 0 .../wrong_initialization_order.ets | 0 .../04.overriding_fields/overriding_fields.ets | 0 .../overriding_fields.params.yaml | 0 .../04.overriding_fields/sample.ets | 0 .../access_to_hiden_field_by_cast.ets | 0 .../access_to_hiden_field_by_expression.ets | 0 .../access_to_static_hiden_field.ets | 0 .../05.field_declarations/field_declaration.ets | 0 .../field_declaration_with_busy_name.ets | 0 .../field_declaration_with_busy_name.params.yaml | 0 .../fields_inheritance_from_superclass.ets | 0 ...heritance_from_superclass_and_superinterface.ets | 0 .../fields_inheritance_from_superinterface.ets | 0 .../inheritance_fields_with_same_name_neg.ets | 0 ...ate_field_inheritance_from_superclass_member.ets | 0 ...ference_to_inheritance_fields_with_same_name.ets | 0 ...al_inherited_field_paths_from_superinterface.ets | 0 .../superclass_field_declaration.ets | 0 .../superinterface_field_declaration.ets | 0 .../two_same_field_modifiers.ets | 0 .../two_same_field_modifiers.params.yaml | 0 .../01.static_methods/non_static_method_call.ets | 0 .../non_static_method_declaration.ets | 0 .../static_method_body_with_super.ets | 0 .../static_method_body_with_this.ets | 0 .../01.static_methods/static_method_call.ets | 0 .../01.static_methods/static_method_declaration.ets | 0 .../static_method_declaration_with_keywords.ets | 0 ...tic_method_declaration_with_keywords.params.yaml | 0 .../static_method_declaration_without_body.ets | 0 .../static_method_in_abstract_class.ets | 0 .../static_method_in_abstract_class_1.ets | 0 .../static_method_with_body_type_parameter.ets | 0 .../02.instance_methods/instance_method_call.ets | 0 .../abstract_method_declaration.ets | 0 .../abstract_method_declaration_with_keywords.ets | 0 ...act_method_declaration_with_keywords.params.yaml | 0 .../abstract_method_in_non_abstract_class.ets | 0 .../abstract_method_in_simple_class.ets | 0 .../abstract_method_override_by_abstract.ets | 0 .../abstract_method_without_implementation.ets | 0 .../instance_method_overridden_by_abstract.ets | 0 .../private_abstract_method_declaration.ets | 0 .../constructor_overloading.ets | 0 .../different_access_modifiers.ets | 0 .../different_access_modifiers.params.yaml | 0 .../different_return_types.ets | 0 .../hidden_method_access_by_cast.ets | 0 .../hiding_instance_static_method.ets | 0 .../hiding_method_from_superclass.ets | 0 ...stract_multiple_methods_with_same_signatures.ets | 0 .../inheritance_multiple_methods_with_override.ets | 0 ...itance_multiple_methods_with_same_signatures.ets | 0 .../06.overriding_methods/method_overload_0.ets | 0 .../06.overriding_methods/method_overload_1.ets | 0 .../06.overriding_methods/method_overload_2.ets | 0 .../method_overload_relatioship_0.ets | 0 .../06.overriding_methods/method_signature.ets | 0 .../override_method_declaration.ets | 0 .../override_method_declaration_with_keywords.ets | 0 ...ide_method_declaration_with_keywords.params.yaml | 0 .../abstract_method_overridden_by_instance.ets | 0 .../access_to_overridden_method.ets | 0 .../different_return_types.ets | 0 .../overrided_method_access_by_cast.ets | 0 .../overriding_internal_method_from_superclass.sts | 0 .../overriding_method_from_superclass.ets | 0 .../overriding_method_from_superclass.params.yaml | 0 .../overriding_method_from_superinterface.ets | 0 .../overriding_private_method.ets | 0 .../overriding_static_method.ets | 0 .../declaring_methods.ets | 0 .../different_return_types_in_hiding.ets | 0 .../different_return_types_in_overriding.ets | 0 ...ding_methods_with_different_access_modifiers.ets | 0 ...hods_with_different_access_modifiers.params.yaml | 0 ...ng_methods_with_different_access_modifiers_n.ets | 0 ...ds_with_different_access_modifiers_n.params.yaml | 0 ...ding_methods_with_different_access_modifiers.ets | 0 ...hods_with_different_access_modifiers.params.yaml | 0 .../abstract_method_declaration_with_block.ets | 0 .../abstract_method_declaration_with_semicolon.ets | 0 .../method_declaration_with_block.ets | 0 .../method_declaration_with_return_type.ets | 0 .../method_declaration_with_semicolon.ets | 0 .../method_without_return_statement.ets | 0 .../native_method_declaration_with_block.ets | 0 .../native_method_declaration_with_semicolon.ets | 0 .../09.methods_returning_this/met_ret_this.ets | 0 .../met_ret_this.params.yaml | 0 .../09.methods_returning_this/met_ret_this_n.ets | 0 .../met_ret_this_n.params.yaml | 0 .../methods_returning_this_01.ets | 0 .../methods_returning_this_02.ets | 0 .../methods_returning_this_03.ets | 0 .../methods_returning_this_04.ets | 0 .../methods_returning_this_05.ets | 0 .../methods_returning_this_06.ets | 0 .../methods_returning_this_07.ets | 0 .../methods_returning_this_08.ets | 0 .../methods_returning_this_09.ets | 0 .../methods_returning_this_10.ets | 0 .../methods_returning_this_11.ets | 0 .../methods_returning_this_abstract_class.ets | 0 .../methods_returning_this_abstract_method.ets | 0 .../methods_returning_this_declare_class.ets | 0 .../methods_returning_this_function.ets | 0 .../methods_returning_this_interface_01.ets | 0 .../methods_returning_this_interface_02.ets | 0 .../methods_returning_this_interface_03.ets | 0 .../methods_returning_this_interface_04.ets | 0 .../methods_returning_this_override_01.ets | 0 .../methods_returning_this_override_02.ets | 0 .../methods_returning_this_override_03.ets | 0 .../methods_returning_this_override_04.ets | 0 ...e_method_with_override_equivalent_signatures.ets | 0 .../06.method_declarations/method_call.ets | 0 .../method_declaration_with_existed_name.ets | 0 .../method_declaration_with_existed_name_1.ets | 0 .../06.method_declarations/method_super_call_0.ets | 0 .../06.method_declarations/method_super_call_1.ets | 0 .../06.method_declarations/throws_clause_1.ets | 0 .../06.method_declarations/throws_clause_2.ets | 0 .../07.accessor_declarations/getter_exception.ets | 0 .../getter_final_modifier.ets | 0 .../07.accessor_declarations/getter_inheritance.ets | 0 .../getter_native_modifier.ets | 0 .../getter_override_modifier.ets | 0 .../getter_private_modifier_in_class.ets | 0 .../getter_private_modifier_out_class.ets | 0 .../07.accessor_declarations/getter_setter.ets | 0 .../getter_static_modifier.ets | 0 .../getter_with_reference_type.ets | 0 .../getter_with_value_type.ets | 0 .../07.accessor_declarations/setter_exception.ets | 0 .../setter_final_modifier.ets | 0 .../07.accessor_declarations/setter_inheritance.ets | 0 .../setter_native_modifier.ets | 0 .../setter_override_modifier.ets | 0 .../setter_private_modifier_in_class.ets | 0 .../setter_private_modifier_out_class.ets | 0 .../setter_static_modifier.ets | 0 .../setter_with_reference_type.ets | 0 .../setter_with_value_type.ets | 0 .../abstract_class_empty_initializer.ets | 0 .../abstract_class_initializer_declaration.ets | 0 .../abstract_class_initializer_declaration_for.ets | 0 ...bstract_class_initializer_declaration_switch.ets | 0 .../abstract_class_initializer_declaration_try.ets | 0 ...abstract_class_initializer_declaration_try_1.ets | 0 ...ract_class_initializer_declaration_try_neg_0.ets | 0 ...ract_class_initializer_declaration_try_neg_1.ets | 0 ...ract_class_initializer_declaration_try_neg_2.ets | 0 ...abstract_class_initializer_declaration_while.ets | 0 .../abstract_class_initializer_with_return.ets | 0 .../abstract_class_initializer_with_super.ets | 0 .../abstract_class_initializer_with_this.ets | 0 .../abstract_class_multiple_initializer_blocks.ets | 0 .../astract_class_initializer_declaration_try.ets | 0 .../class_empty_initializer.ets | 0 .../class_initializer_before_decl.ets | 0 .../class_initializer_declaration.ets | 0 .../class_initializer_declaration_1.ets | 0 .../class_initializer_declaration_for.ets | 0 .../class_initializer_declaration_neg.ets | 0 .../class_initializer_declaration_neg_1.ets | 0 .../class_initializer_declaration_switch.ets | 0 .../class_initializer_declaration_try.ets | 0 .../class_initializer_declaration_try_1.ets | 0 .../class_initializer_declaration_try_neg_0.ets | 0 .../class_initializer_declaration_try_neg_1.ets | 0 .../class_initializer_declaration_try_neg_2.ets | 0 .../class_initializer_declaration_while.ets | 0 .../class_initializer_ensure_fields_initialized.ets | 0 ...lass_initializer_ensure_fields_initialized_1.ets | 0 .../class_initializer_incorrect_order.ets | 0 .../class_initializer_order.ets | 0 .../class_initializer_order.params.yaml | 0 .../class_initializer_with_return.ets | 0 .../class_initializer_with_super.ets | 0 .../class_initializer_with_super_1.ets | 0 .../class_initializer_with_this.ets | 0 .../class_initializer_with_type_variable.ets | 0 .../class_initializer_with_type_variable_1.ets | 0 .../class_multiple_initializer_blocks.ets | 0 .../constructor_declaration_with_parameters.ets | 0 ...Implicitly_superclass_constructor_invocation.ets | 0 .../02.constructor_body/circular_reference.ets | 0 .../constructor_with_return_expression.ets | 0 .../constructor_with_return_expression2.ets | 0 .../constructor_with_return_expression3.ets | 0 .../direct_invocation_itself.ets | 0 .../indirect_invocation_itself.ets | 0 ...invocation_another_constructor_of_same_class.ets | 0 ...invocation_another_constructor_of_superclass.ets | 0 .../02.constructor_body/super_multicall.ets | 0 .../02.constructor_body/super_this_call.ets | 0 .../02.constructor_body/this_argument.ets | 0 .../02.constructor_body/this_argument_neg.ets | 0 .../02.constructor_body/this_multicall.ets | 0 .../02.constructor_body/this_super_call.ets | 0 .../call_to_inaccessible_super.ets | 0 .../call_to_this_recursively.ets | 0 .../call_to_this_super_must_be_first_stmt.ets | 0 ...all_to_this_super_must_be_first_stmt.params.yaml | 0 ...another_constructor_with_refer_to_instance_0.ets | 0 ...another_constructor_with_refer_to_instance_1.ets | 0 ...another_constructor_with_refer_to_instance_2.ets | 0 ...another_constructor_with_refer_to_instance_3.ets | 0 .../super_constructor.ets | 0 .../this_constructor.ets | 0 .../04.default_constructor/default_constructor.ets | 0 .../default_constructor_of_superclass.ets | 0 .../constructor_declaration.ets | 0 .../constructor_declaration.params.yaml | 0 .../constructor_declaration_with_same_signature.ets | 0 ...onstructor_declaration_with_same_signature_1.ets | 0 .../constructor_declaration_with_type_arguments.ets | 0 .../static_constructor_declaration.ets | 0 .../09.constructor_declaration/throws_clause_1.ets | 0 .../09.constructor_declaration/throws_clause_2.ets | 0 .../10.inheritance/inheritance_abstract_methods.ets | 0 ...inheritance_abstract_methods_that_not_member.ets | 0 .../inheritance_abstract_methods_without.ets | 0 ...nheritance_method_from_not_direct_superclass.ets | 0 .../inheritance_method_with_subsignature.ets | 0 .../inheritance_method_wrong_modifier.ets | 0 .../10.inheritance/inheritance_methods.ets | 0 .../10.inheritance/inheritance_methods.params.yaml | 0 ...eritance_private_methods_from_superinterface.ets | 0 .../10.inheritance/inheritance_static_methods.ets | 0 .../inheritance_static_methods.params.yaml | 0 ...heritance_static_methods_from_superinterface.ets | 0 .../abstract_method_declaration.ets | 0 .../empty_interface_declaration.ets | 0 .../empty_interface_declaration.params.yaml | 0 .../empty_interface_declaration_negative.ets | 0 ...empty_interface_declaration_negative.params.yaml | 0 ...empty_interface_declaration_with_type_params.ets | 0 ...terface_declaration_with_type_params.params.yaml | 0 .../interface_extends_without_type.ets | 0 .../01.interface_declarations/interface_fields.ets | 0 .../interface_fields.params.yaml | 0 .../interface_fields_negative.ets | 0 .../interface_fields_negative.params.yaml | 0 .../interface_fields_without_types.ets | 0 .../interface_fields_without_types.params.yaml | 0 .../several_interface_fields.ets | 0 .../several_interface_fields.params.yaml | 0 .../several_interface_fields_negative.ets | 0 .../several_interface_fields_negative.params.yaml | 0 .../circulary_interface_declaration.ets | 0 .../extend_clause.ets | 0 .../extend_clause_with_not_accessible_type.ets | 0 .../extend_itself.ets | 0 .../extend_primitive_alias.ets | 0 .../extend_primitive_alias.params.yaml | 0 .../parametrized_decalration.ets | 0 .../reference_type_dependence_0.ets | 0 .../reference_type_dependence_1.ets | 0 .../reference_type_dependence_2.ets | 0 .../superinterface_with_same_parameters.ets | 0 .../type_argument.ets | 0 .../wildcart_type_argument.ets | 0 .../03.interface_body/interface_members.ets | 0 .../03.interface_body/interface_members.params.yaml | 0 .../interface_members_negative.ets | 0 .../interface_members_negative.params.yaml | 0 .../10.interfaces/03.interface_body/issue24865.ets | 0 .../field_initializer_with_other_field.ets | 0 .../field_initializer_with_this.ets | 0 .../field_without_initializer.ets | 0 .../04.interface_members/hidden_members.ets | 0 .../04.interface_members/hidden_members.params.yaml | 0 .../hidden_members_negative.ets | 0 .../hidden_members_negative.params.yaml | 0 .../04.interface_members/interface_field_decl.ets | 0 .../interface_field_decl_negative.ets | 0 .../04.interface_members/member_inheritance.ets | 0 .../member_inheritance_private_member.ets | 0 .../04.interface_members/member_type_access.ets | 0 .../member_type_access.params.yaml | 0 .../member_type_declaration.ets | 0 .../member_type_declaration.params.yaml | 0 .../members_with_same_names.ets | 0 .../04.interface_members/methods_overriding.ets | 0 .../multiple_member_inheritance.ets | 0 .../object_method_declaring.ets | 0 .../object_method_override_0.ets | 0 .../object_method_override_1.ets | 0 .../object_method_override_2.ets | 0 .../private_methods_inheritance.ets | 0 .../static_methods_inheritance.ets | 0 .../external_interface_with_property_0.ets | 0 .../external_interface_with_property_1.ets | 0 .../05.interface_properties/getter_setter_form.ets | 0 .../interface_property_declaration.ets | 0 .../readonly_simple_form_0.ets | 0 .../readonly_simple_form_1.ets | 0 .../05.interface_properties/simple_form.ets | 0 .../undefined_interface_property_declaration.ets | 0 .../inheritance_multiple_abstract_methods.ets | 0 .../inheritance_multiple_default_methods.ets | 0 .../override_multiple_default_methods.ets | 0 .../overriding_private_method.ets | 0 .../overriding_public_method.ets | 0 ...verriding_public_method_with_wrong_signature.ets | 0 .../different_access_modifiers.ets | 0 .../different_return_type.ets | 0 .../overriding_requirements/different_signature.ets | 0 .../object_method_override.ets | 0 .../overriding_requirements/same_return_type.ets | 0 .../overriding_requirements/same_signature.ets | 0 .../throws_clause_1.ets | 0 .../throws_clause_2.ets | 0 ...erface_constants_inheritance_verification_01.ets | 0 ...erface_constants_inheritance_verification_02.ets | 0 ...erface_constants_inheritance_verification_03.ets | 0 ...erface_constants_inheritance_verification_04.ets | 0 ...erface_constants_inheritance_verification_05.ets | 0 ...erface_constants_inheritance_verification_06.ets | 0 ...erface_constants_inheritance_verification_07.ets | 0 ...erface_constants_inheritance_verification_08.ets | 0 ...erface_constants_inheritance_verification_09.ets | 0 ...erface_constants_inheritance_verification_10.ets | 0 ...erface_constants_inheritance_verification_11.ets | 0 ...erface_constants_inheritance_verification_12.ets | 0 ...erface_constants_inheritance_verification_13.ets | 0 ...erface_constants_inheritance_verification_14.ets | 0 ...erface_constants_inheritance_verification_15.ets | 0 ...erface_constants_inheritance_verification_16.ets | 0 ...erface_constants_inheritance_verification_17.ets | 0 ...erface_constants_inheritance_verification_18.ets | 0 ...erface_constants_inheritance_verification_19.ets | 0 ...erface_constants_inheritance_verification_20.ets | 0 ...erface_constants_inheritance_verification_21.ets | 0 ...erface_constants_inheritance_verification_22.ets | 0 ...erface_constants_inheritance_verification_23.ets | 0 ...erface_constants_inheritance_verification_24.ets | 0 ...erface_constants_inheritance_verification_25.ets | 0 ...erface_constants_inheritance_verification_26.ets | 0 ...erface_constants_inheritance_verification_27.ets | 0 ...erface_constants_inheritance_verification_28.ets | 0 ...erface_constants_inheritance_verification_29.ets | 0 ...erface_constants_inheritance_verification_30.ets | 0 ...erface_constants_inheritance_verification_31.ets | 0 ...erface_constants_inheritance_verification_32.ets | 0 ...erface_constants_inheritance_verification_33.ets | 0 ...erface_constants_inheritance_verification_34.ets | 0 ...erface_constants_inheritance_verification_35.ets | 0 ...plementation_single_inheritance_interface_01.ets | 0 ...plementation_single_inheritance_interface_02.ets | 0 ...plementation_single_inheritance_interface_03.ets | 0 ...plementation_single_inheritance_interface_04.ets | 0 ...plementation_single_inheritance_interface_05.ets | 0 ...plementation_single_inheritance_interface_06.ets | 0 ...plementation_single_inheritance_interface_07.ets | 0 ...plementation_single_inheritance_interface_08.ets | 0 ...plementation_single_inheritance_interface_09.ets | 0 ...plementation_single_inheritance_interface_10.ets | 0 ...eritance_default_method_conflict_handling_01.ets | 0 ...eritance_default_method_conflict_handling_02.ets | 0 ...eritance_default_method_conflict_handling_03.ets | 0 ...eritance_default_method_conflict_handling_04.ets | 0 ...eritance_default_method_conflict_handling_05.ets | 0 ...eritance_default_method_conflict_handling_06.ets | 0 ...eritance_default_method_conflict_handling_07.ets | 0 ...eritance_default_method_conflict_handling_08.ets | 0 ...eritance_default_method_conflict_handling_09.ets | 0 ...eritance_default_method_conflict_handling_10.ets | 0 ...eritance_default_method_conflict_handling_11.ets | 0 ...eritance_default_method_conflict_handling_12.ets | 0 ...eritance_default_method_conflict_handling_13.ets | 0 ...eritance_default_method_conflict_handling_14.ets | 0 ...eritance_default_method_conflict_handling_15.ets | 0 ...eritance_default_method_conflict_handling_16.ets | 0 ...eritance_default_method_conflict_handling_17.ets | 0 ...eritance_default_method_conflict_handling_18.ets | 0 ...eritance_default_method_conflict_handling_19.ets | 0 ...eritance_default_method_conflict_handling_20.ets | 0 ...eritance_default_method_conflict_handling_21.ets | 0 ...eritance_default_method_conflict_handling_22.ets | 0 ...eritance_default_method_conflict_handling_23.ets | 0 ...eritance_default_method_conflict_handling_24.ets | 0 ...eritance_default_method_conflict_handling_25.ets | 0 ...eritance_default_method_conflict_handling_26.ets | 0 ...eritance_default_method_conflict_handling_27.ets | 0 ...eritance_default_method_conflict_handling_28.ets | 0 ...eritance_default_method_conflict_handling_29.ets | 0 ...eritance_default_method_conflict_handling_30.ets | 0 ...eritance_default_method_conflict_handling_31.ets | 0 ...eritance_default_method_conflict_handling_32.ets | 0 ...eritance_default_method_conflict_handling_33.ets | 0 ...eritance_default_method_conflict_handling_34.ets | 0 ...eritance_default_method_conflict_handling_35.ets | 0 ...eritance_default_method_conflict_handling_36.ets | 0 ...lti_inheritance_interface_abstract_method_01.ets | 0 ...lti_inheritance_interface_abstract_method_02.ets | 0 ...lti_inheritance_interface_abstract_method_03.ets | 0 ...lti_inheritance_interface_abstract_method_04.ets | 0 ...lti_inheritance_interface_abstract_method_05.ets | 0 ...lti_inheritance_interface_abstract_method_06.ets | 0 ...lti_inheritance_interface_abstract_method_07.ets | 0 ...lti_inheritance_interface_abstract_method_08.ets | 0 ...lti_inheritance_interface_abstract_method_09.ets | 0 ...lti_inheritance_interface_abstract_method_10.ets | 0 ...lti_inheritance_interface_abstract_method_11.ets | 0 ...lti_inheritance_interface_abstract_method_12.ets | 0 ...lti_inheritance_interface_abstract_method_13.ets | 0 ...lti_inheritance_interface_abstract_method_14.ets | 0 ...lti_inheritance_interface_abstract_method_15.ets | 0 ...lti_inheritance_interface_abstract_method_16.ets | 0 ...lti_inheritance_interface_abstract_method_17.ets | 0 ...lti_inheritance_interface_abstract_method_18.ets | 0 ...lti_inheritance_interface_abstract_method_19.ets | 0 ...lti_inheritance_interface_abstract_method_20.ets | 0 ...lti_inheritance_interface_abstract_method_21.ets | 0 ...lti_inheritance_interface_abstract_method_22.ets | 0 ...lti_inheritance_interface_abstract_method_23.ets | 0 ...mplementation_multi_inheritance_interface_01.ets | 0 ...mplementation_multi_inheritance_interface_02.ets | 0 ...mplementation_multi_inheritance_interface_03.ets | 0 ...mplementation_multi_inheritance_interface_04.ets | 0 ...mplementation_multi_inheritance_interface_05.ets | 0 ...mplementation_multi_inheritance_interface_06.ets | 0 ...mplementation_multi_inheritance_interface_07.ets | 0 ...mplementation_multi_inheritance_interface_08.ets | 0 ...mplementation_multi_inheritance_interface_09.ets | 0 ...mplementation_multi_inheritance_interface_10.ets | 0 ...mplementation_multi_inheritance_interface_11.ets | 0 ...test_class_usage_of_conflicting_constants_01.ets | 0 ...test_class_usage_of_conflicting_constants_02.ets | 0 ...test_class_usage_of_conflicting_constants_03.ets | 0 ...test_class_usage_of_conflicting_constants_04.ets | 0 ...test_class_usage_of_conflicting_constants_05.ets | 0 ...test_class_usage_of_conflicting_constants_06.ets | 0 ...test_class_usage_of_conflicting_constants_07.ets | 0 ...test_class_usage_of_conflicting_constants_08.ets | 0 ...test_class_usage_of_conflicting_constants_09.ets | 0 ...test_class_usage_of_conflicting_constants_10.ets | 0 ...test_class_usage_of_conflicting_constants_11.ets | 0 ...test_class_usage_of_conflicting_constants_12.ets | 0 ...test_class_usage_of_conflicting_constants_13.ets | 0 ...test_class_usage_of_conflicting_constants_14.ets | 0 ...test_class_usage_of_conflicting_constants_15.ets | 0 ...test_class_usage_of_conflicting_constants_16.ets | 0 ...test_class_usage_of_conflicting_constants_17.ets | 0 ...test_class_usage_of_conflicting_constants_18.ets | 0 .../verify_inheritance_final_interface.ets | 0 .../verify_interface_self_inheritance_01.ets | 0 .../verify_interface_self_inheritance_02.ets | 0 .../other_interface_01.ets | 0 .../other_interface_02.ets | 0 .../other_interface_03.ets | 0 .../other_interface_04.ets | 0 .../other_interface_05.ets | 0 .../other_interface_06.ets | 0 .../other_interface_07.ets | 0 .../other_interface_08.ets | 0 .../other_interface_09.ets | 0 .../other_interface_10.ets | 0 .../other_interface_11.ets | 0 .../other_interface_12.ets | 0 .../other_interface_13.ets | 0 .../other_interface_14.ets | 0 .../other_interface_15.ets | 0 .../other_interface_16.ets | 0 .../other_interface_17.ets | 0 .../other_interface_18.ets | 0 .../other_interface_19.ets | 0 .../other_interface_20.ets | 0 .../other_interface_21.ets | 0 .../other_interface_22.ets | 0 .../other_interface_23.ets | 0 .../other_interface_24.ets | 0 .../other_interface_25.ets | 0 .../other_interface_26.ets | 0 .../transfer_interface_01.ets | 0 .../transfer_interface_02.ets | 0 .../transfer_interface_03.ets | 0 .../transfer_interface_04.ets | 0 .../transfer_interface_05.ets | 0 .../transfer_interface_06.ets | 0 .../transfer_interface_07.ets | 0 .../transfer_interface_08.ets | 0 .../transfer_interface_09.ets | 0 .../transfer_interface_10.ets | 0 .../transfer_interface_11.ets | 0 .../transfer_interface_12.ets | 0 .../transfer_interface_13.ets | 0 .../transfer_interface_14.ets | 0 .../transfer_interface_15.ets | 0 .../transfer_interface_16.ets | 0 .../inheritance_abstract_method.ets | 0 .../inheritance_default_method.ets | 0 .../inheritance_method_with_declared_signature.ets | 0 .../inheritance_private_method.ets | 0 ...tance_private_method_with_declared_signature.ets | 0 .../inheritance_static_method.ets | 0 .../inheritance_static_private_method.ets | 0 .../override_default_method_1.ets | 0 .../override_default_method_10.ets | 0 .../override_default_method_11.ets | 0 .../override_default_method_12.ets | 0 .../override_default_method_13.ets | 0 .../override_default_method_14.ets | 0 .../override_default_method_15.ets | 0 .../override_default_method_16.ets | 0 .../override_default_method_17.ets | 0 .../override_default_method_18.ets | 0 .../override_default_method_19.ets | 0 .../override_default_method_2.ets | 0 .../override_default_method_20.ets | 0 .../override_default_method_21.ets | 0 .../override_default_method_22.ets | 0 .../override_default_method_23.ets | 0 .../override_default_method_24.ets | 0 .../override_default_method_25.ets | 0 .../override_default_method_26.ets | 0 .../override_default_method_27.ets | 0 .../override_default_method_28.ets | 0 .../override_default_method_29.ets | 0 .../override_default_method_3.ets | 0 .../override_default_method_4.ets | 0 .../override_default_method_5.ets | 0 .../override_default_method_6.ets | 0 .../override_default_method_7.ets | 0 .../override_default_method_8.ets | 0 .../override_default_method_9.ets | 0 .../inherited_abstract_method_1.ets | 0 .../inherited_abstract_method_10.ets | 0 .../inherited_abstract_method_11.ets | 0 .../inherited_abstract_method_12.ets | 0 .../inherited_abstract_method_13.ets | 0 .../inherited_abstract_method_14.ets | 0 .../inherited_abstract_method_15.ets | 0 .../inherited_abstract_method_16.ets | 0 .../inherited_abstract_method_17.ets | 0 .../inherited_abstract_method_18.ets | 0 .../inherited_abstract_method_19.ets | 0 .../inherited_abstract_method_2.ets | 0 .../inherited_abstract_method_20.ets | 0 .../inherited_abstract_method_21.ets | 0 .../inherited_abstract_method_22.ets | 0 .../inherited_abstract_method_23.ets | 0 .../inherited_abstract_method_24.ets | 0 .../inherited_abstract_method_25.ets | 0 .../inherited_abstract_method_26.ets | 0 .../inherited_abstract_method_27.ets | 0 .../inherited_abstract_method_28.ets | 0 .../inherited_abstract_method_29.ets | 0 .../inherited_abstract_method_3.ets | 0 .../inherited_abstract_method_30.ets | 0 .../inherited_abstract_method_31.ets | 0 .../inherited_abstract_method_32.ets | 0 .../inherited_abstract_method_33.ets | 0 .../inherited_abstract_method_34.ets | 0 .../inherited_abstract_method_35.ets | 0 .../inherited_abstract_method_36.ets | 0 .../inherited_abstract_method_37.ets | 0 .../inherited_abstract_method_38.ets | 0 .../inherited_abstract_method_39.ets | 0 .../inherited_abstract_method_4.ets | 0 .../inherited_abstract_method_40.ets | 0 .../inherited_abstract_method_41.ets | 0 .../inherited_abstract_method_42.ets | 0 .../inherited_abstract_method_43.ets | 0 .../inherited_abstract_method_44.ets | 0 .../inherited_abstract_method_45.ets | 0 .../inherited_abstract_method_46.ets | 0 .../inherited_abstract_method_47.ets | 0 .../inherited_abstract_method_48.ets | 0 .../inherited_abstract_method_49.ets | 0 .../inherited_abstract_method_5.ets | 0 .../inherited_abstract_method_50.ets | 0 .../inherited_abstract_method_51.ets | 0 .../inherited_abstract_method_52.ets | 0 .../inherited_abstract_method_53.ets | 0 .../inherited_abstract_method_6.ets | 0 .../inherited_abstract_method_7.ets | 0 .../inherited_abstract_method_8.ets | 0 .../inherited_abstract_method_9.ets | 0 .../complex_inheritance/complex_inheritance_0.ets | 0 .../complex_inheritance/complex_inheritance_1.ets | 0 .../complex_inheritance/complex_inheritance_10.ets | 0 .../complex_inheritance/complex_inheritance_11.ets | 0 .../complex_inheritance/complex_inheritance_12.ets | 0 .../complex_inheritance/complex_inheritance_13.ets | 0 .../complex_inheritance/complex_inheritance_14.ets | 0 .../complex_inheritance/complex_inheritance_15.ets | 0 .../complex_inheritance/complex_inheritance_16.ets | 0 .../complex_inheritance/complex_inheritance_17.ets | 0 .../complex_inheritance/complex_inheritance_18.ets | 0 .../complex_inheritance/complex_inheritance_19.ets | 0 .../complex_inheritance/complex_inheritance_2.ets | 0 .../complex_inheritance/complex_inheritance_20.ets | 0 .../complex_inheritance/complex_inheritance_21.ets | 0 .../complex_inheritance/complex_inheritance_22.ets | 0 .../complex_inheritance/complex_inheritance_23.ets | 0 .../complex_inheritance/complex_inheritance_24.ets | 0 .../complex_inheritance/complex_inheritance_25.ets | 0 .../complex_inheritance/complex_inheritance_26.ets | 0 .../complex_inheritance/complex_inheritance_27.ets | 0 .../complex_inheritance/complex_inheritance_28.ets | 0 .../complex_inheritance/complex_inheritance_29.ets | 0 .../complex_inheritance/complex_inheritance_3.ets | 0 .../complex_inheritance/complex_inheritance_30.ets | 0 .../complex_inheritance/complex_inheritance_31.ets | 0 .../complex_inheritance/complex_inheritance_32.ets | 0 .../complex_inheritance/complex_inheritance_33.ets | 0 .../complex_inheritance/complex_inheritance_34.ets | 0 .../complex_inheritance/complex_inheritance_35.ets | 0 .../complex_inheritance/complex_inheritance_4.ets | 0 .../complex_inheritance/complex_inheritance_5.ets | 0 .../complex_inheritance/complex_inheritance_6.ets | 0 .../complex_inheritance/complex_inheritance_7.ets | 0 .../complex_inheritance/complex_inheritance_8.ets | 0 .../complex_inheritance/complex_inheritance_9.ets | 0 .../multi_layer_interface_inheritance_0.ets | 0 .../multi_layer_interface_inheritance_1.ets | 0 .../multi_layer_interface_inheritance_10.ets | 0 .../multi_layer_interface_inheritance_11.ets | 0 .../multi_layer_interface_inheritance_12.ets | 0 .../multi_layer_interface_inheritance_13.ets | 0 .../multi_layer_interface_inheritance_14.ets | 0 .../multi_layer_interface_inheritance_15.ets | 0 .../multi_layer_interface_inheritance_16.ets | 0 .../multi_layer_interface_inheritance_17.ets | 0 .../multi_layer_interface_inheritance_18.ets | 0 .../multi_layer_interface_inheritance_19.ets | 0 .../multi_layer_interface_inheritance_2.ets | 0 .../multi_layer_interface_inheritance_20.ets | 0 .../multi_layer_interface_inheritance_21.ets | 0 .../multi_layer_interface_inheritance_22.ets | 0 .../multi_layer_interface_inheritance_23.ets | 0 .../multi_layer_interface_inheritance_24.ets | 0 .../multi_layer_interface_inheritance_25.ets | 0 .../multi_layer_interface_inheritance_26.ets | 0 .../multi_layer_interface_inheritance_27.ets | 0 .../multi_layer_interface_inheritance_28.ets | 0 .../multi_layer_interface_inheritance_29.ets | 0 .../multi_layer_interface_inheritance_3.ets | 0 .../multi_layer_interface_inheritance_30.ets | 0 .../multi_layer_interface_inheritance_31.ets | 0 .../multi_layer_interface_inheritance_32.ets | 0 .../multi_layer_interface_inheritance_33.ets | 0 .../multi_layer_interface_inheritance_4.ets | 0 .../multi_layer_interface_inheritance_5.ets | 0 .../multi_layer_interface_inheritance_6.ets | 0 .../multi_layer_interface_inheritance_7.ets | 0 .../multi_layer_interface_inheritance_8.ets | 0 .../multi_layer_interface_inheritance_9.ets | 0 ...multi_layer_interface_inheritance_override_0.ets | 0 ...ulti_layer_interface_inheritance_override_17.ets | 0 ...ulti_layer_interface_inheritance_override_18.ets | 0 ...ulti_layer_interface_inheritance_override_19.ets | 0 ...ulti_layer_interface_inheritance_override_20.ets | 0 ...ulti_layer_interface_inheritance_override_21.ets | 0 ...ulti_layer_interface_inheritance_override_22.ets | 0 ...ulti_layer_interface_inheritance_override_23.ets | 0 ...ulti_layer_interface_inheritance_override_24.ets | 0 ...ulti_layer_interface_inheritance_override_25.ets | 0 ...ulti_layer_interface_inheritance_override_26.ets | 0 ...ulti_layer_interface_inheritance_override_27.ets | 0 ...ulti_layer_interface_inheritance_override_28.ets | 0 ...ulti_layer_interface_inheritance_override_29.ets | 0 ...ulti_layer_interface_inheritance_override_30.ets | 0 ...ulti_layer_interface_inheritance_override_31.ets | 0 ...ulti_layer_interface_inheritance_override_32.ets | 0 ...ulti_layer_interface_inheritance_override_33.ets | 0 ...ulti_layer_interface_inheritance_override_34.ets | 0 ...ulti_layer_interface_inheritance_override_35.ets | 0 ...ulti_layer_interface_inheritance_override_36.ets | 0 ...ulti_layer_interface_inheritance_override_37.ets | 0 ...lti_layer_interface_inheritance_override_ext.ets | 0 ...r_interface_inheritance_override_ext.params.yaml | 0 .../type_system/type_system_0.ets | 0 .../type_system/type_system_1.ets | 0 .../type_system/type_system_10.ets | 0 .../type_system/type_system_11.ets | 0 .../type_system/type_system_12.ets | 0 .../type_system/type_system_13.ets | 0 .../type_system/type_system_14.ets | 0 .../type_system/type_system_15.ets | 0 .../type_system/type_system_16.ets | 0 .../type_system/type_system_17.ets | 0 .../type_system/type_system_18.ets | 0 .../type_system/type_system_19.ets | 0 .../type_system/type_system_2.ets | 0 .../type_system/type_system_20.ets | 0 .../type_system/type_system_21.ets | 0 .../type_system/type_system_22.ets | 0 .../type_system/type_system_23.ets | 0 .../type_system/type_system_24.ets | 0 .../type_system/type_system_25.ets | 0 .../type_system/type_system_26.ets | 0 .../type_system/type_system_27.ets | 0 .../type_system/type_system_28.ets | 0 .../type_system/type_system_29.ets | 0 .../type_system/type_system_3.ets | 0 .../type_system/type_system_30.ets | 0 .../type_system/type_system_4.ets | 0 .../type_system/type_system_5.ets | 0 .../type_system/type_system_6.ets | 0 .../type_system/type_system_7.ets | 0 .../type_system/type_system_8.ets | 0 .../type_system/type_system_9.ets | 0 .../abstract_method_conflict/conflict_01.ets | 0 .../abstract_method_conflict/conflict_02.ets | 0 .../abstract_method_conflict/conflict_03.ets | 0 .../abstract_method_conflict/conflict_04.ets | 0 .../abstract_method_conflict/conflict_05.ets | 0 .../abstract_method_conflict/conflict_06.ets | 0 .../abstract_method_conflict/conflict_07.ets | 0 .../abstract_method_conflict/conflict_08.ets | 0 .../abstract_method_conflict/conflict_09.ets | 0 .../abstract_method_conflict/conflict_10.ets | 0 .../abstract_method_conflict/conflict_11.ets | 0 .../abstract_method_conflict/conflict_12.ets | 0 .../abstract_method_conflict/conflict_13.ets | 0 .../abstract_method_conflict/conflict_14.ets | 0 .../abstract_method_conflict/conflict_15.ets | 0 .../abstract_method_conflict/conflict_16.ets | 0 .../abstract_method_conflict/conflict_17.ets | 0 .../abstract_method_conflict/conflict_18.ets | 0 .../abstract_method_01.ets | 0 .../abstract_method_02.ets | 0 .../abstract_method_03.ets | 0 .../abstract_method_04.ets | 0 .../abstract_method_05.ets | 0 .../abstract_method_06.ets | 0 .../abstract_method_07.ets | 0 .../abstract_method_08.ets | 0 .../abstract_method_09.ets | 0 .../abstract_method_10.ets | 0 .../abstract_method_11.ets | 0 .../abstract_method_12.ets | 0 .../abstract_method_13.ets | 0 .../abstract_method_14.ets | 0 .../abstract_method_15.ets | 0 .../abstract_method_16.ets | 0 .../abstract_method_17.ets | 0 .../abstract_method_18.ets | 0 .../abstract_method_19.ets | 0 .../abstract_method_20.ets | 0 .../abstract_method_21.ets | 0 .../abstract_method_22.ets | 0 .../child_specifies_parent_use_case_01.ets | 0 .../child_specifies_parent_use_case_02.ets | 0 .../child_specifies_parent_use_case_03.ets | 0 .../child_specifies_parent_use_case_04.ets | 0 .../child_specifies_parent_use_case_05.ets | 0 .../child_specifies_parent_use_case_06.ets | 0 .../child_specifies_parent_use_case_07.ets | 0 .../child_specifies_parent_use_case_08.ets | 0 .../child_specifies_parent_use_case_09.ets | 0 .../child_specifies_parent_use_case_10.ets | 0 .../child_specifies_parent_use_case_11.ets | 0 .../child_specifies_parent_use_case_12.ets | 0 .../child_specifies_parent_use_case_13.ets | 0 .../child_specifies_parent_use_case_14.ets | 0 .../child_specifies_parent_use_case_15.ets | 0 .../child_specifies_parent_use_case_16.ets | 0 .../child_specifies_parent_use_case_17.ets | 0 .../child_specifies_parent_use_case_18.ets | 0 .../handle_interface_constant_conflicts_case_01.ets | 0 .../handle_interface_constant_conflicts_case_02.ets | 0 .../handle_interface_constant_conflicts_case_03.ets | 0 .../handle_interface_constant_conflicts_case_04.ets | 0 .../handle_interface_constant_conflicts_case_05.ets | 0 .../handle_interface_constant_conflicts_case_06.ets | 0 .../handle_interface_constant_conflicts_case_07.ets | 0 .../handle_interface_constant_conflicts_case_08.ets | 0 .../handle_interface_constant_conflicts_case_09.ets | 0 .../handle_interface_constant_conflicts_case_10.ets | 0 .../handle_interface_constant_conflicts_case_11.ets | 0 .../handle_interface_constant_conflicts_case_12.ets | 0 .../handle_interface_constant_conflicts_case_13.ets | 0 .../handle_interface_constant_conflicts_case_14.ets | 0 .../handle_interface_constant_conflicts_case_15.ets | 0 .../handle_interface_constant_conflicts_case_16.ets | 0 .../handle_interface_constant_conflicts_case_17.ets | 0 .../handle_interface_constant_conflicts_case_18.ets | 0 .../handle_interface_constant_conflicts_case_19.ets | 0 .../handle_interface_constant_conflicts_case_20.ets | 0 .../handle_interface_constant_conflicts_case_21.ets | 0 .../handle_interface_constant_conflicts_case_22.ets | 0 .../handle_interface_constant_conflicts_case_23.ets | 0 .../handle_interface_constant_conflicts_case_24.ets | 0 .../handle_interface_constant_conflicts_case_25.ets | 0 .../handle_interface_constant_conflicts_case_26.ets | 0 .../moduleA.ets | 0 .../moduleB.ets | 0 ...iple_parent_interfaces_same_constant_case_01.ets | 0 ...iple_parent_interfaces_same_constant_case_02.ets | 0 ...iple_parent_interfaces_same_constant_case_03.ets | 0 ...iple_parent_interfaces_same_constant_case_04.ets | 0 ...iple_parent_interfaces_same_constant_case_05.ets | 0 ...iple_parent_interfaces_same_constant_case_06.ets | 0 ...iple_parent_interfaces_same_constant_case_07.ets | 0 ...iple_parent_interfaces_same_constant_case_08.ets | 0 ...iple_parent_interfaces_same_constant_case_09.ets | 0 ...iple_parent_interfaces_same_constant_case_10.ets | 0 ...iple_parent_interfaces_same_constant_case_11.ets | 0 ...iple_parent_interfaces_same_constant_case_12.ets | 0 ...iple_parent_interfaces_same_constant_case_13.ets | 0 ...iple_parent_interfaces_same_constant_case_14.ets | 0 ...iple_parent_interfaces_same_constant_case_15.ets | 0 ...iple_parent_interfaces_same_constant_case_16.ets | 0 ...iple_parent_interfaces_same_constant_case_17.ets | 0 ...iple_parent_interfaces_same_constant_case_18.ets | 0 .../namespaceA.ets | 0 .../namespaceB.ets | 0 .../verify_override_conflict_method/childModule.ets | 0 .../parentModule.ets | 0 .../verify_override_conflict_method_case_01.ets | 0 .../verify_override_conflict_method_case_02.ets | 0 .../verify_override_conflict_method_case_03.ets | 0 .../verify_override_conflict_method_case_04.ets | 0 .../verify_override_conflict_method_case_05.ets | 0 .../verify_override_conflict_method_case_06.ets | 0 .../verify_override_conflict_method_case_07.ets | 0 .../verify_override_conflict_method_case_08.ets | 0 .../verify_override_conflict_method_case_09.ets | 0 .../verify_override_conflict_method_case_10.ets | 0 .../verify_override_conflict_method_case_11.ets | 0 .../verify_override_conflict_method_case_12.ets | 0 .../verify_override_conflict_method_case_13.ets | 0 .../verify_override_conflict_method_case_14.ets | 0 .../verify_override_conflict_method_case_15.ets | 0 .../verify_override_conflict_method_case_16.ets | 0 .../verify_override_conflict_method_case_17.ets | 0 .../verify_override_conflict_method_case_18.ets | 0 ...subclass_calls_parent_class_interface_method.ets | 0 ..._calls_parent_class_interface_method.params.yaml | 0 .../same_name_method/same_name_01.ets | 0 .../same_name_method/same_name_02.ets | 0 .../same_name_method/same_name_03.ets | 0 .../same_name_method/same_name_04.ets | 0 .../same_name_method/same_name_05.ets | 0 .../same_name_method/same_name_06.ets | 0 .../static_method/static_method_01.ets | 0 .../static_method/static_method_02.ets | 0 .../static_method/static_method_03.ets | 0 .../static_method/static_method_04.ets | 0 .../static_method/static_method_05.ets | 0 .../interface_inheritance_const/const_01.ets | 0 .../interface_inheritance_const/const_02.ets | 0 .../interface_inheritance_const/const_03.ets | 0 .../interface_inheritance_const/const_04.ets | 0 .../interface_inheritance_const/const_05.ets | 0 .../interface_inheritance_const/const_06.ets | 0 .../interface_inheritance_const/const_07.ets | 0 .../interface_inheritance_const/const_08.ets | 0 .../interface_inheritance_const/const_09.ets | 0 .../interface_inheritance_const/const_10.ets | 0 .../interface_inheritance_const/const_11.ets | 0 .../interface_inheritance_const/const_12.ets | 0 .../interface_inheritance_const/const_13.ets | 0 .../interface_inheritance_const/const_14.ets | 0 .../interface_inheritance_const/const_15.ets | 0 .../interface_inheritance_const/const_16.ets | 0 .../interface_inheritance_const/const_17.ets | 0 .../interface_inheritance_const/const_18.ets | 0 .../interface_inheritance_const/const_19.ets | 0 ...tants_array_boolean_in_subclass_interface_01.ets | 0 ...tants_array_boolean_in_subclass_interface_02.ets | 0 ...nstants_array_class_in_subclass_interface_01.ets | 0 ...nstants_array_class_in_subclass_interface_02.ets | 0 ...onstants_array_date_in_subclass_interface_01.ets | 0 ...onstants_array_date_in_subclass_interface_02.ets | 0 ...onstants_array_enum_in_subclass_interface_01.ets | 0 ...onstants_array_enum_in_subclass_interface_02.ets | 0 ...constants_array_int_in_subclass_interface_01.ets | 0 ...constants_array_int_in_subclass_interface_02.ets | 0 ...nts_array_interface_in_subclass_interface_01.ets | 0 ...nts_array_interface_in_subclass_interface_02.ets | 0 ...onstants_array_null_in_subclass_interface_01.ets | 0 ...onstants_array_null_in_subclass_interface_02.ets | 0 ...stants_array_number_in_subclass_interface_01.ets | 0 ...stants_array_number_in_subclass_interface_02.ets | 0 ...stants_array_string_in_subclass_interface_01.ets | 0 ...stants_array_string_in_subclass_interface_02.ets | 0 ...nts_array_undefined_in_subclass_interface_01.ets | 0 ...nts_array_undefined_in_subclass_interface_02.ets | 0 .../constants_boolean_in_subclass_interface_01.ets | 0 .../constants_boolean_in_subclass_interface_02.ets | 0 .../constants_class_in_subclass_interface_01.ets | 0 .../constants_class_in_subclass_interface_02.ets | 0 .../constants_date_in_subclass_interface_01.ets | 0 .../constants_date_in_subclass_interface_02.ets | 0 .../constants_enum_in_subclass_interface_01.ets | 0 .../constants_enum_in_subclass_interface_02.ets | 0 ...stants_genericclass_in_subclass_interface_01.ets | 0 ...stants_genericclass_in_subclass_interface_02.ets | 0 ...stants_genericclass_in_subclass_interface_03.ets | 0 ...stants_genericclass_in_subclass_interface_04.ets | 0 ...stants_genericclass_in_subclass_interface_05.ets | 0 ...stants_genericclass_in_subclass_interface_06.ets | 0 ...stants_genericclass_in_subclass_interface_07.ets | 0 ...stants_genericclass_in_subclass_interface_08.ets | 0 ...stants_genericclass_in_subclass_interface_09.ets | 0 ...stants_genericclass_in_subclass_interface_10.ets | 0 ...stants_genericclass_in_subclass_interface_11.ets | 0 ...stants_genericclass_in_subclass_interface_12.ets | 0 ...stants_genericclass_in_subclass_interface_13.ets | 0 ...stants_genericclass_in_subclass_interface_14.ets | 0 ...stants_genericclass_in_subclass_interface_15.ets | 0 ...stants_genericclass_in_subclass_interface_16.ets | 0 ...stants_genericclass_in_subclass_interface_17.ets | 0 ...stants_genericclass_in_subclass_interface_18.ets | 0 ...stants_genericclass_in_subclass_interface_19.ets | 0 ...stants_genericclass_in_subclass_interface_20.ets | 0 ...stants_genericclass_in_subclass_interface_21.ets | 0 ...stants_genericclass_in_subclass_interface_22.ets | 0 ...stants_genericclass_in_subclass_interface_23.ets | 0 ...stants_genericclass_in_subclass_interface_24.ets | 0 ...stants_genericclass_in_subclass_interface_25.ets | 0 ...stants_genericclass_in_subclass_interface_26.ets | 0 ...stants_genericclass_in_subclass_interface_27.ets | 0 ...stants_genericclass_in_subclass_interface_28.ets | 0 ...stants_genericclass_in_subclass_interface_29.ets | 0 ...stants_genericclass_in_subclass_interface_30.ets | 0 ...stants_genericclass_in_subclass_interface_31.ets | 0 ...stants_genericclass_in_subclass_interface_32.ets | 0 ...stants_genericclass_in_subclass_interface_33.ets | 0 ...stants_genericclass_in_subclass_interface_34.ets | 0 ...stants_genericclass_in_subclass_interface_35.ets | 0 ...stants_genericclass_in_subclass_interface_36.ets | 0 ...stants_genericclass_in_subclass_interface_37.ets | 0 ...stants_genericclass_in_subclass_interface_38.ets | 0 ...stants_genericclass_in_subclass_interface_39.ets | 0 ...stants_genericclass_in_subclass_interface_40.ets | 0 .../constants_int_in_subclass_interface_01.ets | 0 .../constants_int_in_subclass_interface_02.ets | 0 ...constants_interface_in_subclass_interface_01.ets | 0 ...constants_interface_in_subclass_interface_02.ets | 0 .../constants_null_in_subclass_interface_01.ets | 0 .../constants_null_in_subclass_interface_02.ets | 0 .../constants_number_in_subclass_interface_01.ets | 0 .../constants_number_in_subclass_interface_02.ets | 0 .../constants_string_in_subclass_interface_01.ets | 0 .../constants_string_in_subclass_interface_02.ets | 0 ...constants_undefined_in_subclass_interface_01.ets | 0 ...constants_undefined_in_subclass_interface_02.ets | 0 ...nstants_union_class_in_subclass_interface_01.ets | 0 ...nstants_union_class_in_subclass_interface_02.ets | 0 ...nstants_union_class_in_subclass_interface_03.ets | 0 ...nstants_union_class_in_subclass_interface_04.ets | 0 ...nstants_union_class_in_subclass_interface_05.ets | 0 ...nstants_union_class_in_subclass_interface_06.ets | 0 ...nstants_union_class_in_subclass_interface_07.ets | 0 ...nstants_union_class_in_subclass_interface_08.ets | 0 ...nstants_union_class_in_subclass_interface_09.ets | 0 ...nstants_union_class_in_subclass_interface_10.ets | 0 ...nstants_union_class_in_subclass_interface_11.ets | 0 ...nstants_union_class_in_subclass_interface_12.ets | 0 ...nstants_union_class_in_subclass_interface_13.ets | 0 ...nstants_union_class_in_subclass_interface_14.ets | 0 ...nstants_union_class_in_subclass_interface_15.ets | 0 ...nstants_union_class_in_subclass_interface_16.ets | 0 ...nstants_union_class_in_subclass_interface_17.ets | 0 ...nstants_union_class_in_subclass_interface_18.ets | 0 ...nstants_union_class_in_subclass_interface_19.ets | 0 ...nstants_union_class_in_subclass_interface_20.ets | 0 ...nstants_union_class_in_subclass_interface_21.ets | 0 ...nstants_union_class_in_subclass_interface_22.ets | 0 ...nstants_union_class_in_subclass_interface_23.ets | 0 ...nstants_union_class_in_subclass_interface_24.ets | 0 ...stants_union_class_in_subclass_interface_ext.ets | 0 ...nion_class_in_subclass_interface_ext.params.yaml | 0 .../01.enumeration_integer_values/enum_int.ets | 0 .../enum_int.params.yaml | 0 .../01.enumeration_integer_values/enum_int_n.ets | 0 .../enum_int_n.params.yaml | 0 .../02.enumeration_string_values/enum_str.ets | 0 .../enum_str.params.yaml | 0 .../02.enumeration_string_values/enum_str_n.ets | 0 .../enum_str_n.params.yaml | 0 .../enum_constant_ordinal.ets | 0 .../enum_constant_to_string.ets | 0 .../enum_constant_to_string_1.ets | 0 .../enum_ensure_not_nullish.ets | 0 .../enum_ensure_not_nullish_call.ets | 0 .../enum_ensure_not_nullish_interface.ets | 0 .../03.enumeration_operations/enum_member_name1.ets | 0 .../03.enumeration_operations/enum_member_name2.ets | 0 .../03.enumeration_operations/enum_member_name3.ets | 0 .../03.enumeration_operations/enum_member_name4.ets | 0 .../03.enumeration_operations/enum_member_name5.ets | 0 .../enum_member_values.ets | 0 .../enum_member_values.params.yaml | 0 .../enum_type_methods_valueof.ets | 0 .../11.enumerations/any_number_of_constants.ets | 0 .../11.enumerations/const_enum.ets | 0 .../11.enumerations/empty_enum.ets | 0 .../11.enumerations/enum_export.ets | 0 .../11.enumerations/enum_export.params.yaml | 0 .../11.enumerations/repeating_constants.ets | 0 .../11.enumerations/simple_enum.ets | 0 .../11.enumerations/to_export.ets | 0 .../12.error_handling/01.errors/error_call.ets | 0 .../01.errors/error_call_stack.ets | 0 .../01.errors/error_call_with_recovery.ets | 0 .../01.errors/new_error_define_0.ets | 0 .../01.errors/new_error_define_1.ets | 0 .../01.separate_modules/import_declarations.ets | 0 .../import_declarations.params.yaml | 0 .../import_reexported_declarations.ets | 0 .../import_reexported_declarations.params.yaml | 0 .../01.separate_modules/module_implicit_import.ets | 0 .../module_implicit_import.params.yaml | 0 .../01.separate_modules/modules/declarations.ets | 0 .../modules/reexported_directives.ets | 0 .../modules/stdlib_implicit_import.ets | 0 .../import_statements.ets | 0 .../modules/statements.ets | 0 .../import_all_as.ets | 0 .../import_all_as.params.yaml | 0 .../02.simple_name_binding/import_simple_name.ets | 0 .../import_simple_name_as.ets | 0 .../multiple_import_simple_name.ets | 0 .../multiple_import_simple_name_as.ets | 0 .../multiple_import_simple_name_as_non_neg.ets | 0 .../explicitly_and_implicitly_import_1.ets | 0 .../explicitly_and_implicitly_import_2.ets | 0 .../explicitly_and_implicitly_import_3.ets | 0 .../explicitly_and_implicitly_import_4.ets | 0 .../explicitly_and_implicitly_import_5.ets | 0 .../explicitly_and_implicitly_import_6.ets | 0 .../import_same_names.ets | 0 .../several_imports.ets | 0 .../several_imports_In_one.ets | 0 .../default_export_neg.ets | 0 .../default_export_neg_2.ets | 0 .../default_import_abstract_class.ets | 0 .../default_import_class.ets | 0 .../default_import_const_var.ets | 0 .../default_import_const_var_neg.ets | 0 .../default_import_enum.ets | 0 .../default_import_function.ets | 0 .../default_import_function_gen.ets | 0 .../default_import_function_same_name.ets | 0 .../default_import_generic_class.ets | 0 .../default_import_interface.ets | 0 .../default_import_tuple.ets | 0 .../default_import_type.ets | 0 .../default_import_union.ets | 0 .../default_import_variable.ets | 0 .../export_default/selective_export.ets | 0 .../export_default/single_export.ets | 0 .../import_defaultExport_allBinding.ets | 0 .../import_defaultExport_selectiveBindings.ets | 0 .../import_default_exported_func_neg.ets | 0 .../import_default_exported_func_neg_2.ets | 0 .../import_default_exported_func_neg_3.ets | 0 .../multiple_default_export.ets | 0 .../multiple_default_export_2.ets | 0 .../multiple_default_export_neg.ets | 0 .../multiple_default_export_neg_2.ets | 0 .../04.default_import_binding/multiple_export.ets | 0 .../multiple_levels_default_export.ets | 0 .../multiple_levels_default_export_2.ets | 0 .../multiple_levels_default_export_3.ets | 0 .../export_multiple_default_types.ets | 0 .../05.type_binding/type_binding_abstract_class.ets | 0 .../05.type_binding/type_binding_class.ets | 0 .../05.type_binding/type_binding_class_alias.ets | 0 .../05.type_binding/type_binding_class_neg.ets | 0 .../05.type_binding/type_binding_class_neg_2.ets | 0 .../05.type_binding/type_binding_class_neg_3.ets | 0 .../type_binding_class_same_name.ets | 0 .../type_binding_class_same_name_2.ets | 0 .../05.type_binding/type_binding_interface.ets | 0 .../05.type_binding/type_binding_var_boxed.ets | 0 .../05.type_binding/type_binding_var_default.ets | 0 .../05.type_binding/type_binding_var_primitive.ets | 0 .../06.import_path/bad/import_path_bad.ets | 0 .../06.import_path/bad/import_path_bad.params.yaml | 0 .../06.import_path/dir/import_path_dir.ets | 0 .../06.import_path/dir/import_path_dir.params.yaml | 0 .../06.import_path/dir/import_path_dir_global.ets | 0 .../06.import_path/dir/module_a.ets | 0 .../06.import_path/dir/module_a/module_a.ets | 0 .../dir/nesteddir/module_a/module_a.ets | 0 .../file/import_baseURL_path_file.ets | 0 .../06.import_path/file/import_path_file.ets | 0 .../file/import_path_file.params.yaml | 0 .../06.import_path/file/import_path_file_global.ets | 0 .../file/import_path_file_global.params.yaml | 0 .../06.import_path/file/module_a.ets | 0 .../06.import_path/file/nesteddir/module_a.ets | 0 .../06.import_path/module_a.ets | 0 .../03.import_directives/import.ets | 0 .../03.import_directives/import.params.yaml | 0 .../03.import_directives/import_all.ets | 0 .../03.import_directives/import_as.ets | 0 .../03.import_directives/import_as.params.yaml | 0 .../core_default_import.ets | 0 .../core_default_import.params.yaml | 0 .../stdlib_default_import.ets | 0 .../stdlib_default_import.params.yaml | 0 .../05.declaration_modules/declaration_module.ets | 0 .../05.declaration_modules/declaration_modules.ets | 0 .../declaration_modules.params.yaml | 0 .../05.declaration_modules/declaration_usage.ets | 0 .../05.declaration_modules/declaration_usage2.ets | 0 .../05.declaration_modules/declaration_usage3.ets | 0 .../05.declaration_modules/declaration_usage4.ets | 0 .../05.declaration_modules/declaration_usage5.ets | 0 .../05.declaration_modules/declaration_usage6.ets | 0 .../declaration_usage_neg.ets | 0 .../declaration_usage_neg2.ets | 0 .../module/cyclic_dependency/module.ets | 0 .../module/cyclic_dependency/module_a.ets | 0 .../module/cyclic_dependency/module_b.ets | 0 .../module/cyclic_dependency/test.ets | 0 .../module/cyclic_dependency/test2.ets | 0 .../module/init_once/global.ets | 0 .../module/init_once/module.ets | 0 .../module/init_once/test.ets | 0 .../module/init_order/module.ets | 0 .../module/init_order/test.ets | 0 .../package/cyclic_dependency/pkgA/test.ets | 0 .../package/cyclic_dependency/pkgB/module.ets | 0 .../package/init_once/global/module.ets | 0 .../package/init_once/pkg/module.ets | 0 .../package/init_once/test.ets | 0 .../package/init_order/pkg/module.ets | 0 .../package/init_order/test.ets | 0 .../default_export_abstract_class.ets | 0 .../default_export_class.ets | 0 .../default_export_const.ets | 0 .../default_export_enum.ets | 0 .../default_export_function.ets | 0 .../default_export_function_gen.ets | 0 .../default_export_generic_class.ets | 0 .../default_export_interface.ets | 0 .../default_export_tuple.ets | 0 .../default_export_type.ets | 0 .../default_export_type_2.ets | 0 .../default_export_type_2_level.ets | 0 .../default_export_type_2_level_2.ets | 0 .../default_export_type_2_level_3.ets | 0 .../default_export_union.ets | 0 .../default_export_variable.ets | 0 .../non_default_export_type.ets | 0 .../nothing_exported.ets | 0 .../export_declarations.ets | 0 .../export_declarations.params.yaml | 0 .../exported_grouped_declarations.ets | 0 .../exported_grouped_declarations.params.yaml | 0 .../import_exported_element.ets | 0 .../import_not_exported_element.ets | 0 .../export_default_type.ets | 0 .../export_type_abstract_class.ets | 0 .../export_type_class.ets | 0 .../export_type_class_2.ets | 0 .../export_type_class_same_name.ets | 0 .../export_type_class_same_name_2.ets | 0 .../export_type_interface.ets | 0 .../export_type_var_boxed.ets | 0 .../export_type_var_primitive.ets | 0 .../export_type_var_tpl.ets | 0 .../bad_top_level_declarations.ets | 0 .../bad_top_level_declarations.params.yaml | 0 .../top_level_declarations.ets | 0 .../top_level_declarations.params.yaml | 0 .../namespace_declarations_basics.ets | 0 .../namespace_declarations_basics.params.yaml | 0 .../namespace_declarations_neg1.ets | 0 .../namespace_declarations_neg10.ets | 0 .../namespace_declarations_neg11.ets | 0 .../namespace_declarations_neg12.ets | 0 .../namespace_declarations_neg13.ets | 0 .../namespace_declarations_neg14.ets | 0 .../namespace_declarations_neg15.ets | 0 .../namespace_declarations_neg16.ets | 0 .../namespace_declarations_neg2.ets | 0 .../namespace_declarations_neg3.ets | 0 .../namespace_declarations_neg4.ets | 0 .../namespace_declarations_neg5.ets | 0 .../namespace_declarations_neg6.ets | 0 .../namespace_declarations_neg7.ets | 0 .../namespace_declarations_neg8.ets | 0 .../namespace_declarations_neg9.ets | 0 .../08.namespace_declarations/namespace_storage.ets | 0 .../namespace_storage2.ets | 0 .../pack1/namespace_package1.ets | 0 .../pack1/namespace_package2.ets | 0 .../pack1/namespace_package3.ets | 0 .../08.namespace_declarations/simple_spec4_1.ets | 0 .../08.namespace_declarations/simple_spec4_2.ets | 0 .../08.namespace_declarations/simple_spec4_3.ets | 0 .../08.namespace_declarations/simple_spec_pos1.ets | 0 .../08.namespace_declarations/simple_spec_pos2.ets | 0 .../08.namespace_declarations/simple_spec_pos3.ets | 0 .../08.namespace_declarations/simple_spec_pos4.ets | 0 .../ambient01/file.d.ets | 0 .../ambient01/file.ets | 0 .../ambient01_test.ets | 0 .../ambient02/file.d.ets | 0 .../ambient02/file.ets | 0 .../ambient02_test.ets | 0 .../ambient03/file.d.ets | 0 .../ambient03/file.ets | 0 .../ambient03_test.ets | 0 .../export_as_same_name.ets | 0 .../export_default_anonymous.ets | 0 .../export_default_anonymous/export_newclass.ets | 0 .../export_default_anonymous/export_number.ets | 0 .../export_default_anonymous/export_string.ets | 0 .../export_nothing.ets | 0 .../multiple_export.ets | 0 .../multiple_export_as.ets | 0 .../multiple_export_as_between.ets | 0 .../multiple_export_as_first.ets | 0 .../multiple_export_as_last.ets | 0 .../negative_selective_exports.ets | 0 .../negative_selective_exports.params.yaml | 0 .../01.selective_export_directive/no_export.ets | 0 .../01.selective_export_directive/pkg01/a.ets | 0 .../01.selective_export_directive/pkg01/b.ets | 0 .../01.selective_export_directive/pkg01/c.ets | 0 .../01.selective_export_directive/pkg01/d.ets | 0 .../01.selective_export_directive/pkg01_test.ets | 0 .../selective_exports.ets | 0 .../selective_exports.params.yaml | 0 .../single_as_export.ets | 0 .../01.selective_export_directive/single_export.ets | 0 .../01.selective_export_directive/t01/a.ets | 0 .../01.selective_export_directive/t01/b.ets | 0 .../01.selective_export_directive/t01/c.ets | 0 .../01.selective_export_directive/t02/a.ets | 0 .../01.selective_export_directive/t02/b.ets | 0 .../01.selective_export_directive/t02/c.ets | 0 .../01.selective_export_directive/t02/d.ets | 0 .../01.selective_export_directive/t03/a.ets | 0 .../01.selective_export_directive/t03/b.ets | 0 .../01.selective_export_directive/t03/c.ets | 0 .../01.selective_export_directive/t03/d.ets | 0 .../01.selective_export_directive/t04/a.ets | 0 .../01.selective_export_directive/t04/b.ets | 0 .../01.selective_export_directive/t04/c.ets | 0 .../01.selective_export_directive/t04/d.ets | 0 .../01.selective_export_directive/t05/a.ets | 0 .../01.selective_export_directive/t05/b.ets | 0 .../01.selective_export_directive/t05/c.ets | 0 .../01.selective_export_directive/t05/d.ets | 0 .../02.single_export_directive/ambient01/file.d.ets | 0 .../02.single_export_directive/ambient01/file.ets | 0 .../02.single_export_directive/ambient01_test.ets | 0 .../02.single_export_directive/ambient02/file.d.ets | 0 .../02.single_export_directive/ambient02/file.ets | 0 .../02.single_export_directive/ambient02_test.ets | 0 .../02.single_export_directive/ambient03/file.d.ets | 0 .../02.single_export_directive/ambient03/file.ets | 0 .../02.single_export_directive/ambient03_test.ets | 0 .../02.single_export_directive/ambient04/file.d.ets | 0 .../02.single_export_directive/ambient04/file.ets | 0 .../02.single_export_directive/ambient04_test.ets | 0 .../export_default_anonymous.ets | 0 .../export_add_expressions.ets | 0 .../export_default_anonymous/export_array.ets | 0 .../export_default_anonymous/export_lambda.ets | 0 .../export_multi_expressions.ets | 0 .../export_default_anonymous/export_newclass.ets | 0 .../export_default_anonymous/export_number.ets | 0 .../export_default_anonymous/export_string.ets | 0 .../02.single_export_directive/pkg01/a.ets | 0 .../02.single_export_directive/pkg01/b.ets | 0 .../02.single_export_directive/pkg01/c.ets | 0 .../02.single_export_directive/pkg01/d.ets | 0 .../02.single_export_directive/pkg01_test.ets | 0 .../02.single_export_directive/single_export.ets | 0 .../single_export.params.yaml | 0 .../03.export_type_directive/class_a.ets | 0 .../03.export_type_directive/class_a_as_b.ets | 0 .../03.export_type_directive/class_a_as_b_twice.ets | 0 .../03.export_type_directive/const_as_type.ets | 0 .../export_already_declared.ets | 0 .../export_as_already_declared.ets | 0 .../export_type_of_as_type.ets | 0 .../negative_export_as_by_old_name.ets | 0 .../negative_export_as_twice.ets | 0 .../04.re-export_directive/module_a.ets | 0 .../04.re-export_directive/module_all.ets | 0 .../04.re-export_directive/module_all_renamed.ets | 0 .../04.re-export_directive/module_b.ets | 0 .../04.re-export_directive/module_b_re-export.ets | 0 .../pkg01_re-export_all_by_old_names.ets | 0 .../04.re-export_directive/pkg01a/a.ets | 0 .../04.re-export_directive/pkg01b/a.ets | 0 .../pkg02_re-export_all_with_rename.ets | 0 .../04.re-export_directive/pkg02a/a.ets | 0 .../04.re-export_directive/pkg02b/a.ets | 0 .../04.re-export_directive/pkg03_re-export_all.ets | 0 .../04.re-export_directive/pkg03a/a.ets | 0 .../04.re-export_directive/pkg03b/a.ets | 0 .../04.re-export_directive/re-export_all.ets | 0 .../re-export_all_by_old_names.ets | 0 .../re-export_all_namespace.ets | 0 .../re-export_all_with_rename.ets | 0 .../10.top-level_statements/block_declaration.ets | 0 .../block_declaration.params.yaml | 0 .../10.top-level_statements/block_execution.ets | 0 .../multiple_block_execution.ets | 0 .../11.program_entry_point/multiple_entrypoints.ets | 0 .../12.program_exit/program_entry_cmdline.ets | 0 .../program_entry_error_coroutine.ets | 0 .../program_entry_error_coroutines.ets | 0 .../12.program_exit/program_entry_export.ets | 0 .../12.program_exit/program_entry_invalid.ets | 0 .../program_entry_no_handle_error.ets | 0 .../12.program_exit/program_entry_normal.ets | 0 .../program_entry_normal_coroutine.ets | 0 .../program_entry_normal_coroutines.ets | 0 .../12.program_exit/program_entry_package.ets | 0 .../12.program_exit/program_entry_parameters.ets | 0 .../12.program_exit/program_entry_top_level.ets | 0 .../12.program_exit/program_entry_void.ets | 0 .../constant_declarations.ets | 0 .../constant_declarations.params.yaml | 0 .../function_declarations.ets | 0 .../function_declarations.params.yaml | 0 .../03.class_declarations/class_declarations.ets | 0 .../class_declarations.params.yaml | 0 .../class_declarations_neg.ets | 0 .../class_declarations_neg.params.yaml | 0 .../interface_declarations.ets | 0 .../interface_declarations.params.yaml | 0 .../namespace_declarations.ets | 0 .../namespace_declarations.params.yaml | 0 .../bad_ambient_declarations.ets | 0 .../bad_ambient_declarations.params.yaml | 0 .../cast_to_class_n.ets | 0 .../cast_to_class_n.params.yaml | 0 .../cast_to_subclass_array.ets | 0 .../cast_to_subinterface_array.ets | 0 .../obj_cast_to_primitive.ets | 0 .../03.subtyping_for_union_types/negative.ets | 0 .../negative.params.yaml | 0 .../03.subtyping_for_union_types/positive.ets | 0 .../positive.params.yaml | 0 .../04.subtyping_for_function_types/negative.ets | 0 .../negative.params.yaml | 0 .../04.subtyping_for_function_types/positive.ets | 0 .../positive.params.yaml | 0 .../subtyping_among_array_types/array_type.ets | 0 .../subtyping_among_array_types/cast_to_object.ets | 0 .../cast_to_object_array.ets | 0 .../cast_to_superclass.ets | 0 .../primitive_cast_to_object.ets | 0 .../generic_cast_to_generic_superclass.ets | 0 .../generic_cast_to_object.ets | 0 .../generic_cast_to_object_with_parameters.ets | 0 .../generic_cast_to_superclass.ets | 0 .../generic_sub_and_superinterfaces.ets | 0 .../generic_subinterface.ets | 0 .../non_generic_cast_to_object.ets | 0 .../non_generic_cast_to_superclass.ets | 0 .../non_generic_superinterface.ets | 0 .../subtyping_among_other_types/literal_type.ets | 0 .../literal_union_type.ets | 0 .../subtyping_among_other_types/union_type.ets | 0 .../primitive_types_cast.ets | 0 .../primitive_types_cast.params.yaml | 0 .../02.type_identity/type_identity_case_01.ets | 0 .../02.type_identity/type_identity_case_02.ets | 0 .../02.type_identity/type_identity_case_03.ets | 0 .../02.type_identity/type_identity_case_04.ets | 0 .../02.type_identity/type_identity_case_05.ets | 0 .../02.type_identity/type_identity_case_06.ets | 0 .../02.type_identity/type_identity_case_07.ets | 0 .../02.type_identity/type_identity_case_08.ets | 0 .../02.type_identity/type_identity_case_09.ets | 0 .../02.type_identity/type_identity_case_10.ets | 0 .../02.type_identity/type_identity_case_11.ets | 0 .../02.type_identity/type_identity_case_12.ets | 0 .../02.type_identity/type_identity_case_13.ets | 0 .../02.type_identity/type_identity_case_14.ets | 0 .../02.type_identity/type_identity_case_15.ets | 0 .../02.type_identity/type_identity_case_16.ets | 0 .../02.type_identity/type_identity_case_17.ets | 0 .../02.type_identity/type_identity_case_18.ets | 0 .../02.type_identity/type_identity_case_19.ets | 0 .../02.type_identity/type_identity_case_20.ets | 0 .../02.type_identity/type_identity_case_21.ets | 0 .../02.type_identity/type_identity_case_22.ets | 0 .../02.type_identity/type_identity_case_23.ets | 0 .../02.type_identity/type_identity_case_24.ets | 0 .../03.assignability/class_and_interface.ets | 0 .../class_and_interface.params.yaml | 0 .../03.assignability/classes_compatibility.ets | 0 .../classes_compatibility.params.yaml | 0 .../03.assignability/enums_compatibility.ets | 0 .../03.assignability/functions_compatibility.ets | 0 .../functions_compatibility.params.yaml | 0 .../functions_compatibility_opt.ets | 0 .../functions_compatibility_opt.params.yaml | 0 .../tuple_enum_and_object_literal.ets | 0 .../tuple_enum_and_object_literal.params.yaml | 0 .../contravariance/contravariance_class_example.ets | 0 .../contravariance_class_negative_example.ets | 0 .../contravariance/contravariance_function.ets | 0 .../contravariance_function_negative.ets | 0 .../covariance/covariance_class_example.ets | 0 .../covariance_class_negative_example.ets | 0 .../covariance/covariance_function.ets | 0 .../examples/example_type_variance_case_01.ets | 0 .../examples/example_type_variance_case_02.ets | 0 .../examples/example_type_variance_case_03.ets | 0 .../examples/example_type_variance_case_04.ets | 0 .../examples/example_type_variance_case_05.ets | 0 .../examples/example_type_variance_case_06.ets | 0 .../examples/example_type_variance_case_07.ets | 0 .../examples/example_type_variance_case_08.ets | 0 .../examples/example_type_variance_case_09.ets | 0 .../examples/example_type_variance_case_10.ets | 0 .../examples/example_type_variance_case_11.ets | 0 .../examples/example_type_variance_case_12.ets | 0 .../examples/example_type_variance_case_13.ets | 0 .../examples/example_type_variance_case_14.ets | 0 .../examples/example_type_variance_case_15.ets | 0 .../examples/example_type_variance_case_16.ets | 0 .../examples/example_type_variance_case_17.ets | 0 .../examples/example_type_variance_case_18.ets | 0 .../examples/example_type_variance_case_19.ets | 0 .../examples/example_type_variance_case_20.ets | 0 .../examples/example_type_variance_case_21.ets | 0 .../examples/example_type_variance_case_22.ets | 0 .../examples/example_type_variance_case_23.ets | 0 .../examples/example_type_variance_case_24.ets | 0 .../examples/example_type_variance_case_25.ets | 0 .../examples/example_type_variance_case_26.ets | 0 .../examples/example_type_variance_case_27.ets | 0 .../invariance/invariance_class_example.ets | 0 .../invariance/invariance_function.ets | 0 .../invariance/invariance_function.params.yaml | 0 .../invariance/invariance_function_callback.ets | 0 .../invariance/invariance_function_callback_1.ets | 0 .../invariance/invariance_function_incorrect.ets | 0 .../asymmetric_verification_case_01.ets | 0 .../asymmetric_verification_case_02.ets | 0 .../asymmetric_verification_case_03.ets | 0 .../asymmetric_verification_case_04.ets | 0 .../asymmetric_verification_case_05.ets | 0 .../asymmetric_verification_case_06.ets | 0 .../asymmetric_verification_case_07.ets | 0 .../boundary_case/boundary_case_01.ets | 0 .../boundary_case/boundary_case_02.ets | 0 .../boundary_case/boundary_case_03.ets | 0 .../boundary_case/boundary_case_04.ets | 0 .../boundary_case/boundary_case_05.ets | 0 .../boundary_case/boundary_case_06.ets | 0 .../boundary_case/boundary_case_07.ets | 0 .../boundary_case/boundary_case_08.ets | 0 .../diff_type_compat_case_01.ets | 0 .../diff_type_compat_case_02.ets | 0 .../diff_type_compat_case_03.ets | 0 .../diff_type_compat_case_04.ets | 0 .../diff_type_compat_case_05.ets | 0 .../diff_type_compat_case_06.ets | 0 .../diff_type_compat_case_07.ets | 0 .../diff_type_compat_case_08.ets | 0 .../diff_type_compat_case_09.ets | 0 .../diff_type_compat_case_10.ets | 0 .../diff_type_compat_case_11.ets | 0 .../diff_type_compat_case_12.ets | 0 .../diff_type_compat_case_13.ets | 0 .../diff_type_compat_case_14.ets | 0 .../diff_type_compat_case_15.ets | 0 .../implicit_compat_case_01.ets | 0 .../implicit_compat_case_02.ets | 0 .../implicit_compat_case_03.ets | 0 .../implicit_compat_case_04.ets | 0 .../implicit_compat_case_05.ets | 0 .../implicit_compat_case_06.ets | 0 .../implicit_compat_case_07.ets | 0 .../implicit_compat_case_08.ets | 0 ...heritance_relationship_compatibility_case_01.ets | 0 ...heritance_relationship_compatibility_case_02.ets | 0 ...heritance_relationship_compatibility_case_03.ets | 0 ...heritance_relationship_compatibility_case_04.ets | 0 ...heritance_relationship_compatibility_case_05.ets | 0 ...heritance_relationship_compatibility_case_06.ets | 0 ...heritance_relationship_compatibility_case_07.ets | 0 ...heritance_relationship_compatibility_case_08.ets | 0 ...terface_implementation_compatibility_case_01.ets | 0 ...terface_implementation_compatibility_case_02.ets | 0 ...terface_implementation_compatibility_case_03.ets | 0 ...terface_implementation_compatibility_case_04.ets | 0 ...terface_implementation_compatibility_case_05.ets | 0 .../05.compatibility_call_args/rest_params.ets | 0 .../rest_params.params.yaml | 0 .../rest_params_spread.ets | 0 .../rest_params_spread.params.yaml | 0 .../same_type_compat_no_implicit_case_01.ets | 0 .../same_type_compat_no_implicit_case_02.ets | 0 .../same_type_compat_no_implicit_case_03.ets | 0 .../same_type_compat_no_implicit_case_04.ets | 0 .../same_type_compat_no_implicit_case_05.ets | 0 .../same_type_compat_no_implicit_case_06.ets | 0 .../same_type_compat_no_implicit_case_07.ets | 0 .../same_type_compat_no_implicit_case_08.ets | 0 .../same_type_compat_no_implicit_case_09.ets | 0 .../same_type_compat_no_implicit_case_10.ets | 0 .../same_type_compat_no_implicit_case_11.ets | 0 .../same_type_compat_no_implicit_case_12.ets | 0 .../same_type_compat_no_implicit_case_13.ets | 0 .../same_type_compat_no_implicit_case_14.ets | 0 .../same_type_compat_no_implicit_case_15.ets | 0 .../same_type_compat_no_implicit_case_16.ets | 0 .../same_type_compat_no_implicit_case_17.ets | 0 .../same_type_compat_no_implicit_case_18.ets | 0 .../same_type_compat_no_implicit_case_19.ets | 0 .../same_type_compat_no_implicit_case_20.ets | 0 .../same_type_compat_no_implicit_case_21.ets | 0 .../same_type_compat_no_implicit_case_22.ets | 0 .../same_type_compat_no_implicit_case_23.ets | 0 .../same_type_compat_no_implicit_case_24.ets | 0 .../same_type_compat_no_implicit_case_25.ets | 0 .../same_type_compat_no_implicit_case_26.ets | 0 .../same_type_compat_no_implicit_case_27.ets | 0 .../same_type_compat_no_implicit_case_28.ets | 0 .../same_type_compat_no_implicit_case_29.ets | 0 .../same_type_compat_no_implicit_case_30.ets | 0 .../05.compatibility_call_args/single_params.ets | 0 .../single_params.params.yaml | 0 .../tuple_rest_params.ets | 0 .../tuple_rest_params.params.yaml | 0 .../06.type_inference/01.smart_types/comb_01a.ets | 0 .../06.type_inference/01.smart_types/comb_01b.ets | 0 .../06.type_inference/01.smart_types/comb_01c.ets | 0 .../06.type_inference/01.smart_types/comb_01d.ets | 0 .../06.type_inference/01.smart_types/comb_10a.ets | 0 .../06.type_inference/01.smart_types/comb_11a.ets | 0 .../06.type_inference/01.smart_types/comb_11b.ets | 0 .../06.type_inference/01.smart_types/comb_11c.ets | 0 .../06.type_inference/01.smart_types/comb_11d.ets | 0 .../06.type_inference/01.smart_types/comb_12a.ets | 0 .../06.type_inference/01.smart_types/comb_12b.ets | 0 .../06.type_inference/01.smart_types/comb_13.ets | 0 .../06.type_inference/01.smart_types/comb_13a.ets | 0 .../06.type_inference/01.smart_types/comb_13b.ets | 0 .../06.type_inference/01.smart_types/comb_13c.ets | 0 .../06.type_inference/01.smart_types/comb_13d.ets | 0 .../06.type_inference/01.smart_types/cond_expr.ets | 0 .../01.smart_types/cond_expr.params.yaml | 0 .../01.smart_types/for_of_stmt.ets | 0 .../01.smart_types/for_of_stmt.params.yaml | 0 .../01.smart_types/func_overload.ets | 0 .../01.smart_types/func_overload.params.yaml | 0 .../06.type_inference/01.smart_types/if_stmt.ets | 0 .../01.smart_types/if_stmt.params.yaml | 0 .../06.type_inference/01.smart_types/if_stmt2.ets | 0 .../01.smart_types/if_stmt2.params.yaml | 0 .../06.type_inference/01.smart_types/un1.ets | 0 .../01.smart_types/un1.params.yaml | 0 .../06.type_inference/01.smart_types/un2.ets | 0 .../01.smart_types/un2.params.yaml | 0 .../06.type_inference/01.smart_types/un3.ets | 0 .../01.smart_types/un3.params.yaml | 0 .../06.type_inference/01.smart_types/un4.ets | 0 .../01.smart_types/un4.params.yaml | 0 .../01.smart_types/un_bool_ops.ets | 0 .../01.smart_types/un_bool_ops.params.yaml | 0 .../06.type_inference/01.smart_types/un_num_ops.ets | 0 .../01.smart_types/un_num_ops.params.yaml | 0 .../06.type_inference/01.smart_types/while_stmt.ets | 0 .../01.smart_types/while_stmt.params.yaml | 0 .../01.overload-equivalent_signatures/ex_6_1.ets | 0 .../01.overload-equivalent_signatures/neg.ets | 0 .../neg.params.yaml | 0 .../overload_equivalent_example_0.ets | 0 .../overload_equivalent_example_1.ets | 0 .../overload_equivalent_example_10.ets | 0 .../overload_equivalent_example_2.ets | 0 .../overload_equivalent_example_3.ets | 0 .../overload_equivalent_example_4.ets | 0 .../overload_equivalent_example_5.ets | 0 .../overload_equivalent_example_6.ets | 0 .../overload_equivalent_example_7.ets | 0 .../overload_equivalent_example_8.ets | 0 .../overload_equivalent_example_9.ets | 0 .../01.overload-equivalent_signatures/pos.ets | 0 .../pos.params.yaml | 0 .../interface_override_with_object_example.ets | 0 ...terface_override_with_object_example.params.yaml | 0 ...nterface_override_with_object_example_return.ets | 0 ..._override_with_object_example_return.params.yaml | 0 ...face_override_with_object_example_return_neg.ets | 0 ...rride_with_object_example_return_neg.params.yaml | 0 .../override_compatibility_array.ets | 0 .../override_compatibility_array.params.yaml | 0 .../override_compatibility_class.ets | 0 .../override_compatibility_class.params.yaml | 0 .../override_compatibility_enum.ets | 0 .../override_compatibility_enum.params.yaml | 0 .../override_compatibility_function.ets | 0 .../override_compatibility_function.params.yaml | 0 .../override_compatibility_parameter.ets | 0 .../override_compatibility_parameter.params.yaml | 0 .../override_compatibility_primitive.ets | 0 .../override_compatibility_primitive.params.yaml | 0 .../override_compatibility_tuple.ets | 0 .../override_compatibility_tuple.params.yaml | 0 .../override_compatible_signature.ets | 0 .../override_compatible_signature.params.yaml | 0 .../override_with_object.ets | 0 .../override_with_object.params.yaml | 0 .../override_with_object_n.ets | 0 .../override_with_object_n.params.yaml | 0 .../function_argument_equivalent.ets | 0 .../function_argument_equivalent_n.ets | 0 .../function_argument_equivalent_n.params.yaml | 0 .../function_argument_equivalent_neg.ets | 0 .../function_argument_equivalent_neg.params.yaml | 0 .../function_argument_equivalent_neg_n2.ets | 0 .../function_argument_equivalent_neg_n2.params.yaml | 0 .../function_import.ets | 0 .../function_import.params.yaml | 0 .../function_import_and_decl.ets | 0 .../function_import_and_decl.params.yaml | 0 .../function_import_from_same_cu.ets | 0 .../function_import_neg.ets | 0 .../function_import_neg.params.yaml | 0 .../function_override.ets | 0 .../function_override_module.ets | 0 .../modules/function_export_a_2params.ets | 0 .../modules/function_export_a_array.ets | 0 .../modules/function_export_a_boxed.ets | 0 .../modules/function_export_a_custom.ets | 0 .../modules/function_export_a_enum.ets | 0 .../modules/function_export_a_function.ets | 0 .../modules/function_export_a_generic.ets | 0 .../modules/function_export_a_no_arg.ets | 0 .../modules/function_export_a_primitive.ets | 0 .../modules/function_export_a_tuple.ets | 0 .../modules/function_export_a_union.ets | 0 .../modules/function_export_all.ets | 0 .../modules/function_export_b_2params.ets | 0 .../modules/function_export_b_array.ets | 0 .../modules/function_export_b_boxed.ets | 0 .../modules/function_export_b_custom.ets | 0 .../modules/function_export_b_function.ets | 0 .../modules/function_export_b_generic.ets | 0 .../modules/function_export_b_no_arg.ets | 0 .../modules/function_export_b_primitive.ets | 0 .../modules/function_export_b_tuple.ets | 0 .../modules/function_export_b_union.ets | 0 .../modules/function_export_neg.ets | 0 .../modules/function_export_neg_1.ets | 0 .../modules/function_export_neg_2.ets | 0 .../modules/function_export_neg_3.ets | 0 .../access_modifier_over.ets | 0 .../access_modifier_over.params.yaml | 0 .../class_method_over_n3.ets | 0 .../class_method_over_n3.params.yaml | 0 .../constructor_overload.ets | 0 .../constructor_overload.params.yaml | 0 .../instance_method_over_n2.ets | 0 .../instance_method_over_n2.params.yaml | 0 .../single_class_over_generic_1.ets | 0 .../single_class_over_generic_2.ets | 0 .../single_class_over_generic_3.ets | 0 .../single_class_overload_n.ets | 0 .../single_class_overload_n.params.yaml | 0 .../static_method_over_n2.ets | 0 .../static_method_over_n2.params.yaml | 0 .../two_class_method_over_n.ets | 0 .../two_class_method_over_n.params.yaml | 0 .../im_over.ets | 0 .../im_over.params.yaml | 0 .../im_over2.ets | 0 .../im_over2.params.yaml | 0 .../interface_return_value_overload.ets | 0 .../interface_return_value_overload_1.ets | 0 .../interface_return_value_overload_2.ets | 0 .../multiple_interfaces_inheritance.ets | 0 .../multiple_interfaces_inheritance.params.yaml | 0 .../single_interface_overload_n.ets | 0 .../single_interface_overload_n.params.yaml | 0 .../single_interface_overload_neg.ets | 0 .../single_interface_overload_neg.params.yaml | 0 .../two_interfaces.ets | 0 .../two_interfaces.params.yaml | 0 .../overload_no_candidate_func.ets | 0 .../overload_no_candidate_meth.ets | 0 .../better_shorter_conversion_0.ets | 0 .../better_shorter_conversion_1.ets | 0 .../better_shorter_conversion_2.ets | 0 .../better_shorter_conversion_3.ets | 0 .../02.best_candidate_selection/ex_0.ets | 0 .../02.best_candidate_selection/ex_2.ets | 0 .../02.best_candidate_selection/ex_3.ets | 0 .../02.best_candidate_selection/ex_4_1.ets | 0 .../02.best_candidate_selection/ex_4_2.ets | 0 .../02.best_candidate_selection/ex_5_1.ets | 0 .../02.best_candidate_selection/ex_7.ets | 0 .../09.initializer_block/bad-static-location.ets | 0 .../01.extended_conditional_expressions/cond_f1.ets | 0 .../cond_f1.params.yaml | 0 .../01.extended_conditional_expressions/cond_f2.ets | 0 .../cond_f2.params.yaml | 0 .../01.extended_conditional_expressions/cond_t1.ets | 0 .../cond_t1.params.yaml | 0 .../01.extended_conditional_expressions/cond_t2.ets | 0 .../cond_t2.params.yaml | 0 .../01.extended_conditional_expressions/do_f.ets | 0 .../do_f.params.yaml | 0 .../01.extended_conditional_expressions/do_t.ets | 0 .../do_t.params.yaml | 0 .../01.extended_conditional_expressions/for_f.ets | 0 .../for_f.params.yaml | 0 .../01.extended_conditional_expressions/for_t.ets | 0 .../for_t.params.yaml | 0 .../01.extended_conditional_expressions/if_f1.ets | 0 .../if_f1.params.yaml | 0 .../01.extended_conditional_expressions/if_f2.ets | 0 .../if_f2.params.yaml | 0 .../01.extended_conditional_expressions/if_t1.ets | 0 .../if_t1.params.yaml | 0 .../01.extended_conditional_expressions/if_t2.ets | 0 .../if_t2.params.yaml | 0 .../01.extended_conditional_expressions/ops.ets | 0 .../ops.params.yaml | 0 .../01.extended_conditional_expressions/ops2.ets | 0 .../ops2.params.yaml | 0 .../01.extended_conditional_expressions/while_f.ets | 0 .../while_f.params.yaml | 0 .../01.extended_conditional_expressions/while_t.ets | 0 .../while_t.params.yaml | 0 .../15.semantic_rules/semantic_rules_case_01.ets | 0 .../15.semantic_rules/semantic_rules_case_02.ets | 0 .../15.semantic_rules/semantic_rules_case_03.ets | 0 .../15.semantic_rules/semantic_rules_case_04.ets | 0 .../15.semantic_rules/semantic_rules_case_05.ets | 0 .../15.semantic_rules/semantic_rules_case_06.ets | 0 .../15.semantic_rules/semantic_rules_case_07.ets | 0 .../15.semantic_rules/semantic_rules_case_08.ets | 0 .../15.semantic_rules/semantic_rules_case_09.ets | 0 .../15.semantic_rules/semantic_rules_case_10.ets | 0 .../15.semantic_rules/semantic_rules_case_11.ets | 0 .../15.semantic_rules/semantic_rules_case_12.ets | 0 .../15.semantic_rules/semantic_rules_case_13.ets | 0 .../15.semantic_rules/semantic_rules_case_14.ets | 0 .../15.semantic_rules/semantic_rules_case_15.ets | 0 .../15.semantic_rules/semantic_rules_case_16.ets | 0 .../15.semantic_rules/semantic_rules_case_17.ets | 0 .../15.semantic_rules/semantic_rules_case_18.ets | 0 .../15.semantic_rules/semantic_rules_case_19.ets | 0 .../15.semantic_rules/semantic_rules_case_20.ets | 0 .../15.semantic_rules/semantic_rules_case_21.ets | 0 .../15.semantic_rules/semantic_rules_case_22.ets | 0 .../15.semantic_rules/semantic_rules_case_23.ets | 0 .../15.semantic_rules/semantic_rules_case_24.ets | 0 .../15.semantic_rules/semantic_rules_case_25.ets | 0 .../15.semantic_rules/semantic_rules_case_26.ets | 0 .../15.semantic_rules/semantic_rules_case_27.ets | 0 .../15.semantic_rules/semantic_rules_case_28.ets | 0 .../15.semantic_rules/semantic_rules_case_29.ets | 0 .../15.semantic_rules/semantic_rules_case_30.ets | 0 .../15.semantic_rules/semantic_rules_case_31.ets | 0 .../01.character_literals/char_literals.ets | 0 .../01.character_literals/char_literals_n.ets | 0 .../char_literals_n.params.yaml | 0 .../char_literals_spec_examples.ets | 0 .../addition/add_arr_ref.ets | 0 .../addition/add_arr_ref.params.yaml | 0 .../addition/add_arr_val.ets | 0 .../addition/add_arr_val.params.yaml | 0 .../addition/add_func_ref.ets | 0 .../addition/add_func_ref.params.yaml | 0 .../addition/add_func_val.ets | 0 .../addition/add_func_val.params.yaml | 0 .../02.character_types_and_operations/ch.ets | 0 .../ch.params.yaml | 0 .../02.character_types_and_operations/ch1.ets | 0 .../ch1.params.yaml | 0 .../comparison/cmp_ref.ets | 0 .../comparison/cmp_ref.params.yaml | 0 .../comparison/cmp_val.ets | 0 .../comparison/cmp_val.params.yaml | 0 .../concat/conc2.ets | 0 .../concat/conc2.params.yaml | 0 .../concat/conc_ref.ets | 0 .../concat/conc_ref.params.yaml | 0 .../concat/conc_val.ets | 0 .../concat/conc_val.params.yaml | 0 .../conditional/cond_exp_val.ets | 0 .../conditional/cond_exp_val.params.yaml | 0 .../conditional/cond_fld_val.ets | 0 .../conditional/cond_fld_val.params.yaml | 0 .../conditional/cond_func_ref.ets | 0 .../conditional/cond_func_ref.params.yaml | 0 .../conditional/cond_func_val.ets | 0 .../conditional/cond_func_val.params.yaml | 0 .../conditional/cond_func_val_n0.ets | 0 .../decrement/dec_arr_ref.ets | 0 .../decrement/dec_arr_ref.params.yaml | 0 .../decrement/dec_arr_val.ets | 0 .../decrement/dec_arr_val.params.yaml | 0 .../decrement/dec_func_ref.ets | 0 .../decrement/dec_func_ref.params.yaml | 0 .../decrement/dec_func_val.ets | 0 .../decrement/dec_func_val.params.yaml | 0 .../increment/inc_arr_ref.ets | 0 .../increment/inc_arr_ref.params.yaml | 0 .../increment/inc_arr_val.ets | 0 .../increment/inc_arr_val.params.yaml | 0 .../increment/inc_func_ref.ets | 0 .../increment/inc_func_ref.params.yaml | 0 .../increment/inc_func_val.ets | 0 .../increment/inc_func_val.params.yaml | 0 .../subtraction/sub_arr_ref.ets | 0 .../subtraction/sub_arr_ref.params.yaml | 0 .../subtraction/sub_arr_val.ets | 0 .../subtraction/sub_arr_val.params.yaml | 0 .../subtraction/sub_func_ref.ets | 0 .../subtraction/sub_func_ref.params.yaml | 0 .../subtraction/sub_func_val.ets | 0 .../subtraction/sub_func_val.params.yaml | 0 .../unary/unary_ref.ets | 0 .../unary/unary_ref.params.yaml | 0 .../unary/unary_val.ets | 0 .../unary/unary_val.params.yaml | 0 .../02.fixed_array_types/far1.ets | 0 .../02.fixed_array_types/far1.params.yaml | 0 .../02.fixed_array_types/far2.ets | 0 .../02.fixed_array_types/far2.params.yaml | 0 .../02.fixed_array_types/far3.ets | 0 .../02.fixed_array_types/far3.params.yaml | 0 .../02.fixed_array_types/far4a.ets | 0 .../02.fixed_array_types/far4b.ets | 0 .../02.fixed_array_types/far4c.ets | 0 .../02.fixed_array_types/far4d.ets | 0 .../02.fixed_array_types/fixed_array.ets | 0 .../02.fixed_array_types/fixed_array.params.yaml | 0 .../02.fixed_array_types/fixed_array_n.ets | 0 .../02.fixed_array_types/fixed_array_n.params.yaml | 0 .../02.fixed_array_types/fixed_array_n_rt.ets | 0 .../fixed_array_n_rt.params.yaml | 0 .../02.fixed_array_types/fixed_array_types_0.ets | 0 .../02.fixed_array_types/fixed_array_types_1.ets | 0 .../02.fixed_array_types/fixed_array_types_10.ets | 0 .../02.fixed_array_types/fixed_array_types_15.ets | 0 .../02.fixed_array_types/fixed_array_types_17.ets | 0 .../02.fixed_array_types/fixed_array_types_18.ets | 0 .../02.fixed_array_types/fixed_array_types_21.ets | 0 .../02.fixed_array_types/fixed_array_types_4.ets | 0 .../02.fixed_array_types/fixed_array_types_5.ets | 0 .../02.fixed_array_types/fixed_array_types_6.ets | 0 .../02.fixed_array_types/fixed_array_types_7.ets | 0 .../02.fixed_array_types/fixed_array_types_8.ets | 0 .../02.fixed_array_types/fixed_array_types_9.ets | 0 .../02.fixed_array_types/fixed_array_types_ext.ets | 0 .../fixed_array_types_ext.params.yaml | 0 .../expr.ets | 0 .../expr.params.yaml | 0 .../expr_n.ets | 0 .../expr_n.params.yaml | 0 .../array_create_from_literal.ets | 0 .../array_create_from_literal.params.yaml | 0 .../array_create_from_type_parameter_neg_0.ets | 0 .../array_create_from_type_parameter_neg_1.ets | 0 .../array_create_from_type_parameter_neg_2.ets | 0 .../array_create_from_type_parameter_neg_3.ets | 0 .../array_creation_expressions.ets | 0 .../array_creation_expressions.params.yaml | 0 .../03.array_creation_expressions/expr.ets | 0 .../03.array_creation_expressions/expr.params.yaml | 0 .../03.array_creation_expressions/expr_n.ets | 0 .../expr_n.params.yaml | 0 .../04.indexable_types/cte.ets | 0 .../04.indexable_types/cte.params.yaml | 0 .../04.indexable_types/ind_class.ets | 0 .../04.indexable_types/ind_class.params.yaml | 0 .../04.indexable_types/ind_expr.ets | 0 .../04.indexable_types/ind_expr.params.yaml | 0 .../04.indexable_types/ind_interface.ets | 0 .../04.indexable_types/ind_interface.params.yaml | 0 .../05.iterable_types/it.ets | 0 .../05.iterable_types/it.params.yaml | 0 .../ct_invoke.ets | 0 .../ct_invoke.params.yaml | 0 .../ct_invoke_access.ets | 0 .../ct_invoke_access.params.yaml | 0 .../ct_inst.ets | 0 .../ct_inst.params.yaml | 0 .../ct_inst1.ets | 0 .../ct_inst1.params.yaml | 0 .../ct_inst_access.ets | 0 .../ct_inst_access.params.yaml | 0 .../06.callable_types/ct.ets | 0 .../06.callable_types/ct.params.yaml | 0 .../06.callable_types/ct1.ets | 0 .../06.callable_types/ct1.params.yaml | 0 .../01.for-of_type_annotation/for_of.ets | 0 .../01.for-of_type_annotation/for_of.params.yaml | 0 .../01.for-of_type_annotation/for_of_n.ets | 0 .../01.for-of_type_annotation/for_of_n.params.yaml | 0 .../01.function_overloading/fn_overloading.ets | 0 .../fn_overloading.params.yaml | 0 .../01.function_overloading/fn_overloading2.ets | 0 .../fn_overloading2.params.yaml | 0 .../01.function_overloading/fn_overloading3.ets | 0 .../fn_overloading3.params.yaml | 0 .../01.function_overloading/fn_overloading4.ets | 0 .../fn_overloading4.params.yaml | 0 .../01.function_overloading/fn_overloading5.ets | 0 .../fn_overloading5.params.yaml | 0 .../01.function_overloading/fn_overloading_n.ets | 0 .../fn_overloading_n.params.yaml | 0 .../02.class_method_overloading/cm_over1.ets | 0 .../cm_over1.params.yaml | 0 .../02.class_method_overloading/cm_over2.ets | 0 .../cm_over2.params.yaml | 0 .../02.class_method_overloading/cm_over3.ets | 0 .../cm_over3.params.yaml | 0 .../03.constructor_overloading/co1_over.ets | 0 .../03.constructor_overloading/co1_over.params.yaml | 0 .../03.constructor_overloading/co2_over.ets | 0 .../03.constructor_overloading/co2_over.params.yaml | 0 .../03.constructor_overloading/co3_over.ets | 0 .../03.constructor_overloading/co3_over.params.yaml | 0 .../dist.ets | 0 .../dist.params.yaml | 0 .../05.typescript_overload_signatures/overload.ets | 0 .../overload.params.yaml | 0 .../overload_neg.ets | 0 .../overload_neg.params.yaml | 0 .../01.native_functions/nat1.ets | 0 .../01.native_functions/nat10.ets | 0 .../01.native_functions/nat11.ets | 0 .../01.native_functions/nat2.ets | 0 .../01.native_functions/nat3.ets | 0 .../01.native_functions/nat4.ets | 0 .../01.native_functions/nat5.ets | 0 .../01.native_functions/nat6.ets | 0 .../01.native_functions/nat7.ets | 0 .../01.native_functions/nat8.ets | 0 .../01.native_functions/nat9.ets | 0 .../02.native_methods/native_method_declaration.ets | 0 .../native_method_declaration_with_body.ets | 0 .../native_method_declaration_with_keywords.ets | 0 ...ive_method_declaration_with_keywords.params.yaml | 0 .../03.native_constructors/natc1_1.ets | 0 .../03.native_constructors/natc1_2.ets | 0 .../03.native_constructors/natc1_3.ets | 0 .../03.native_constructors/natc_local_1.ets | 0 .../03.native_constructors/natc_local_2.ets | 0 .../01.final_classes/extend_final_class.ets | 0 .../01.final_classes/fc.ets | 0 .../01.final_classes/fc.params.yaml | 0 .../01.final_classes/final_class_declaration.ets | 0 .../final_class_declaration_and_inheritance.ets | 0 .../override_methods_of_final_class.ets | 0 .../final_declaration_with_modifiers_negative.ets | 0 ..._declaration_with_modifiers_negative.params.yaml | 0 .../final_declaration_with_modifiers_positive.ets | 0 ..._declaration_with_modifiers_positive.params.yaml | 0 .../02.final_methods/final_method_call.ets | 0 .../final_method_call_from_another_final_method.ets | 0 .../final_method_derived_class_call.ets | 0 .../final_method_inside_class_call.ets | 0 .../final_with_overrided_method.ets | 0 .../02.final_methods/fm.ets | 0 .../02.final_methods/fm.params.yaml | 0 .../02.final_methods/hiding_final_method.ets | 0 .../02.final_methods/overriding_final_method.ets | 0 .../default_interface_method1.ets | 0 .../default_interface_method2.ets | 0 .../default_interface_method_n1.ets | 0 .../default_interface_method_n2.ets | 0 .../default_interface_method_n3.ets | 0 .../private_interface_methods1.ets | 0 .../private_interface_methods2.ets | 0 .../01.functions_with_receiver/a.ets | 0 .../01.functions_with_receiver/a1.ets | 0 .../functions_with_receiver.ets | 0 .../functions_with_receiver.params.yaml | 0 .../functions_with_receiver_negative.ets | 0 .../functions_with_receiver_negative.params.yaml | 0 .../01.functions_with_receiver/i.ets | 0 .../01.functions_with_receiver/i1.ets | 0 .../02.receiver_types/functions_with_receiver.ets | 0 .../functions_with_receiver.params.yaml | 0 .../functions_with_receiver_negative.ets | 0 .../functions_with_receiver_negative.params.yaml | 0 .../accessors_with_receiver.ets | 0 .../accessors_with_receiver.params.yaml | 0 .../accessors_with_receiver_negative.ets | 0 .../accessors_with_receiver_negative.params.yaml | 0 .../function_types_with_receiver.ets | 0 .../function_types_with_receiver.params.yaml | 0 .../function_types_with_receiver_negative.ets | 0 ...unction_types_with_receiver_negative.params.yaml | 0 .../lambda_expressions_with_receiver.ets | 0 .../lambda_expressions_with_receiver.params.yaml | 0 .../implicit_this_in_lambda.ets | 0 .../implicit_this_in_lambda.params.yaml | 0 .../implicit_this_in_lambda_negative.ets | 0 .../implicit_this_in_lambda_negative.params.yaml | 0 .../extension_functions_array.ets | 0 .../extension_functions_array.params.yaml | 0 .../extension_functions_class.ets | 0 .../extension_functions_class.params.yaml | 0 .../extension_functions_interface.ets | 0 .../extension_functions_interface.params.yaml | 0 .../13.trailing_lambda/trlambda_func.ets | 0 .../13.trailing_lambda/trlambda_func.params.yaml | 0 .../13.trailing_lambda/trlambda_met.ets | 0 .../13.trailing_lambda/trlambda_met.params.yaml | 0 .../13.trailing_lambda/trlambda_static_met.ets | 0 .../trlambda_static_met.params.yaml | 0 .../enum_type_methods_getname.ets | 0 .../enum_type_methods_getname_1.ets | 0 .../enum_type_methods_getvalue_0.ets | 0 .../enum_type_methods_getvalue_1.ets | 0 .../enum_type_methods_getvalue_tostring.ets | 0 .../enum_type_methods_getvalue_tostring_1.ets | 0 .../enum_type_methods_getvalueof.ets | 0 .../enum_type_methods_getvalueof_1.ets | 0 .../enum_type_methods_pipeline.ets | 0 .../enum_type_methods_values.ets | 0 .../enum_type_methods_values_1.ets | 0 .../15.coroutines/awaiting_coroutine/a.ets | 0 .../15.coroutines/awaiting_coroutine/a.params.yaml | 0 .../15.coroutines/awaiting_coroutine/a_n.ets | 0 .../awaiting_coroutine/a_n.params.yaml | 0 .../awaiting_coroutine/awaiting_coroutine_ext.ets | 0 .../awaiting_coroutine_ext.params.yaml | 0 .../15.coroutines/coroutines_ext.ets | 0 .../15.coroutines/coroutines_ext.params.yaml | 0 .../15.coroutines/promise_class/p.ets | 0 .../15.coroutines/promise_class/p.params.yaml | 0 .../01.async_functions/afunc.ets | 0 .../01.async_functions/afunc.params.yaml | 0 .../01.async_functions/afunc_n.ets | 0 .../01.async_functions/afunc_n.params.yaml | 0 .../01.async_functions/async_functions0.ets | 0 .../01.async_functions/async_functions1.ets | 0 .../01.async_functions/async_functions10.ets | 0 .../01.async_functions/async_functions11.ets | 0 .../01.async_functions/async_functions12.ets | 0 .../01.async_functions/async_functions13.ets | 0 .../01.async_functions/async_functions14.ets | 0 .../01.async_functions/async_functions15.ets | 0 .../01.async_functions/async_functions16.ets | 0 .../01.async_functions/async_functions17.ets | 0 .../01.async_functions/async_functions18.ets | 0 .../01.async_functions/async_functions19.ets | 0 .../01.async_functions/async_functions2.ets | 0 .../01.async_functions/async_functions20.ets | 0 .../01.async_functions/async_functions21.ets | 0 .../01.async_functions/async_functions22.ets | 0 .../01.async_functions/async_functions23.ets | 0 .../01.async_functions/async_functions24.ets | 0 .../01.async_functions/async_functions25.ets | 0 .../01.async_functions/async_functions26.ets | 0 .../01.async_functions/async_functions27.ets | 0 .../01.async_functions/async_functions28.ets | 0 .../01.async_functions/async_functions29.ets | 0 .../01.async_functions/async_functions3.ets | 0 .../01.async_functions/async_functions30.ets | 0 .../01.async_functions/async_functions31.ets | 0 .../01.async_functions/async_functions4.ets | 0 .../01.async_functions/async_functions5.ets | 0 .../01.async_functions/async_functions6.ets | 0 .../01.async_functions/async_functions7.ets | 0 .../01.async_functions/async_functions8.ets | 0 .../01.async_functions/async_functions9.ets | 0 .../02.async_methods/ameth.ets | 0 .../02.async_methods/ameth.params.yaml | 0 .../02.async_methods/ameth_n.ets | 0 .../02.async_methods/ameth_n.params.yaml | 0 .../02.async_methods/async_method0.ets | 0 .../02.async_methods/async_method1.ets | 0 .../02.async_methods/async_method10.ets | 0 .../02.async_methods/async_method11.ets | 0 .../02.async_methods/async_method12.ets | 0 .../02.async_methods/async_method13.ets | 0 .../02.async_methods/async_method14.ets | 0 .../02.async_methods/async_method15.ets | 0 .../02.async_methods/async_method16.ets | 0 .../02.async_methods/async_method17.ets | 0 .../02.async_methods/async_method18.ets | 0 .../02.async_methods/async_method19.ets | 0 .../02.async_methods/async_method2.ets | 0 .../02.async_methods/async_method20.ets | 0 .../02.async_methods/async_method21.ets | 0 .../02.async_methods/async_method22.ets | 0 .../02.async_methods/async_method23.ets | 0 .../02.async_methods/async_method24.ets | 0 .../02.async_methods/async_method25.ets | 0 .../02.async_methods/async_method26.ets | 0 .../02.async_methods/async_method27.ets | 0 .../02.async_methods/async_method28.ets | 0 .../02.async_methods/async_method29.ets | 0 .../02.async_methods/async_method3.ets | 0 .../02.async_methods/async_method30.ets | 0 .../02.async_methods/async_method4.ets | 0 .../02.async_methods/async_method5.ets | 0 .../02.async_methods/async_method6.ets | 0 .../02.async_methods/async_method7.ets | 0 .../02.async_methods/async_method8.ets | 0 .../02.async_methods/async_method9.ets | 0 .../Test/internal_interface_access_in_package.ets | 0 .../Test/Test02/class_c.ets | 0 .../Test/Test02/internal_access_in_package02.ets | 0 .../Test/Test03/internal_access_in_package03.ets | 0 .../Test/internal_constructor_access_in_package.ets | 0 .../Test/internal_member_access_in_package.ets | 0 .../internal_member_access_in_package.params.yaml | 0 .../internal_constructor_access.ets | 0 .../internal_interface_access.ets | 0 .../internal_member_access.ets | 0 .../internal_member_access.params.yaml | 0 .../02.package_initializer/p1/init1_1.ets | 0 .../02.package_initializer/p2/init2_1.ets | 0 .../02.package_initializer/p3/main_test.ets | 0 .../02.package_initializer/p3/packageP3/init3_1.ets | 0 .../02.package_initializer/p3/packageP3/init3_2.ets | 0 .../02.package_initializer/p4/init4_1.ets | 0 .../02.package_initializer/p4/init4_2.ets | 0 .../02.package_initializer/p5/init5_1.ets | 0 .../02.package_initializer/p6/init6_1.ets | 0 .../bad_package_declarations.ets | 0 .../bad_package_declarations.params.yaml | 0 .../pkg_a/pkg.ets | 0 .../pkg_a/pkg.params.yaml | 0 .../pkg_b/pkg.ets | 0 .../pkg_b/pkg.params.yaml | 0 .../pkgs_0.ets | 0 .../pkgs_0.params.yaml | 0 .../pkgs_a.ets | 0 .../pkgs_a.params.yaml | 0 .../pkgs_a2.ets | 0 .../pkgs_a2.params.yaml | 0 .../pkgs_a3.ets | 0 .../pkgs_a3.params.yaml | 0 .../pkgs_ab.ets | 0 .../pkgs_ab.params.yaml | 0 .../pkgs_ab2.ets | 0 .../pkgs_ab2.params.yaml | 0 .../pkgs_ab3.ets | 0 .../pkgs_ab3.params.yaml | 0 .../shadow_function_alias.ets | 0 .../shadow_function_explicit_name.ets | 0 .../shadow_function_name.ets | 0 .../17.packages/package_declarations.ets | 0 .../17.packages/package_declarations.params.yaml | 0 .../01.non_nullish_type_parameter/ex0.ets | 0 .../01.non_nullish_type_parameter/ex1.ets | 0 .../01.non_nullish_type_parameter/ex2.ets | 0 .../01.non_nullish_type_parameter/ex2_1.ets | 0 .../01.non_nullish_type_parameter/ex3.ets | 0 .../01.non_nullish_type_parameter/ex3_1.ets | 0 .../01.non_nullish_type_parameter/ex4.ets | 0 .../01.non_nullish_type_parameter/ex4_1.ets | 0 .../01.non_nullish_type_parameter/ex5.ets | 0 .../generics_nonull_return.ets | 0 .../generics_nonull_return0.ets | 0 .../generics_nonull_return00.ets | 0 .../generics_nonull_return1.ets | 0 .../generics_nonull_return11.ets | 0 .../generics_nonull_return3.ets | 0 .../generics_nonull_return5.ets | 0 .../generics_nonull_return7.ets | 0 .../generics_nonull_return9.ets | 0 .../generics_nonull_return_ext.ets | 0 .../generics_nonull_return_ext.params.yaml | 0 .../declaration_types.ets | 0 .../declaration_types.params.yaml | 0 .../declaration_types_arrays.ets | 0 .../declaration_types_arrays.params.yaml | 0 .../declaration_types_n.ets | 0 .../declaration_types_n.params.yaml | 0 .../declaration_coincide_name_n.ets | 0 .../declaration_coincide_name_n.params.yaml | 0 .../declaration_default_values.ets | 0 .../declaration_default_values.params.yaml | 0 .../declaration_default_values_n.ets | 0 .../declaration_default_values_n.params.yaml | 0 .../declaration_inheritance_n.ets | 0 .../declaration_inheritance_n.params.yaml | 0 .../declaration_top_level.ets | 0 .../declaration_top_level_n.ets | 0 .../declaration_type_definition.ets | 0 .../annotation_places_single.ets | 0 .../annotation_places_single.params.yaml | 0 .../annotation_places_single_arrays.ets | 0 .../annotation_places_single_arrays.params.yaml | 0 .../02.using_annotations/annotation_places.ets | 0 .../annotation_places.params.yaml | 0 .../annotation_places_arrays.ets | 0 .../annotation_places_arrays.params.yaml | 0 .../02.using_annotations/using_annotations.ets | 0 .../using_annotations.params.yaml | 0 .../02.using_annotations/using_annotations_n.ets | 0 .../using_annotations_n.params.yaml | 0 .../annotation_export.ets | 0 .../annotation_export_n.ets | 0 .../annotation_export_n.params.yaml | 0 .../annotation_part_export.ets | 0 .../to_export.ets | 0 .../to_export_n.ets | 0 .../ambient_annotations/ambient_annotations.d.ets | 0 .../ambient_annotations.d.params.yaml | 0 .../ambient_annotations/ambient_annotations.ets | 0 .../ambient_annotations.params.yaml | 0 .../import_ambient_annotation.ets | 0 .../ambient_annotations_n.d.ets | 0 .../ambient_annotations_n.d.params.yaml | 0 .../ambient_annotations_n/ambient_annotations_n.ets | 0 .../ambient_annotations_n.params.yaml | 0 .../import_ambient_annotation_n.ets | 0 .../import_ambient_annotation_n.params.yaml | 0 .../annotation_ambient_declaration.d.ets | 0 .../annotation_ambient_declaration.d.params.yaml | 0 .../annotation_ambient_declaration.ets | 0 .../annotation_ambient_declaration.params.yaml | 0 .../import_annotated_decl_class.ets | 0 .../retention_annotation.ets | 0 .../retention_annotation.params.yaml | 0 .../retention_annotation_n.ets | 0 .../retention_annotation_n.params.yaml | 0 .../01.import_path_lookup/ipl01.ets | 0 .../01.import_path_lookup/ipl02.ets | 0 .../01.import_path_lookup/ipl03.ets | 0 .../01.import_path_lookup/ipl04.ets | 0 .../01.import_path_lookup/ipl05.ets | 0 .../01.import_path_lookup/ipl06.ets | 0 .../01.import_path_lookup/test_file_01.ets | 0 .../01.import_path_lookup/test_file_02.ets | 0 .../01.import_path_lookup/test_file_03.ets | 0 .../01.import_path_lookup/test_file_04.ets | 0 .../compilation_units_in_host_system_0.ets | 0 .../compilation_units_in_host_system_1.ets | 0 .../compilation_units_in_host_system_2.ets | 0 .../compilation_units_in_host_system_3.ets | 0 .../compilation_units_in_host_system_4.ets | 0 .../compilation_units_in_host_system_5.ets | 0 .../compilation_units_in_host_system_6.ets | 0 .../compilation_units_in_host_system_7.ets | 0 .../compilation_units_in_host_system_8.ets | 0 .../compilation_units_in_host_system_export0.ets | 0 .../pkg1/compilation_units_in_host_system_2.ets | 0 .../pkg1/compilation_units_in_host_system_3.ets | 0 .../compilation_units_in_host_system_export1.ets | 0 .../compilation_units_in_host_system_export3.ets | 0 .../compilation_units_in_host_system_export2.ets | 0 .../compilation_units_in_host_system_export4.ets | 0 .../pkg5/test_empty.ets | 0 .../pkg6/pkg6.ets | 0 .../02.compilation_units_in_host_system/pkg7.ets | 0 .../compilation_units_in_host_system_export4.ets | 0 .../02.compilation_units_in_host_system/pkg8.ets | 0 .../pkg8/pkg8.ets | 0 .../how_to_get_type_via_reflection_ext.ets | 0 .../how_to_get_type_via_reflection_ext.params.yaml | 0 .../struct_class_test.ets | 0 .../struct_empty_class.ets | 0 .../struct_extends_class.ets | 0 .../struct_implements_interface.ets | 0 .../struct_simple_class.ets | 0 .../test.ets | 0 .../test.params.yaml | 0 .../contant_and_function.ets | 0 .../contant_and_function.params.yaml | 0 .../cycle_assignment.ets | 0 .../cycle_assignment.params.yaml | 0 .../two_constants.ets | 0 .../two_constants.params.yaml | 0 .../unique_function.ets | 0 .../unique_function.params.yaml | 0 .../01.predefined_types__02.boxed_types/bt.ets | 0 .../bt.params.yaml | 0 .../bt_default.ets | 0 .../01.predefined_types__02.boxed_types/bt_nan.ets | 0 .../bt_nan.params.yaml | 0 .../catch.ets | 0 .../catch.params.yaml | 0 .../catch2.ets | 0 .../catch3.ets | 0 .../catch_n.ets | 0 .../catch_n.params.yaml | 0 .../exec.ets | 0 .../exec.params.yaml | 0 .../finally.ets | 0 .../finally.params.yaml | 0 .../finally_n.ets | 0 .../finally_n.params.yaml | 0 .../spec_example.ets | 0 .../try.ets | 0 .../try.params.yaml | 0 .../03.implicit_generic_instantiations/func.ets | 0 .../func.params.yaml | 0 .../03.implicit_generic_instantiations/lmbd.ets | 0 .../lmbd.params.yaml | 0 .../03.implicit_generic_instantiations/meth.ets | 0 .../meth.params.yaml | 0 .../03.keyof_types/keyof_inner_class.ets | 0 .../03.keyof_types/keyof_inner_class.params.yaml | 0 .../04.boxing_conversion/assn_var/assn-var-nan.ets | 0 .../assn_var/assn-var-nan.params.yaml | 0 .../04.boxing_conversion/assn_var/assn-var-neg.ets | 0 .../assn_var/assn-var-neg.params.yaml | 0 .../04.boxing_conversion/assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../call_cons/call-cons-nan.ets | 0 .../call_cons/call-cons-nan.params.yaml | 0 .../call_cons/call-cons-neg.ets | 0 .../call_cons/call-cons-neg.params.yaml | 0 .../04.boxing_conversion/call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../call_func/call-func-nan.ets | 0 .../call_func/call-func-nan.params.yaml | 0 .../call_func/call-func-neg.ets | 0 .../call_func/call-func-neg.params.yaml | 0 .../04.boxing_conversion/call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../call_lmbd/call-lmbd-nan.ets | 0 .../call_lmbd/call-lmbd-nan.params.yaml | 0 .../call_lmbd/call-lmbd-neg.ets | 0 .../call_lmbd/call-lmbd-neg.params.yaml | 0 .../04.boxing_conversion/call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../call_meth/call-meth-nan.ets | 0 .../call_meth/call-meth-nan.params.yaml | 0 .../call_meth/call-meth-neg.ets | 0 .../call_meth/call-meth-neg.params.yaml | 0 .../04.boxing_conversion/call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../04.boxing_conversion/comp_arr/comp-arr-nan.ets | 0 .../comp_arr/comp-arr-nan.params.yaml | 0 .../04.boxing_conversion/comp_arr/comp-arr-neg.ets | 0 .../comp_arr/comp-arr-neg.params.yaml | 0 .../04.boxing_conversion/comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../04.boxing_conversion/comp_obj/comp-clss-nan.ets | 0 .../comp_obj/comp-clss-nan.params.yaml | 0 .../04.boxing_conversion/comp_obj/comp-clss-neg.ets | 0 .../comp_obj/comp-clss-neg.params.yaml | 0 .../04.boxing_conversion/comp_obj/comp-clss.ets | 0 .../comp_obj/comp-clss.params.yaml | 0 .../04.boxing_conversion/comp_obj/comp-intf-nan.ets | 0 .../comp_obj/comp-intf-nan.params.yaml | 0 .../04.boxing_conversion/comp_obj/comp-intf-neg.ets | 0 .../comp_obj/comp-intf-neg.params.yaml | 0 .../04.boxing_conversion/comp_obj/comp-intf.ets | 0 .../comp_obj/comp-intf.params.yaml | 0 .../decl_const/decl-const-nan.ets | 0 .../decl_const/decl-const-nan.params.yaml | 0 .../decl_const/decl-const-neg.ets | 0 .../decl_const/decl-const-neg.params.yaml | 0 .../04.boxing_conversion/decl_const/decl-const.ets | 0 .../decl_const/decl-const.params.yaml | 0 .../decl_field/decl-field-nan.ets | 0 .../decl_field/decl-field-nan.params.yaml | 0 .../decl_field/decl-field-neg.ets | 0 .../decl_field/decl-field-neg.params.yaml | 0 .../04.boxing_conversion/decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../04.boxing_conversion/decl_var/decl-var-nan.ets | 0 .../decl_var/decl-var-nan.params.yaml | 0 .../04.boxing_conversion/decl_var/decl-var-neg.ets | 0 .../decl_var/decl-var-neg.params.yaml | 0 .../04.boxing_conversion/decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../generic_classes/generic_class_constraint.ets | 0 .../generic_class_constraint.params.yaml | 0 .../generic_function_constraint.ets | 0 .../generic_function_constraint.params.yaml | 0 .../generic_interface_constraint.ets | 0 .../generic_interface_constraint.params.yaml | 0 .../generic_method_abstr_constraint.ets | 0 .../generic_method_abstr_constraint.params.yaml | 0 .../assn_var/assn-var-nan.ets | 0 .../assn_var/assn-var-nan.params.yaml | 0 .../05.unboxing_conversion/assn_var/assn-var.ets | 0 .../assn_var/assn-var.params.yaml | 0 .../call_cons/call-cons-nan.ets | 0 .../call_cons/call-cons-nan.params.yaml | 0 .../05.unboxing_conversion/call_cons/call-cons.ets | 0 .../call_cons/call-cons.params.yaml | 0 .../call_func/call-func-nan.ets | 0 .../call_func/call-func-nan.params.yaml | 0 .../05.unboxing_conversion/call_func/call-func.ets | 0 .../call_func/call-func.params.yaml | 0 .../call_lmbd/call-lmbd-nan.ets | 0 .../call_lmbd/call-lmbd-nan.params.yaml | 0 .../call_lmbd/call-lmbd-nan_2.ets | 0 .../call_lmbd/call-lmbd-nan_2.params.yaml | 0 .../05.unboxing_conversion/call_lmbd/call-lmbd.ets | 0 .../call_lmbd/call-lmbd.params.yaml | 0 .../call_lmbd/call-lmbd_2.ets | 0 .../call_lmbd/call-lmbd_2.params.yaml | 0 .../call_meth/call-meth-nan.ets | 0 .../call_meth/call-meth-nan.params.yaml | 0 .../05.unboxing_conversion/call_meth/call-meth.ets | 0 .../call_meth/call-meth.params.yaml | 0 .../comp_arr/comp-arr-nan.ets | 0 .../comp_arr/comp-arr-nan.params.yaml | 0 .../05.unboxing_conversion/comp_arr/comp-arr.ets | 0 .../comp_arr/comp-arr.params.yaml | 0 .../comp_obj/comp-clss-nan.ets | 0 .../comp_obj/comp-clss-nan.params.yaml | 0 .../05.unboxing_conversion/comp_obj/comp-clss.ets | 0 .../comp_obj/comp-clss.params.yaml | 0 .../comp_obj/comp-intf-nan.ets | 0 .../comp_obj/comp-intf-nan.params.yaml | 0 .../05.unboxing_conversion/comp_obj/comp-intf.ets | 0 .../comp_obj/comp-intf.params.yaml | 0 .../decl_const/decl-const-nan.ets | 0 .../decl_const/decl-const-nan.params.yaml | 0 .../decl_const/decl-const.ets | 0 .../decl_const/decl-const.params.yaml | 0 .../decl_field/decl-field-nan.ets | 0 .../decl_field/decl-field-nan.params.yaml | 0 .../decl_field/decl-field.ets | 0 .../decl_field/decl-field.params.yaml | 0 .../decl_var/decl-var-nan.ets | 0 .../decl_var/decl-var-nan.params.yaml | 0 .../05.unboxing_conversion/decl_var/decl-var.ets | 0 .../decl_var/decl-var.params.yaml | 0 .../05.widening_reference_conversions/ase.ets | 0 .../05.evaluation_of_other_expressions/ase.ets | 0 .../ase.params.yaml | 0 .../05.evaluation_of_other_expressions/ase_neg.ets | 0 .../ase_neg.params.yaml | 0 .../05.evaluation_of_other_expressions/exc.ets | 0 .../exc.params.yaml | 0 .../01.simple_assignment_operator/ord26.ets | 0 .../03.class_members/acc/dir_int_1/file_A.ets | 0 .../03.class_members/acc/dir_int_2/file_A.ets | 0 .../03.class_members/acc/dir_int_2/file_B.ets | 0 .../03.class_members/acc/dir_int_3/file_A.ets | 0 .../03.class_members/acc/dir_int_3/file_B.ets | 0 .../03.class_members/acc/pkg_int_A1/file_A.ets | 0 .../03.class_members/acc/pkg_int_A2/file_A.ets | 0 .../03.class_members/acc/pkg_int_A2/file_B.ets | 0 .../03.class_members/acc/pkg_int_B1/file.ets | 0 .../03.class_members/acc/pkg_int_B2/file.ets | 0 .../03.class_members/acc/pkg_int_B3/file.ets | 0 .../03.class_members/acc/pkg_int_B4/file.ets | 0 .../09.classes/03.class_members/acc/pkgmod.ets | 0 .../03.class_members/acc/pkgmod.params.yaml | 0 .../09.classes/03.class_members/acc/sepmod.ets | 0 .../03.class_members/acc/sepmod.params.yaml | 0 .../09.classes/03.class_members/con/pkgmod.ets | 0 .../03.class_members/con/pkgmod.params.yaml | 0 .../09.classes/03.class_members/con/sepmod.ets | 0 .../03.class_members/con/sepmod.params.yaml | 0 .../constructor/dir_int_1/file_A.ets | 0 .../constructor/dir_int_2/file_A.ets | 0 .../constructor/dir_int_2/file_B.ets | 0 .../constructor/dir_int_3/file_A.ets | 0 .../constructor/dir_int_3/file_B.ets | 0 .../constructor/pkg_int_A1/file_A.ets | 0 .../constructor/pkg_int_A2/file_A.ets | 0 .../constructor/pkg_int_A2/file_B.ets | 0 .../constructor/pkg_int_B1/file.ets | 0 .../constructor/pkg_int_B2/file.ets | 0 .../03.class_members/constructor/pkgmod.ets | 0 .../03.class_members/constructor/pkgmod.params.yaml | 0 .../03.class_members/constructor/sepmod.ets | 0 .../03.class_members/constructor/sepmod.params.yaml | 0 .../03.class_members/fld/dir_int_1/file_A.ets | 0 .../03.class_members/fld/dir_int_2/file_A.ets | 0 .../03.class_members/fld/dir_int_2/file_B.ets | 0 .../03.class_members/fld/dir_int_3/file_A.ets | 0 .../03.class_members/fld/dir_int_3/file_B.ets | 0 .../03.class_members/fld/pkg_int_A1/file_A.ets | 0 .../03.class_members/fld/pkg_int_A2/file_A.ets | 0 .../03.class_members/fld/pkg_int_A2/file_B.ets | 0 .../03.class_members/fld/pkg_int_B1/file.ets | 0 .../03.class_members/fld/pkg_int_B2/file.ets | 0 .../03.class_members/fld/pkg_int_B3/file.ets | 0 .../03.class_members/fld/pkg_int_B4/file.ets | 0 .../09.classes/03.class_members/fld/pkgmod.ets | 0 .../03.class_members/fld/pkgmod.params.yaml | 0 .../09.classes/03.class_members/fld/sepmod.ets | 0 .../03.class_members/fld/sepmod.params.yaml | 0 .../03.class_members/met/dir_int_1/file_A.ets | 0 .../03.class_members/met/dir_int_2/file_A.ets | 0 .../03.class_members/met/dir_int_2/file_B.ets | 0 .../03.class_members/met/dir_int_3/file_A.ets | 0 .../03.class_members/met/dir_int_3/file_B.ets | 0 .../03.class_members/met/pkg_int_A1/file_A.ets | 0 .../03.class_members/met/pkg_int_A2/file_A.ets | 0 .../03.class_members/met/pkg_int_A2/file_B.ets | 0 .../03.class_members/met/pkg_int_B1/file.ets | 0 .../03.class_members/met/pkg_int_B2/file.ets | 0 .../03.class_members/met/pkg_int_B3/file.ets | 0 .../03.class_members/met/pkg_int_B4/file.ets | 0 .../09.classes/03.class_members/met/pkgmod.ets | 0 .../03.class_members/met/pkgmod.params.yaml | 0 .../09.classes/03.class_members/met/sepmod.ets | 0 .../03.class_members/met/sepmod.params.yaml | 0 .../method_overload_relatioship_1.ets | 0 .../no_throwing_in_abstract_method.ets | 0 .../no_throwing_in_hided_method.ets | 0 .../no_throwing_in_overrided_method.ets | 0 .../throwing_in_abstract_method.ets | 0 .../throwing_in_hided_method.ets | 0 .../throwing_in_overrided_method.ets | 0 .../class_initializer_with_throws.ets | 0 .../constructor_declaration_with_rethrow.ets | 0 .../constructor_declaration_with_throw.ets | 0 .../access_parent_data_n.ets | 0 .../access_parent_data_n.params.yaml | 0 .../local_class_and_interface_declaration.ets | 0 ...ocal_class_and_interface_declaration.params.yaml | 0 .../local_class_out_of_visibility_area.ets | 0 .../local_class_out_of_visibility_area.params.yaml | 0 .../local_class_refer_on_constant.ets | 0 .../local_class_refer_on_constant.params.yaml | 0 .../local_class_with_access_modifier.ets | 0 .../local_class_with_access_modifier.params.yaml | 0 .../local_class_with_already_declared_name.ets | 0 .../local_interface_with_already_declared_name.ets | 0 .../default_import_struct.ets | 0 .../default_export_struct.ets | 0 .../enum_to_obj_cast.ets | 0 .../enum_to_obj_cast.params.yaml | 0 .../01.throwing_functions/constructor.ets | 0 .../constructor_call_with_catch.ets | 0 .../constructor_call_with_default_catch.ets | 0 .../constructor_call_without_catch.ets | 0 .../01.throwing_functions/function.ets | 0 .../function_call_with_catch.ets | 0 .../function_call_with_default_catch.ets | 0 .../function_without_keyword.ets | 0 .../15.exceptions/01.throwing_functions/lambda.ets | 0 .../lambda_call_with_catch.ets | 0 .../lambda_call_with_default_catch.ets | 0 .../lambda_without_keyword.ets | 0 .../constructor_with_default_catch.ets | 0 .../constructor_without_default_catch.ets | 0 .../constructor_without_keyword.ets | 0 .../function_call_without_catch.ets | 0 .../function_with_default_catch.ets | 0 .../function_without_default_catch.ets | 0 .../lambda_call_without_catch.ets | 0 .../lambda_with_default_catch.ets | 0 .../lambda_without_default_catch.ets | 0 .../rethrowing_function_declaration.ets | 0 .../rethrowing_function_with_catch.ets | 0 .../rethrowing_function_with_default_catch.ets | 0 ...throwing_function_with_non_throwing_function.ets | 0 .../rethrowing_function_with_throw.ets | 0 .../rethrowing_function_without_catch.ets | 0 .../exc00.ets | 0 .../exc00c.ets | 0 .../exc01.ets | 0 .../exc01c.ets | 0 .../exc02.ets | 0 .../exc02c.ets | 0 .../exc03.ets | 0 .../exc03c.ets | 0 .../exc04.ets | 0 .../exc04c.ets | 0 .../exc05.ets | 0 .../exc05c.ets | 0 .../exc06.ets | 0 .../exc06c.ets | 0 .../exc07.ets | 0 .../exc07c.ets | 0 .../exc08.ets | 0 .../exc08c.ets | 0 .../ini00.ets | 0 .../ini00c.ets | 0 .../ini01.ets | 0 .../ini01c.ets | 0 .../spec_example.ets | 0 .../fld_arr.ets | 0 .../fld_arr.params.yaml | 0 .../fld_obj.ets | 0 .../fld_obj.params.yaml | 0 .../fld_prim.ets | 0 .../fld_prim.params.yaml | 0 .../fld_prim2.ets | 0 .../fld_prim2.params.yaml | 0 .../fld_tup.ets | 0 .../fld_tup.params.yaml | 0 .../15.exceptions/new_exception_define.ets | 0 .../15.exceptions/throw_exception.ets | 0 .../throw_exception_with_try_call_0.ets | 0 .../throw_exception_with_try_call_1.ets | 0 .../throw_exception_with_try_declaration.ets | 0 .../least_upper_bound/negative_cases.ets | 0 .../least_upper_bound/negative_cases.params.yaml | 0 .../least_upper_bound/positive_cases.ets | 0 .../least_upper_bound/positive_cases.params.yaml | 0 .../arkts-cts-excluded-DI.txt} | 0 .../arkts-cts-excluded-JIT-REPEATS.txt} | 0 .../arkts-cts-excluded.txt} | 0 .../arkts-cts-ignored-AMD64-AOT.txt} | 0 .../arkts-cts-ignored-AMD64-CPP-ASAN.txt} | 0 .../arkts-cts-ignored-AMD64-CPP-OL0.txt} | 0 .../arkts-cts-ignored-AMD64-CPP.txt} | 0 .../arkts-cts-ignored-AMD64-OL0.txt} | 0 .../arkts-cts-ignored-AMD64-OL2.txt} | 0 .../arkts-cts-ignored-AMD64.txt} | 0 .../arkts-cts-ignored-ARM64-AOT.txt} | 0 .../arkts-cts-ignored-ARM64-CPP-OL0.txt} | 0 .../arkts-cts-ignored-ARM64-JIT.txt} | 0 .../arkts-cts-ignored-ARM64-OL0.txt} | 0 .../arkts-cts-ignored-ARM64.txt} | 0 .../arkts-cts-ignored-ASAN.txt} | 0 .../arkts-cts-ignored-DI.txt} | 0 .../arkts-cts-ignored-JIT-ASAN.txt} | 0 .../arkts-cts-ignored-JIT-REPEATS.txt} | 0 .../arkts-cts-ignored-OL2.txt} | 0 .../arkts-cts-ignored-TSAN.txt} | 0 .../arkts-cts-ignored.txt} | 0 .../test-lists/{ets-cts => arkts-cts}/chapters.yaml | 0 static_core/tests/tests-u-runner-2/README.md | 2 +- .../test-suites/{ets-cts.yaml => arkts-cts.yaml} | 8 ++++---- .../generators/{ets_cts => arkts_cts}/__init__.py | 0 .../generators/{ets_cts => arkts_cts}/benchmark.py | 4 ++-- .../generators/{ets_cts => arkts_cts}/copyright.txt | 0 .../ets_templates_generator.py | 2 +- .../generators/{ets_cts => arkts_cts}/params.py | 0 .../generators/{ets_cts => arkts_cts}/template.py | 0 .../{ets_cts => arkts_cts}/test_template.tpl | 0 .../runner/test/environment_test/init_test.py | 4 ++-- .../cfg/{ets-cts-int.yaml => arkts-cts-int.yaml} | 6 +++--- static_core/tests/tests-u-runner/main.py | 2 +- static_core/tests/tests-u-runner/readme.md | 6 +++--- .../tests-u-runner/runner/options/cli_options.py | 6 +++--- .../tests/tests-u-runner/runner/options/config.py | 2 +- .../plugins/declgents2ets/declgents2ets_suites.py | 2 +- .../tests-u-runner/runner/plugins/ets/ets_suites.py | 2 +- .../runner/plugins/ets/ets_test_dir.py | 2 +- .../tests-u-runner/runner/plugins/ets/runner_ets.py | 2 +- 6696 files changed, 37 insertions(+), 37 deletions(-) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/03.white_spaces/whitespaces.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/04.line_separators/line_separators.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/06.identifiers/identifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/06.identifiers/identifiers.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/06.identifiers/identifiers_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/06.identifiers/identifiers_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/hard.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/hard.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/reserved.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/reserved.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/soft.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/soft.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/soft_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/07.keywords/types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/02.integer_literals/int_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/02.integer_literals/int_literals.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/02.integer_literals/long_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/02.integer_literals/long_literals.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/05.boolean_literals/bool_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/codepoints.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/combined.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/escaping.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/hex.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/spec_examples.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/06.string_literals/unicode.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/templ_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/templ_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/templ_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/08.null_literal/null_literal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/08.null_literal/null_literal1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/08.null_literal/null_literal2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/08.null_literal/null_literal3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/09.undefined_literal/undef_literal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/09.undefined_literal/undef_literal1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/09.undefined_literal/undef_literal2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/09.literals/09.undefined_literal/undef_literal3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/combined1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/combined2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/combined3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/combined4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/combined5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/combined6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment1_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment3_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment4_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment5_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment6_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment7_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/multi_line_comment8_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/one_line_comment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/10.comments/one_line_comment1_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/11.semicolons/semicol_p.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/11.semicolons/semicol_p.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/11.semicolons/spec_example1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/02.lexical_elements/11.semicolons/spec_example2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_alias.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_alias.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_constructor.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_metod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_metod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/01.primitive_types/pt_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/hier1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/hier1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_00.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_float_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_00.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_int_operator_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/02.numeric_types/nt_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/arrays_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/arrays_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/class_types_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/class_types_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/class_value_types_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/class_value_types_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/using_value_types_names.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/using_value_types_names.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/value_types_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/01.predefined_types/value_types_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/array_value_types_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/array_value_types_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/function_type_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/types_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/03.using_types/types_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/04.named_types/named_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/04.named_types/named_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/04.named_types/named_types_generics.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/04.named_types/named_types_generics.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/05.type_references/types_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/05.type_references/types_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/division/division_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/bitwise_operators.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/boolean_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/logical_complement_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/string_concatenation_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/intersection_type_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/intersection_type_initialization.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/named_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/named_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/named_types_generics.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/named_types_generics.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/type_variables.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/07.reference_types/type_variables.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/cast_to_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/class_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/class_methods.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/conditional_operator_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/conditional_operator_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/equality_operator_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/equality_operator_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/explicit_cast_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/field_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/implicit_cast_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/instanceof_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/object_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/object_methods.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/object_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/one_link_on_two_objects.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/string_concatenation_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/08.type_object/string_concatenation_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_function1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_function2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_function3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_function4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_instance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_instance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_instance_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/09.type_never/never_class_instance_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/10.type_void/generic_void.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/10.type_void/void_return_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/10.type_void/void_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/10.type_void/void_type_in_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/10.type_void/void_type_union_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/10.type_void/void_type_union_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/10.type_void/void_type_union_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_array1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_array2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_array3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_enum1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_example_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_generic1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_generic2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_generic3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_generic4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_incorrect_usage.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_incorrect_usage.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_keyword.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_keyword_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_keyword_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_keyword_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_literal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_literal1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_literal2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_nullish.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_nullish.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_switch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_union1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_union2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_union3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_union4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/11.type_undefined/undefined_union5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/12.type_null/null9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/13.type_string/change_string_value.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/13.type_string/string_literal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/13.type_string/string_type_declaration_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/13.type_string/string_type_declaration_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/13.type_string/strings_addition.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_args.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_args.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_fdef.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_fdef.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_fld.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_fld.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_fld_gen.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_fld_gen.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_tup.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_tup.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/14.type_bigint/bint_un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_38.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_39.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_40.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_41.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_42.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_43.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_44.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_45.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_46.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_47.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_48.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_49.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_50.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_51.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_52.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_53.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_54.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_55.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_56.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_57.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_58.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_59.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_60.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_61.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_62.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_63.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_64.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_65.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_66.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_67.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_68.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_69.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_70.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_71.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_72.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_73.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_74.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_75.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/as_const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/as_const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/class_literal_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/class_literal_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/const_literal_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/const_literal_type_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/custom_literal_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/custom_literal_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/function_literal_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/function_literal_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/overriding_literal_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/overriding_literal_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/supported_literal_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/supported_literal_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/unsupported_literal_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/15.literal_types/unsupported_literal_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/form_1_assign_to_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/form_2_assign_to_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar2a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar2b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar2c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar2d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar3a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rar3b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat00.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/rat_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/resizable_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/resizable_array.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/shrink_array_form_one.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/01.resizable_array_types/shrink_array_form_two.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/array_index.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/array_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/array_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/16.array_types/various_data_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/17.tuple_types/tt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/17.tuple_types/tt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/17.tuple_types/tt2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/17.tuple_types/tt2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/17.tuple_types/tt_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/17.tuple_types/tt_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/01.type_function/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/01.type_function/negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/01.type_function/negative_rt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/01.type_function/negative_rt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/01.type_function/positive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/01.type_function/positive.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/function_assert.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/function_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/function_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/function_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/function_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/incorrect_function_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/incorrect_function_name.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/long_function_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/parametrized_function_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/return_lambda.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/returning_function_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/same_constructor_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/same_function_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/18.function_types/same_method_sibnature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/norm.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/norm.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/01.union_types_normalization/utn16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_spec.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/02.access_to_common_union_members/cm_spec.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_example_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_generic.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_getter_setter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_getter_setter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_inheritance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_module.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_predefined.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_predefined.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_unsupported.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/keyof_unsupported.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/03.keyof_types/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/assignment_of_arrays_with_union_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/assignment_of_arrays_with_union_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/assignment_of_arrays_with_union_types_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/assignment_of_arrays_with_union_types_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/types_as_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/types_as_function.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/types_as_function_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/types_as_function_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_assignment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_assignment.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_error_assignment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_error_assignment.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_narrowing_attribute.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_narrowing_attribute.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_narrowing_attribute_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/union_type_narrowing_attribute_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/united_switch_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/united_switch_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut_2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut_2.sts (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/19.union_types/ut_n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/array_nullable_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/array_nullable_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/assign_nullable_to_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/assign_nullable_to_object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_primitive_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_primitive_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullable_types_operations_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullish_not_compatible_with_object_n0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullish_not_compatible_with_object_n1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullish_not_compatible_with_object_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullish_not_compatible_with_object_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullish_pt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/nullish_pt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/reference_nullable_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/20.nullish_types/reference_nullable_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_classes.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_classes.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_global_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_global_parameter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_nullable_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_nullable_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_primitive_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_primitive_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/21.default_values_for_types/default_value_for_reference_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/assn_var/assn-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/assn_var/assn-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/assn_var/assn-var-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/assn_var/assn-var-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_cons/call-cons-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_cons/call-cons-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_cons/call-cons-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_cons/call-cons-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_func/call-func-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_func/call-func-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_func/call-func-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_func/call-func-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_lmbd/call-lmbd-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_lmbd/call-lmbd-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_lmbd/call-lmbd-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_lmbd/call-lmbd-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_meth/call-meth-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_meth/call-meth-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_meth/call-meth-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_meth/call-meth-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_arr/comp-arr-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_arr/comp-arr-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_arr/comp-arr-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_arr/comp-arr-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-clss-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-clss-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-clss-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-clss-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-intf-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-intf-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-intf-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-intf-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_const/decl-const-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_const/decl-const-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_const/decl-const-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_const/decl-const-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_const/decl-const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_const/decl-const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_field/decl-field-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_field/decl-field-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_field/decl-field-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_field/decl-field-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_var/decl-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_var/decl-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_var/decl-var-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_var/decl-var-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_conversion/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/assn_var/assn-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/assn_var/assn-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_cons/call-cons-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_cons/call-cons-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_func/call-func-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_func/call-func-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_meth/call-meth-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_meth/call-meth-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_arr/comp-arr-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_arr/comp-arr-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-clss-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-clss-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-intf-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-intf-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_const/decl-const-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_const/decl-const-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_const/decl-const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_const/decl-const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_field/decl-field-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_field/decl-field-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_var/decl-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_var/decl-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/alias_unconversion/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/type_params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/03.types/type_params.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/01.names/qualified_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/01.names/qualified_name.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_co.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_rt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/class_level.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/class_level_protected1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/class_level_protected2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/class_level_public.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/diff_spaces.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/function_level.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/function_level_n1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/hoisting.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/interface_level1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/interface_level2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/module_level.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/nested1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/nested2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/nested3_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/testing_package_level_scope/package_level.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/type_param_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/type_param_class_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/type_param_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/type_param_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_block_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_block_decl_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_class_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_decl_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_decl_name.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_enum_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_func_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/04.scopes/unique_intf_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_class_field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_class_field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_params.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_variable.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_variable.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/06.type_declarations/decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/spec_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/function_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/function_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/function_decl2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/function_decl2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/nested_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/nested_function2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/nested_function3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/nested_function4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/throws_clause_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/throws_clause_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/04.names_declarations_and_scopes/08.function_declarations/throws_clause_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/example2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_Interface_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_missing_nondefault_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_missing_nondefault_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_missing_nondefault_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_missing_nondefault_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/basic_instantiations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/02.generic_instantiations/basic_instantiations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_extends.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_extends.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_implements.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_implements.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/module_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_example_getter_setter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_example_transform.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_generic.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_inherit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_inherit2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_inherit3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/01.partial_utility_type/type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_compatibility.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_example_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_extends.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_implements.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_implements.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_module_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_no_fields.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_no_fields.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/required_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/02.required_utility_type/type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/example_edit_readonly_field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/example_readonly_assignability.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/04.record_utility_type/rec.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/04.record_utility_type/rec.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/04.record_utility_type/rec2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/04.record_utility_type/rec2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/04.record_utility_type/rec3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/04.record_utility_type/rec3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf38.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf39.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf40.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf41.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf42.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf43.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf44.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf45.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf46.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf47.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf48.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf49.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/05.utility_type_private_field/utpf50.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/exported_data.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/incorrect_utility_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/incorrect_utility_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/incorrect_utility_type_usage.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/03.utility_types/incorrect_utility_type_usage.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/generic_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/generic_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface_with_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_functions/function_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_functions/function_generic.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_functions/function_generic_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_functions/function_generic_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_functions/generic_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_functions/generic_function_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_in_out/generic_in_out.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_in_out/generic_in_out.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/check_return_value_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/check_return_value_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/generic_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/generic_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/generic_interface_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/generic_interface_function.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/interface_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/interface_generic.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/05.generics/generic_declarations/generic_methods/generic_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/null.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/null.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/null_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/null_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/conversion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/conversion.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_null.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_null.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_prim.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_prim.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/conv.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/conv.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc_nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectbool.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectstr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_brgint_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_date_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_null_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_regex_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_undefined_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_union_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectunknown.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/spec.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_enum_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_int_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_intvalue_enumvalue.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_string_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_stringvalue_enumvalue.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetochar.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetodouble.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetofloat.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetolong.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoshort.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartodouble.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartofloat.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartoint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartolong.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtodouble.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtofloat.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtoint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtolong.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/floattodouble.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttodouble.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttofloat.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttolong.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtodouble.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtofloat.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttodouble.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttofloat.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttoint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttolong.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/textuniontonounion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/uniontowider.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/contravariancetotype.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/covariancetotype.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/nooptionaltooptional.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/oome1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/add.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bitwise.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_cond.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_tern.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/comb.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/div.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/instanceof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mul.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/null_coalescing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/postfix.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/prefix.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/rel.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/shift.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/sub.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ternary.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/typeof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/03.operator_precedence/unary.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/04.evaluation_of_arguments/arg_order_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/instof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/mcall.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/eval_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/eval_f.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/eval_se.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/heap_pollution.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/typ.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/01.evaluation_of_expressions/typ.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_38.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_39.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_40.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_41.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_42.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_43.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_44.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/named_reference_export9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/qualified_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/03.named_reference/qualified_name.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_abrupt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_abrupt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_expr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_expr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_nest.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/arr_nest.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/array_literal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/04.array_literal/array_literal.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_bad_multiple_init.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_initialization_order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_bad_multiple_init.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_initialization_order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/re.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/re.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/record_composite_bad_multiple_init.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/04.object_literal_evaluation/ex0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/04.object_literal_evaluation/ex1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/04.object_literal_evaluation/ex2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/class_composite_as_a_function_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/class_composite_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/class_composite_in_class_composite.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/class_composite_inside_a_class_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/class_composite_inside_the_class_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/class_composite_with_inherited_fields.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/constructor_is_missing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/execution_of_the_class_left_to_right.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/incorrect_value_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/inferred_to_abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/inferred_to_abstract_with_abstract_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/inferred_to_abstract_with_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/initializing_a_class_internally.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/internal_field_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/more_trailing_commas_is_bad.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/no_such_field_in_cc.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/private_field_access_from_derived_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/private_field_access_from_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/private_parameterless_cinstructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/protected_field_access_from_derived_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/protected_field_access_from_no_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/trailing_comma_is_ignored.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/05.object_literal/type_not_inferred.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/06.spread_expression/spex_meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/07.parenthesized_expression/paren_expr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/07.parenthesized_expression/paren_expr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_in_class_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_in_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_in_interface_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_in_lambda.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_in_lambda_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_out_class_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_primary_expression_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_primary_expression_in_lambda.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_with_nullable_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/08.this_expression/this_with_t_in_non_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullable_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_initializer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_of_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_to_super_through_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/access_by_super.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/access_through_class_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/access_through_interface_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/lazy_reference_evaluation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/safe_field_access_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/safe_field_access_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/09.field_access_expressions/safe_field_access_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/class_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/class_static_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/class_static_method_with_wildcard.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/interface_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/safe_method_call_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/10.method_call_expression/safe_method_call_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/fcall.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/fcall.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/fcall_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/fcall_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/function_call_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/optional_chaining_null_result.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/optional_chaining_value_result.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_fcall_ftype.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_fcall_ftype.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_fcall_lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_fcall_lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_function_call_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_function_call_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_function_call_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/safe_function_call_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0e.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1e.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/12.indexing_expression/02.record_indexing_expression/record27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_access01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_array01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_array02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_array03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_asyn_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_asyn_func01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_com_def.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_com_def01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_com_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_com_func01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_com_index.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_com_index01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_complex.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_complex01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_dynamic_property.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_existence.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_filed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_func01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_func02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_func03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_method01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_method02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_multilevel.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_multilevel01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_multilevel02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_nested_obj.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_nested_obj01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_normal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_null.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_nullish.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_nullish01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_nullish02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_optional.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_optional01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_optional02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_type01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/13.chaining_operator/chop_undefined.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/14.new_expressions/class_instance_creation_expressions.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/14.new_expressions/class_instance_creation_expressions.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/15.cast_expressions/cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/15.cast_expressions/cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/15.cast_expressions/cast0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/15.cast_expressions/cast1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/15.cast_expressions/cast2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/15.cast_expressions/nullable_cast_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/15.cast_expressions/nullable_cast_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/instanceof-cte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/instanceof-cte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/instanceof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/instanceof.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/object_incompatible_with_the_specified_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/operand_that_is_a_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/operand_that_is_not_a_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/16.instanceof_expression/right_operand_that_is_not_a_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/comptime.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/comptime.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/runtime.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/runtime.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_obj.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_obj.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_vars.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/17.typeof_expression/tof_vars.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/not_nullable_check.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check_exception.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check_exception_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check_exception_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check_exception_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check_exception_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check_exception_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/null_check_value.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/nullable_cast_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/nullable_cast_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/undefined_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/undefined_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/undefined_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/undefined_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/undefined_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/18.ensure-not-nullish_expression/undefined_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/lazy_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/lazy_operator_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/least_upper_bound.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/left_hand_side.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/left_hand_side_value_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/right_hand_side.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/05.unary_plus/unary_plus.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/05.unary_plus/unary_plus_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_double.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_number.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_pos.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/01.multiplication/inf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/01.multiplication/inf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/01.multiplication/nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/01.multiplication/nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/02.division/inf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/02.division/inf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/02.division/nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/02.division/nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/03.remainder/inf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/03.remainder/inf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/03.remainder/nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/21.multiplicative_expressions/03.remainder/nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/23.shift_expressions/rshift_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/23.shift_expressions/rshift_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/23.shift_expressions/shift_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/23.shift_expressions/shift_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/02.string_comparison_operators/long_string_comparison.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/07.reference_equality/type_conversion_of_one_operand_to_another_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/eq.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/eq.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/eq_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/eq_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/general_equality_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/general_equality_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/general_equality_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/strict_primitive_compare.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/strict_primitive_compare.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/type_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/type_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/value_equality_operators.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/25.equality_expressions/value_equality_operators.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/gen.go.txt (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/27.conditional-and_expression/conditional_and_bool.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/27.conditional-and_expression/conditional_and_bool.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/27.conditional-and_expression/conditional_and_boolean.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/27.conditional-and_expression/conditional_and_boolean.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/28.conditional-or_expression/conditional_or_bool.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/28.conditional-or_expression/conditional_or_bool.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/28.conditional-or_expression/conditional_or_boolean.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/28.conditional-or_expression/conditional_or_boolean.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/01.simple_assignment_operator/ord6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_array01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_array02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_array03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_array04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_chained_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_class01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_filed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_func01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_func02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_instanceof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_nestedfileds.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_property.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_record.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_result.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_result01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_result02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_typeof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/03.left_hand_side_expressions/left_void.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/pos.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/29.assignment/pos.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/boolean_cond_ex.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/condiional_expression_declaration_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/condiional_expression_declaration_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_evaluation_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_evaluation_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_object_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/conditional_expression_string.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/first_expression_not_boolean.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/numeric_condition_expression_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/numeric_condition_expression_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/test_with_two_operands_of_different_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/31.string_interpolation_expressions/siexp.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/31.string_interpolation_expressions/siexp.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/31.string_interpolation_expressions/siexp_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/31.string_interpolation_expressions/siexp_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/01.lambda_signature/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/01.lambda_signature/negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/02.lambda_body/body.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/02.lambda_body/body.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/02.lambda_body/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/03.lambda_expression_type/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/03.lambda_expression_type/type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/04.runtime_evaluation_of_lambda_expressions/notice.txt (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/callback.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/callback.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_full_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_full_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_full_value.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_full_value.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_short_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_short_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_short_value.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/decl_short_value.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/32.lambda_expression/generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_calculation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_calculation.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_logical_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_logical_expression.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_number_conversion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_number_conversion.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_shift.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_shift.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_unary_minus.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_unary_minus.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_unary_plus.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_array/constant_unary_plus.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_calculation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_calculation.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_logical_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_logical_expression.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_number_conversion.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_number_conversion.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_shift.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_shift.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_unary_minus.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_unary_minus.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_unary_plus.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/check_enum/constant_unary_plus.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/constant_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/constant_expression.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/wrong_constant_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/07.expressions/33.constant_expression/wrong_constant_expression.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/02.expression_statements/expression_statements.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/02.expression_statements/expression_statements.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/03.block/block_statements.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/03.block/block_statements.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/03.block/block_statements_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/03.block/block_statements_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/03.block/block_statements_return.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/03.block/block_statements_return.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/04.local_declarations/local_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/04.local_declarations/local_const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/04.local_declarations/local_var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/04.local_declarations/negative_local_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/04.local_declarations/negative_local_const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/04.local_declarations/negative_local_var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/05.if_statements/if.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/05.if_statements/if2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/05.if_statements/if2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/05.if_statements/if_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/05.if_statements/if_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/05.if_statements/if_not_executed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/05.if_statements/nested_if.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/06.loop_statements/labeled_statement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/07.while_statements_and_do_statements/do.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/07.while_statements_and_do_statements/do.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/07.while_statements_and_do_statements/neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/07.while_statements_and_do_statements/neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/07.while_statements_and_do_statements/while.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/07.while_statements_and_do_statements/while.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/07.while_statements_and_do_statements/while_executed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/08.for_statements/for_loop_incorrect_params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/08.for_statements/for_loop_incorrect_params.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/08.for_statements/for_loop_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/08.for_statements/for_loop_parameters.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/08.for_statements/for_loop_variable_scope.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/08.for_statements/for_loop_variable_scope_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/08.for_statements/nested_for_loop.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/09.for_of_statements/for_of.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/09.for_of_statements/for_of.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/09.for_of_statements/for_of_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/09.for_of_statements/for_of_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/10.break_statements/break.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/10.break_statements/break.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/10.break_statements/break_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/10.break_statements/break_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_comb1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_comb2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do1_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do2l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do2l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do2l_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do2l_neg3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do2l_neg4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do3l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do3l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do4l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do4l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_do5l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for1_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for2l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for2l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for2l_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for2l_neg3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for2l_neg4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for3l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for3l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for4l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for4l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for5l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for6l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of1_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of2l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of2l_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of2l_neg3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of2l_neg4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of3l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of3l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of4l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_for_of5l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while1_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while2l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while2l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while2l_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while2l_neg3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while2l_neg4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while3l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while3l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while4l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while4l_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while5l.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/11.continue_statements/continue_while6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/12.return_statements/return.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/12.return_statements/return.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/12.return_statements/return_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/12.return_statements/return_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/13.switch_statements/switch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/13.switch_statements/switch_block.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/13.switch_statements/switch_char.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/13.switch_statements/switch_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/13.switch_statements/switch_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/13.switch_statements/switch_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/13.switch_statements/switch_no_break.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/14.throw_statements/throw.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/14.throw_statements/throw.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/14.throw_statements/throw_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/14.throw_statements/throw_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/14.throw_statements/throw_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/01.catch_clauses/catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/01.catch_clauses/catch.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/01.catch_clauses/spec_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/02.finally_clause/finally.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/02.finally_clause/finally.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/02.finally_clause/finally_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/02.finally_clause/finally_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/03.try_statement_execution/exec.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/03.try_statement_execution/exec.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/try.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/try.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/try_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/08.statements/15.try_statements/try_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_final.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_method_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_method_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_method_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_method_in_simple_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/circularly_class_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/extends_clause.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/extends_itself.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/extends_object_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_38.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_39.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_40.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_41.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_42.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_43.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_44.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_45.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_46.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_47.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_48.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_49.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_50.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_51.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_52.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_53.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_54.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_55.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer38.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer39.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_40.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_41.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_42.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_43.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_44.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_45.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_46.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_47.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_48.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_49.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_50.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_51.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_52.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_53.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_54.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/object_as_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/superclass_with_same_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance_by_non_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_override.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/default_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/direct_interface_Implementation_twice.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/indirect_interfaces_Implementation_twice.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/one_method_for_two_interfaces.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/override_default_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/same_field_and_method_names.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/superinterface_with_same_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/two_superinterfaces_from_same_generic_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/valid_type_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/05.implementing_interface_properties/getter_setter_implementation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_getter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/enclosing_instances/blank_readonly_field_in_inner_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_initializer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/local_class_in_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/local_class_in_meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/local_interface_in_func_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/local_interface_in_func_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/local_interface_in_meth_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/local_interface_in_meth_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/node.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/01.class_declaration/point.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/02.class_body/class_body_members.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/02.class_body/class_body_members.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/02.class_body/negative_class_body_members.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/02.class_body/negative_class_body_members.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/02.class_body/negative_dup_class_body_members.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/02.class_body/negative_dup_class_body_members.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/dir_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkg_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/acc/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/class_members_with_same_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/class_members_with_same_name.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/dir_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkg_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/constructor/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/dir_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkg_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/fld/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/inherited_from_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/inherited_from_superclass.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/inherited_from_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/inherited_from_superinterface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/member_declared_in_body.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/member_declared_in_body.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/members_that_are_not_inherited.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/members_that_are_not_inherited_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/members_that_are_not_inherited_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/dir_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_priv_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_priv_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_priv_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_prot_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_prot_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_prot_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_pub_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_pub_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkg_pub_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/met/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/non-instance-members.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/private_member_from_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/private_member_from_superclass.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/03.class_members/static_class_members_with_same_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_derived_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_derived_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_class_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/access_modifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/access_modifiers.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/default_access_modifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/04.access_modifiers/default_access_modifiers.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/01.static_fields/static_field_declaration1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/01.static_fields/static_field_declaration2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/01.static_fields/static_field_declaration3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/01.static_fields/static_field_declaration4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/02.readonly_constant_fields/direct_readonly_field_initilization.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration_without_initialization.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_double_initialization.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_initilization_in_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_modification.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_static_field_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_super.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/non_static_field_self_initialization_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/right_initialization_order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_super.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/static_field_self_initialization_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/03.field_initialization/wrong_initialization_order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/04.overriding_fields/sample.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/access_to_hiden_field_by_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/access_to_hiden_field_by_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/access_to_static_hiden_field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/field_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/field_declaration_with_busy_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/field_declaration_with_busy_name.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/fields_inheritance_from_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/fields_inheritance_from_superclass_and_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/fields_inheritance_from_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/inheritance_fields_with_same_name_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/private_field_inheritance_from_superclass_member.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/reference_to_inheritance_fields_with_same_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/several_inherited_field_paths_from_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/superclass_field_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/superinterface_field_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/two_same_field_modifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/05.field_declarations/two_same_field_modifiers.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/non_static_method_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/non_static_method_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_body_with_super.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_body_with_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_declaration_without_body.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/01.static_methods/static_method_with_body_type_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/02.instance_methods/instance_method_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_non_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_simple_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/abstract_method_override_by_abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/abstract_method_without_implementation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/instance_method_overridden_by_abstract.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/03.abstract_methods/private_abstract_method_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/constructor_overloading.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/different_return_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hidden_method_access_by_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_instance_static_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_method_from_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_abstract_multiple_methods_with_same_signatures.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_override.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_same_signatures.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/method_overload_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/method_overload_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/method_overload_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/method_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/abstract_method_overridden_by_instance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/access_to_overridden_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/different_return_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overrided_method_access_by_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_internal_method_from_superclass.sts (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_private_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_static_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/declaring_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_hiding.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_overriding.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_block.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_semicolon.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/method_declaration_with_block.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/method_declaration_with_return_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/method_declaration_with_semicolon.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/method_without_return_statement.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_block.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_semicolon.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_declare_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/duplicate_method_with_override_equivalent_signatures.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/method_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/method_declaration_with_existed_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/method_declaration_with_existed_name_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/method_super_call_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/method_super_call_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/throws_clause_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/06.method_declarations/throws_clause_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_exception.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_final_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_native_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_override_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_private_modifier_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_private_modifier_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_setter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_static_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_with_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/getter_with_value_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_exception.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_final_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_native_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_override_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_private_modifier_in_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_private_modifier_out_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_static_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_with_reference_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/07.accessor_declarations/setter_with_value_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_empty_initializer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_for.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_switch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_try.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_declaration_while.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_with_return.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_with_super.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_initializer_with_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/abstract_class_multiple_initializer_blocks.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/astract_class_initializer_declaration_try.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_empty_initializer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_before_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_for.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_neg_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_switch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_try.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_try_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_try_neg_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_try_neg_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_try_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_declaration_while.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_incorrect_order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_order.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_order.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_with_return.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_with_super.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_with_super_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_with_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_with_type_variable.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_initializer_with_type_variable_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/08.class_initializer/class_multiple_initializer_blocks.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/01.formal_parameters/constructor_declaration_with_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/Implicitly_superclass_constructor_invocation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/circular_reference.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/direct_invocation_itself.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/indirect_invocation_itself.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_same_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/super_multicall.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/super_this_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/this_argument.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/this_argument_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/this_multicall.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/02.constructor_body/this_super_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_inaccessible_super.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_recursively.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/super_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/03.explicit_constructor_call/this_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/04.default_constructor/default_constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/04.default_constructor/default_constructor_of_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/constructor_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/constructor_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/constructor_declaration_with_type_arguments.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/static_constructor_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/throws_clause_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/09.constructor_declaration/throws_clause_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_abstract_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_abstract_methods_that_not_member.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_abstract_methods_without.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_method_from_not_direct_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_method_with_subsignature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_method_wrong_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_methods.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_private_methods_from_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_static_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_static_methods.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/09.classes/10.inheritance/inheritance_static_methods_from_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/abstract_method_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/empty_interface_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/empty_interface_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/interface_extends_without_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/interface_fields.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/interface_fields.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/interface_fields_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/interface_fields_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/interface_fields_without_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/interface_fields_without_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/several_interface_fields.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/several_interface_fields.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/several_interface_fields_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/01.interface_declarations/several_interface_fields_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/circulary_interface_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause_with_not_accessible_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/extend_itself.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/parametrized_decalration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/superinterface_with_same_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/type_argument.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/02.superinterfaces_and_subinterfaces/wildcart_type_argument.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/03.interface_body/interface_members.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/03.interface_body/interface_members.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/03.interface_body/interface_members_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/03.interface_body/interface_members_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/03.interface_body/issue24865.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/field_initializer_with_other_field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/field_initializer_with_this.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/field_without_initializer.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/hidden_members.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/hidden_members.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/hidden_members_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/hidden_members_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/interface_field_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/interface_field_decl_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/member_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/member_inheritance_private_member.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/member_type_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/member_type_access.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/member_type_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/member_type_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/members_with_same_names.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/methods_overriding.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/multiple_member_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/object_method_declaring.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/object_method_override_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/object_method_override_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/object_method_override_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/private_methods_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/04.interface_members/static_methods_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/external_interface_with_property_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/external_interface_with_property_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/getter_setter_form.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/interface_property_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/readonly_simple_form_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/readonly_simple_form_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/simple_form.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/05.interface_properties/undefined_interface_property_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_abstract_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_default_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/override_multiple_default_methods.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_private_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method_with_wrong_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_requirements/different_access_modifiers.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_requirements/different_return_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_requirements/different_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_requirements/object_method_override.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_requirements/same_return_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/overriding_requirements/same_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/throws_clause_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/06.interface_method_declarations/throws_clause_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_final_interface/verify_inheritance_final_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/inheritance_abstract_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/inheritance_default_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/inheritance_method_with_declared_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/inheritance_private_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/inheritance_private_method_with_declared_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/inheritance_static_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/inheritance_static_private_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_38.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_39.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_40.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_41.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_42.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_43.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_44.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_45.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_46.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_47.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_48.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_49.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_50.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_51.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_52.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_53.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleA.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleB.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceA.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceB.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/childModule.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/parentModule.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_32.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_33.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_34.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_35.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_36.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_37.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_38.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_39.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_40.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/01.enumeration_integer_values/enum_int.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/01.enumeration_integer_values/enum_int.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/01.enumeration_integer_values/enum_int_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/01.enumeration_integer_values/enum_int_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/02.enumeration_string_values/enum_str.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/02.enumeration_string_values/enum_str.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/02.enumeration_string_values/enum_str_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/02.enumeration_string_values/enum_str_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_constant_ordinal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_constant_to_string.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_constant_to_string_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_member_name1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_member_name2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_member_name3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_member_name4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_member_name5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_member_values.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_member_values.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/03.enumeration_operations/enum_type_methods_valueof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/any_number_of_constants.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/const_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/empty_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/enum_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/enum_export.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/repeating_constants.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/simple_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/11.enumerations/to_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/12.error_handling/01.errors/error_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/12.error_handling/01.errors/error_call_stack.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/12.error_handling/01.errors/error_call_with_recovery.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/12.error_handling/01.errors/new_error_define_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/12.error_handling/01.errors/new_error_define_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/import_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/import_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/import_reexported_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/import_reexported_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/module_implicit_import.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/module_implicit_import.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/modules/declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/modules/reexported_directives.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/01.separate_modules/modules/stdlib_implicit_import.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/02.separate_module_initializer/import_statements.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/02.separate_module_initializer/modules/statements.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name_as.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as_non_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/import_same_names.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports_In_one.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_gen.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_same_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_generic_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_tuple.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_variable.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/export_default/selective_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/export_default/single_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_allBinding.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_selectiveBindings.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/export_multiple_default_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_alias.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_boxed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_primitive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir_global.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/dir/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/dir/module_a/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/dir/nesteddir/module_a/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/file/import_baseURL_path_file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/file/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/file/nesteddir/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/06.import_path/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/import.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/import.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/import_all.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/import_as.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/03.import_directives/import_as.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/04.standard_library_usage/core_default_import.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/04.standard_library_usage/core_default_import.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/04.standard_library_usage/stdlib_default_import.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/04.standard_library_usage/stdlib_default_import.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_modules.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_modules.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/05.declaration_modules/declaration_usage_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/init_once/global.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/init_once/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/init_once/test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/init_order/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/module/init_order/test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgA/test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgB/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/package/init_once/global/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/package/init_once/pkg/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/package/init_once/test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/package/init_order/pkg/module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/06.compilation_unit_initialization/package/init_order/test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function_gen.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_generic_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_tuple.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_variable.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/non_default_export_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/nothing_exported.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_exported_element.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_not_exported_element.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_default_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_abstract_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_boxed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_primitive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_tpl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/top_level_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/07.top-level_declarations/top_level_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_declarations_neg9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_storage.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/namespace_storage2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/pack1/namespace_package1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/pack1/namespace_package2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/pack1/namespace_package3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/simple_spec4_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/simple_spec4_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/simple_spec4_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/simple_spec_pos1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/simple_spec_pos2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/simple_spec_pos3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/08.namespace_declarations/simple_spec_pos4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/export_as_same_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_newclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_number.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_string.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/export_nothing.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_between.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_first.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_last.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/no_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/single_as_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/single_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t01/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t01/b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t01/c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t02/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t02/b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t02/c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t02/d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t03/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t03/b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t03/c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t03/d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t04/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t04/b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t04/c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t04/d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t05/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t05/b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t05/c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/01.selective_export_directive/t05/d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient01_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient02_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient03_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/ambient04_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_add_expressions.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_lambda.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_multi_expressions.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_newclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_number.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_string.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/pkg01_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/single_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/02.single_export_directive/single_export.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/class_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b_twice.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/const_as_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/export_already_declared.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/export_as_already_declared.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/export_type_of_as_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_by_old_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_twice.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/module_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/module_all.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/module_all_renamed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/module_b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/module_b_re-export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg01_re-export_all_by_old_names.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg01a/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg01b/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg02_re-export_all_with_rename.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg02a/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg02b/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg03_re-export_all.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg03a/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/pkg03b/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_by_old_names.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_namespace.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_with_rename.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/10.top-level_statements/block_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/10.top-level_statements/block_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/10.top-level_statements/block_execution.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/10.top-level_statements/multiple_block_execution.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/11.program_entry_point/multiple_entrypoints.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_cmdline.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_error_coroutine.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_error_coroutines.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_invalid.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_no_handle_error.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_normal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_normal_coroutine.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_normal_coroutines.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_package.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_top_level.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/13.compilation_units/12.program_exit/program_entry_void.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/01.constant_declarations/constant_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/01.constant_declarations/constant_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/02.function_declarations/function_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/02.function_declarations/function_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/03.class_declarations/class_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/03.class_declarations/class_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/03.class_declarations/class_declarations_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/03.class_declarations/class_declarations_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/04.interface_declarations/interface_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/04.interface_declarations/interface_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/05.namespace_declarations/namespace_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/05.namespace_declarations/namespace_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/bad_ambient_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/14.ambient_declarations/bad_ambient_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subclass_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subinterface_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/obj_cast_to_primitive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_array_types/array_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_array_types/primitive_cast_to_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_generic_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object_with_parameters.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_sub_and_superinterfaces.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_subinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_superclass.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_superinterface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_union_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_other_types/union_type.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/02.type_identity/type_identity_case_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/class_and_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/class_and_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/classes_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/classes_compatibility.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/enums_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/functions_compatibility.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/functions_compatibility.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/functions_compatibility_opt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/functions_compatibility_opt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_negative_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_negative_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_class_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_incorrect.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/rest_params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/rest_params.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/rest_params_spread.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/rest_params_spread.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/single_params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/single_params.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_01a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_01b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_01c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_01d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_10a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_11a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_11b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_11c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_11d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_12a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_12b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_13a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_13b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_13c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/comb_13d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/func_overload.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/func_overload.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un4.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ex_6_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_from_same_cu.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override_module.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_2params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_boxed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_custom.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_enum.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_no_arg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_primitive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_tuple.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_all.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_2params.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_boxed.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_custom.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_generic.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_no_arg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_primitive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_tuple.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_union.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_5_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/09.initializer_block/bad-static-location.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_09.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/15.semantic_rules/semantic_rules_case_31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_spec_examples.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val_n0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far4a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far4b.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far4c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/far4d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_create_from_literal.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_create_from_literal.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_creation_expressions.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/array_creation_expressions.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/expr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/expr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/expr_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/03.array_creation_expressions/expr_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/cte.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/cte.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/ind_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/ind_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/ind_expr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/ind_expr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/ind_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/04.indexable_types/ind_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/05.iterable_types/it.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/05.iterable_types/it.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/ct.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/ct.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/ct1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/06.callable_types/ct1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_body.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/01.final_classes/extend_final_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration_and_inheritance.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/01.final_classes/override_methods_of_final_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call_from_another_final_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_derived_class_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_inside_class_call.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_with_overrided_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/hiding_final_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/10.final_classes_and_methods/02.final_methods/overriding_final_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/11.default_interface_method_declarations/default_interface_method1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/11.default_interface_method_declarations/default_interface_method2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/11.default_interface_method_declarations/private_interface_methods1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/11.default_interface_method_declarations/private_interface_methods2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/13.trailing_lambda/trlambda_func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/13.trailing_lambda/trlambda_func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/13.trailing_lambda/trlambda_met.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/13.trailing_lambda/trlambda_met.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/13.trailing_lambda/trlambda_static_met.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/13.trailing_lambda/trlambda_static_met.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getname.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getname_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_pipeline.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_values.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/14.enumeration_methods/enum_type_methods_values_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/awaiting_coroutine/a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/awaiting_coroutine/a.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/coroutines_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/coroutines_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/promise_class/p.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/15.coroutines/promise_class/p.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions31.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method10.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method12.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method13.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method14.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method15.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method16.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method17.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method18.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method19.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method20.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method21.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method22.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method23.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method24.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method25.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method27.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method28.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method29.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method30.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test/internal_interface_access_in_package.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/class_c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/internal_access_in_package02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test03/internal_access_in_package03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_constructor_access_in_package.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/internal_constructor_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/internal_interface_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p1/init1_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p2/init2_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p3/main_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p4/init4_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p4/init4_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p5/init5_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/02.package_initializer/p6/init6_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_alias.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_explicit_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/package_declarations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/17.packages/package_declarations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return00.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return11.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return9.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_coincide_name_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_coincide_name_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_default_values.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_default_values.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_default_values_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_default_values_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_inheritance_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_inheritance_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_top_level.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_top_level_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/01.declaring_annotations/declaration_type_definition.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/annotation_places.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/annotation_places.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/annotation_places_arrays.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/annotation_places_arrays.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/using_annotations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/using_annotations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/using_annotations_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/02.using_annotations/using_annotations_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/03.exporting_and_importing_annotations/annotation_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/03.exporting_and_importing_annotations/annotation_part_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/03.exporting_and_importing_annotations/to_export.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/03.exporting_and_importing_annotations/to_export_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations/import_ambient_annotation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/04.ambient_annotations/annotation_ambient_decl/import_annotated_decl_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/ipl01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/ipl02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/ipl03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/ipl04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/ipl05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/ipl06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/test_file_01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/test_file_02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/test_file_03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/01.import_path_lookup/test_file_04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_5.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_export0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg3/compilation_units_in_host_system_export2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg3/pkg4/compilation_units_in_host_system_export4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg5/test_empty.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg6/pkg6.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg7.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg7/compilation_units_in_host_system_export4.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/02.compilation_units_in_host_system/pkg8/pkg8.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/05.keyword_struct_and_arkui/struct_class_test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/05.keyword_struct_and_arkui/struct_empty_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/05.keyword_struct_and_arkui/struct_extends_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/05.keyword_struct_and_arkui/struct_implements_interface.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/05.keyword_struct_and_arkui/struct_simple_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates => arkts-cts}/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/01.predefined_types__02.boxed_types/bt.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/01.predefined_types__02.boxed_types/bt.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/01.predefined_types__02.boxed_types/bt_default.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/01.predefined_types__02.boxed_types/bt_nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/01.predefined_types__02.boxed_types/bt_nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/catch.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/catch2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/catch3.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/catch_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/catch_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/exec.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/exec.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/finally.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/finally.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/finally_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/finally_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/spec_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/try.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/02.multiple_catch_clauses_in_try_statements/try.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.implicit_generic_instantiations/func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.implicit_generic_instantiations/func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.implicit_generic_instantiations/lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.implicit_generic_instantiations/lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.implicit_generic_instantiations/meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.implicit_generic_instantiations/meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.types/19.union_types/03.keyof_types/keyof_inner_class.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/03.types/19.union_types/03.keyof_types/keyof_inner_class.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/assn_var/assn-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/assn_var/assn-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/assn_var/assn-var-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/assn_var/assn-var-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_cons/call-cons-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_cons/call-cons-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_cons/call-cons-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_cons/call-cons-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_func/call-func-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_func/call-func-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_func/call-func-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_func/call-func-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_lmbd/call-lmbd-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_lmbd/call-lmbd-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_lmbd/call-lmbd-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_lmbd/call-lmbd-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_meth/call-meth-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_meth/call-meth-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_meth/call-meth-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_meth/call-meth-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_arr/comp-arr-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_arr/comp-arr-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_arr/comp-arr-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_arr/comp-arr-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-clss-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-clss-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-clss-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-clss-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-intf-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-intf-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-intf-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-intf-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_const/decl-const-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_const/decl-const-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_const/decl-const-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_const/decl-const-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_const/decl-const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_const/decl-const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_field/decl-field-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_field/decl-field-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_field/decl-field-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_field/decl-field-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_var/decl-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_var/decl-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_var/decl-var-neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_var/decl-var-neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/04.boxing_conversion/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/assn_var/assn-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/assn_var/assn-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/assn_var/assn-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/assn_var/assn-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_cons/call-cons-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_cons/call-cons-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_cons/call-cons.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_cons/call-cons.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_func/call-func-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_func/call-func-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_func/call-func.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_func/call-func.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd_2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_lmbd/call-lmbd_2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_meth/call-meth-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_meth/call-meth-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_meth/call-meth.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/call_meth/call-meth.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_arr/comp-arr-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_arr/comp-arr-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_arr/comp-arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_arr/comp-arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-clss-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-clss-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-clss.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-clss.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-intf-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-intf-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-intf.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/comp_obj/comp-intf.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_const/decl-const-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_const/decl-const-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_const/decl-const.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_const/decl-const.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_field/decl-field-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_field/decl-field-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_field/decl-field.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_field/decl-field.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_var/decl-var-nan.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_var/decl-var-nan.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_var/decl-var.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/05.unboxing_conversion/decl_var/decl-var.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/ase.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/07.expressions/29.assignment/01.simple_assignment_operator/ord26.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/dir_int_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/dir_int_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/dir_int_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/dir_int_3/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/dir_int_3/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkg_int_A1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkg_int_A2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkg_int_A2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkg_int_B1/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkg_int_B2/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkg_int_B3/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkg_int_B4/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/acc/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/con/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/con/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/con/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/con/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/dir_int_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/dir_int_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/dir_int_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/dir_int_3/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/dir_int_3/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/pkg_int_A1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/pkg_int_A2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/pkg_int_A2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/pkg_int_B1/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/pkg_int_B2/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/constructor/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/dir_int_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/dir_int_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/dir_int_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/dir_int_3/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/dir_int_3/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkg_int_A1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkg_int_A2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkg_int_A2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkg_int_B1/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkg_int_B2/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkg_int_B3/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkg_int_B4/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/fld/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/dir_int_1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/dir_int_2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/dir_int_2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/dir_int_3/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/dir_int_3/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkg_int_A1/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkg_int_A2/file_A.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkg_int_A2/file_B.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkg_int_B1/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkg_int_B2/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkg_int_B3/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkg_int_B4/file.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkgmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/pkgmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/sepmod.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/03.class_members/met/sepmod.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_abstract_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_hided_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_overrided_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/06.method_declarations/06.overriding_methods/throwing_in_abstract_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/06.method_declarations/06.overriding_methods/throwing_in_hided_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/06.method_declarations/06.overriding_methods/throwing_in_overrided_method.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/08.class_initializer/class_initializer_with_throws.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/09.constructor_declaration/constructor_declaration_with_rethrow.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/09.constructor_declaration/constructor_declaration_with_throw.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/access_parent_data_n.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/access_parent_data_n.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_class_with_already_declared_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/09.classes/11.local_classes_and_interfaces/local_interface_with_already_declared_name.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/13.compilation_units/03.import_directives/04.default_import_binding/default_import_struct.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_struct.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/14.enumeration_types_conversions/enum_to_obj_cast.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/14.enumeration_types_conversions/enum_to_obj_cast.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/constructor.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/constructor_call_with_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/constructor_call_with_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/constructor_call_without_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/function_call_with_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/function_call_with_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/function_without_keyword.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/lambda.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/lambda_call_with_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/lambda_call_with_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/01.throwing_functions/lambda_without_keyword.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/constructor_with_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/constructor_without_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/constructor_without_keyword.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/function_call_without_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/function_with_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/function_without_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/lambda_call_without_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/lambda_with_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/02.non_throwing_functions/lambda_without_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/03.rethrowing_functions/rethrowing_function_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/03.rethrowing_functions/rethrowing_function_with_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/03.rethrowing_functions/rethrowing_function_with_default_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/03.rethrowing_functions/rethrowing_function_with_non_throwing_function.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/03.rethrowing_functions/rethrowing_function_with_throw.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/03.rethrowing_functions/rethrowing_function_without_catch.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc00.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc00c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc01c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc02.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc02c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc03.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc03c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc04.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc04c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc05.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc05c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc06.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc06c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc07.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc07c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc08.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/exc08c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/ini00.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/ini00c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/ini01.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/ini01c.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/04.exceptions_and_initialization_expression/spec_example.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/new_exception_define.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/throw_exception.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/throw_exception_with_try_call_0.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/throw_exception_with_try_call_1.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/15.exceptions/throw_exception_with_try_declaration.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/least_upper_bound/negative_cases.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/least_upper_bound/negative_cases.params.yaml (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/least_upper_bound/positive_cases.ets (100%) rename static_core/plugins/ets/tests/{ets-templates_deprecated => arkts-cts_deprecated}/least_upper_bound/positive_cases.params.yaml (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-excluded-DI.txt => arkts-cts/arkts-cts-excluded-DI.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-excluded-JIT-REPEATS.txt => arkts-cts/arkts-cts-excluded-JIT-REPEATS.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-excluded.txt => arkts-cts/arkts-cts-excluded.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-AMD64-AOT.txt => arkts-cts/arkts-cts-ignored-AMD64-AOT.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-AMD64-CPP-ASAN.txt => arkts-cts/arkts-cts-ignored-AMD64-CPP-ASAN.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-AMD64-CPP-OL0.txt => arkts-cts/arkts-cts-ignored-AMD64-CPP-OL0.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-AMD64-CPP.txt => arkts-cts/arkts-cts-ignored-AMD64-CPP.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-AMD64-OL0.txt => arkts-cts/arkts-cts-ignored-AMD64-OL0.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-AMD64-OL2.txt => arkts-cts/arkts-cts-ignored-AMD64-OL2.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-AMD64.txt => arkts-cts/arkts-cts-ignored-AMD64.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-ARM64-AOT.txt => arkts-cts/arkts-cts-ignored-ARM64-AOT.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-ARM64-CPP-OL0.txt => arkts-cts/arkts-cts-ignored-ARM64-CPP-OL0.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-ARM64-JIT.txt => arkts-cts/arkts-cts-ignored-ARM64-JIT.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-ARM64-OL0.txt => arkts-cts/arkts-cts-ignored-ARM64-OL0.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-ARM64.txt => arkts-cts/arkts-cts-ignored-ARM64.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-ASAN.txt => arkts-cts/arkts-cts-ignored-ASAN.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-DI.txt => arkts-cts/arkts-cts-ignored-DI.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-JIT-ASAN.txt => arkts-cts/arkts-cts-ignored-JIT-ASAN.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-JIT-REPEATS.txt => arkts-cts/arkts-cts-ignored-JIT-REPEATS.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-OL2.txt => arkts-cts/arkts-cts-ignored-OL2.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored-TSAN.txt => arkts-cts/arkts-cts-ignored-TSAN.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts/ets-cts-ignored.txt => arkts-cts/arkts-cts-ignored.txt} (100%) rename static_core/plugins/ets/tests/test-lists/{ets-cts => arkts-cts}/chapters.yaml (100%) rename static_core/tests/tests-u-runner-2/cfg/test-suites/{ets-cts.yaml => arkts-cts.yaml} (82%) rename static_core/tests/tests-u-runner-2/runner/extensions/generators/{ets_cts => arkts_cts}/__init__.py (100%) rename static_core/tests/tests-u-runner-2/runner/extensions/generators/{ets_cts => arkts_cts}/benchmark.py (94%) rename static_core/tests/tests-u-runner-2/runner/extensions/generators/{ets_cts => arkts_cts}/copyright.txt (100%) rename static_core/tests/tests-u-runner-2/runner/extensions/generators/{ets_cts => arkts_cts}/ets_templates_generator.py (96%) rename static_core/tests/tests-u-runner-2/runner/extensions/generators/{ets_cts => arkts_cts}/params.py (100%) rename static_core/tests/tests-u-runner-2/runner/extensions/generators/{ets_cts => arkts_cts}/template.py (100%) rename static_core/tests/tests-u-runner-2/runner/extensions/generators/{ets_cts => arkts_cts}/test_template.tpl (100%) rename static_core/tests/tests-u-runner/cfg/{ets-cts-int.yaml => arkts-cts-int.yaml} (90%) diff --git a/.gitattributes b/.gitattributes index 5edf97ff97..d5506fecaf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ *.jpg binary *.gif binary -static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.ets binary -static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.ets binary -static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.sts binary -static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.sts binary +static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/04.line_separators/line_separators.ets binary +static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/03.white_spaces/whitespaces.ets binary +static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/04.line_separators/line_separators.sts binary +static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/03.white_spaces/whitespaces.sts binary diff --git a/static_core/CMakeLists.txt b/static_core/CMakeLists.txt index 7c99057f29..e1852aa4f9 100644 --- a/static_core/CMakeLists.txt +++ b/static_core/CMakeLists.txt @@ -221,7 +221,7 @@ include(cmake/Testing.cmake) #-----Test code quality--------------------------------------------------------- add_custom_target(es2panda-pre-test COMMAND python3 ${CMAKE_CURRENT_SOURCE_DIR}/tools/es2panda/scripts/es2panda_pre_test.py --working-dir ${PANDA_ROOT} --build-root ${CMAKE_CURRENT_BINARY_DIR} - COMMENT "Run parser, runtime, ets-cts, function test cases, clang-tidy and clang-format." + COMMENT "Run parser, runtime, arkts-cts, function test cases, clang-tidy and clang-format." JOB_POOL console ) diff --git a/static_core/REVIEWERS b/static_core/REVIEWERS index 164648a3fc..203ec4b513 100644 --- a/static_core/REVIEWERS +++ b/static_core/REVIEWERS @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Huawei Device Co., Ltd. +# Copyright (c) 2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -126,10 +126,10 @@ static_core/plugins/ets/runtime/types/*promise* ^d static_core/plugins/ets/runtime/types/*typeapi* @aleksander-sotov ^anton-sysoev static_core/plugins/ets/stdlib/escompat/Atomics.sts ^dmitriitr @konstanting static_core/plugins/ets/templates/stdlib/ ^anton-sysoev @aleksander-sotov ^ivan-tyulyandin +static_core/plugins/ets/tests/arkts-cts/ @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov static_core/plugins/ets/tests/benchmarks/ani @ignatenkooleg @v-cherkashin @Prof1983 @asidorov static_core/plugins/ets/tests/benchmarks/interop_js @semenovaleksandr @ignatenkooleg @Prof1983 static_core/plugins/ets/tests/checked/ @Prof1983 -static_core/plugins/ets/tests/ets-templates/ @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov static_core/plugins/ets/tests/ets_es_checked/ ^anton-sysoev @aleksander-sotov ^ivan-tyulyandin static_core/plugins/ets/tests/ets_sdk/ ^anton-sysoev @aleksander-sotov ^ivan-tyulyandin static_core/plugins/ets/tests/interop_js/ ^igelhaus @semenovaleksandr ^rokashevichsvetlana ^kurnevichstanislav @@ -154,9 +154,9 @@ static_core/plugins/ets/stdlib/std/core/Promise.sts ^d static_core/plugins/ets/stdlib/std/core/Type* @aleksander-sotov ^anton-sysoev static_core/plugins/ets/stdlib/std/core/UnionCase.sts @aleksander-sotov ^anton-sysoev static_core/plugins/ets/stdlib/std/core/Value.sts @aleksander-sotov ^anton-sysoev -static_core/plugins/ets/tests/ets-templates/17.experimental_features/ @dmitriitr @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov -static_core/plugins/ets/tests/ets-templates/7.expressions/ @dmitriitr @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov -static_core/plugins/ets/tests/ets-templates/9.classes/ @dmitriitr @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov +static_core/plugins/ets/tests/arkts-cts/17.experimental_features/ @dmitriitr @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov +static_core/plugins/ets/tests/arkts-cts/7.expressions/ @dmitriitr @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov +static_core/plugins/ets/tests/arkts-cts/9.classes/ @dmitriitr @Prof1983 @igelhaus @ragnvald ^amate ^sergeyandreev @maksim-khramov static_core/plugins/ets/tests/ets_func_tests/escompat/ ^anton-sysoev @aleksander-sotov ^ivan-tyulyandin static_core/plugins/ets/tests/ets_func_tests/std/ ^anton-sysoev @aleksander-sotov ^ivan-tyulyandin static_core/plugins/ets/tests/ets_test_suite/atomics/ @konstanting diff --git a/static_core/codecheck_ignore.json b/static_core/codecheck_ignore.json index 1ea2fc9fc4..46740a22db 100644 --- a/static_core/codecheck_ignore.json +++ b/static_core/codecheck_ignore.json @@ -68,7 +68,7 @@ "plugins/ets/tests/ets-common-tests/unions": "*", "plugins/ets/tests/ets_es_checked": "*", "plugins/ets/tests/ets_func_tests": "*", - "plugins/ets/tests/ets-templates": "*", + "plugins/ets/tests/arkts-cts": "*", "plugins/ets/tests/ets_test_suite/CMakeLists.txt": "*", "plugins/ets/tests/ets_test_suite/coroutines/CMakeLists.txt": {"bc-40001": "*"}, "plugins/ets/tests/ets_test_suite/linker": "*", diff --git a/static_core/plugins/ets/README.md b/static_core/plugins/ets/README.md index baf100fdb1..fb5107dace 100644 --- a/static_core/plugins/ets/README.md +++ b/static_core/plugins/ets/README.md @@ -17,5 +17,5 @@ $ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-func-tests --build-dir $BUILD - ## Run cts tests ```bash -$ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-cts --build-dir $BUILD --processes=`nproc` +$ $ARK_ROOT/tests/tests-u-runner/runner.sh --arkts-cts --build-dir $BUILD --processes=`nproc` ``` diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/03.white_spaces/whitespaces.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/03.white_spaces/whitespaces.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/04.line_separators/line_separators.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/04.line_separators/line_separators.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/identifiers_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/06.identifiers/identifiers_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/hard.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/hard.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/hard.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/hard.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/hard.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/hard.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/hard.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/hard.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/reserved.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/reserved.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/reserved.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/reserved.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/reserved.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/reserved.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/reserved.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/reserved.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/soft.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/soft.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/soft.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/soft.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/soft.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/soft.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/soft.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/soft.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/soft_type.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/soft_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/soft_type.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/soft_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/types.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/types.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/07.keywords/types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/07.keywords/types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/incorrect_int_literals.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/int_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/int_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/int_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/int_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/int_literals.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/int_literals.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/int_literals.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/int_literals.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/long_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/long_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/long_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/long_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/long_literals.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/long_literals.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.integer_literals/long_literals.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/02.integer_literals/long_literals.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/float_literals.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/03.floating_point_literals/incorrect_float_literals.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bad_bigint_literals.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_func_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/04.bigint_literals/bigint_literals.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n1.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n1.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n2.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n3.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n4.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n4.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/05.boolean_literals/bool_literals_n4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/codepoints.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/codepoints.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/codepoints.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/codepoints.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/combined.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/combined.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/combined.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/combined.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/escaping.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/escaping.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/escaping.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/escaping.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/hex.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/hex.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/hex.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/hex.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/neg.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/neg.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/spec_examples.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/spec_examples.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/spec_examples.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/spec_examples.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/type.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/type.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/unicode.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/unicode.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/unicode.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/06.string_literals/unicode.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example_2.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example_2.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/spec_example_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_01.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_01.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_02.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_02.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_03.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_03.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n01.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n01.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n02.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n02.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n03.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n03.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/07.multiline_string_literal/templ_n03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal1.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal1.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal2.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal2.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal3.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/08.null_literal/null_literal3.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/08.null_literal/null_literal3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal1.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal1.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal2.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal2.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal3.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/09.undefined_literal/undef_literal3.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/09.literals/09.undefined_literal/undef_literal3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined1.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined1.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined2.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined2.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined3.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined3.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined4.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined4.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined5.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined5.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined6.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/combined6.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/combined6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment1_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment1_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment1_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment1_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment2_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment3_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment3_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment3_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment3_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment4_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment4_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment4_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment4_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment5_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment5_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment5_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment5_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment6_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment6_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment6_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment6_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment7_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment7_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment7_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment7_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment8_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment8_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/multi_line_comment8_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/multi_line_comment8_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/one_line_comment.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/one_line_comment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/one_line_comment.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/one_line_comment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/one_line_comment1_n.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/one_line_comment1_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/one_line_comment1_n.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/10.comments/one_line_comment1_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/semicol_p.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/semicol_p.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/semicol_p.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/semicol_p.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/semicol_p.params.yaml b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/semicol_p.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/semicol_p.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/semicol_p.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/spec_example1.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/spec_example1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/spec_example1.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/spec_example1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/spec_example2.ets b/static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/spec_example2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/spec_example2.ets rename to static_core/plugins/ets/tests/arkts-cts/02.lexical_elements/11.semicolons/spec_example2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_alias.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_alias.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_alias.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_alias.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_alias.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_alias.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_alias.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_alias.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_constructor.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_constructor.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_constructor.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_constructor.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_metod.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_metod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_metod.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_metod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_metod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_metod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_metod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_metod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/pt_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/01.primitive_types/pt_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/hier1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/hier1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/hier1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/hier1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/hier1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/hier1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/hier1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/hier1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_00.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_00.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_00.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_00.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_01.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_01.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_02.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_02.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_03.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_03.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_04.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_04.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_05.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_05.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_06.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_06.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_07.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_07.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_08.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_08.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_09.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_09.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_14.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_14.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_15.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_15.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_16.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_16.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_17.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_17.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_18.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_18.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_19.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_float_19.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_float_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_00.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_00.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_00.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_00.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_01.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_01.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_02.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_02.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_03.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_03.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_04.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_04.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_05.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_05.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_06.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_06.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_07.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_07.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_08.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_08.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_09.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_09.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_14.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_14.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_15.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_15.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_16.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_16.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_17.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_17.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_18.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_18.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_19.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_19.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_20.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_20.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_21.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_21.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_22.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_int_operator_22.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_int_operator_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.numeric_types/nt_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/02.numeric_types/nt_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/arrays_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/arrays_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/arrays_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/arrays_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/arrays_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/arrays_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/arrays_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/arrays_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_types_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_types_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_types_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_types_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_types_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_types_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_types_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_types_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_value_types_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_value_types_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_value_types_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_value_types_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_value_types_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_value_types_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/class_value_types_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/class_value_types_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/using_value_types_names.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/using_value_types_names.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/using_value_types_names.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/using_value_types_names.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/using_value_types_names.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/using_value_types_names.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/using_value_types_names.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/using_value_types_names.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/value_types_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/value_types_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/value_types_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/value_types_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/value_types_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/value_types_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/value_types_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/01.predefined_types/value_types_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/array_readonly_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/01.readonly_array_and_tuple_type/tuple_readonly_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/array_value_types_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/array_value_types_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/array_value_types_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/array_value_types_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/array_value_types_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/array_value_types_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/array_value_types_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/array_value_types_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/function_type_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/function_type_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/function_type_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/function_type_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/types_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/types_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/types_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/types_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/types_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/types_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/03.using_types/types_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/03.using_types/types_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types_generics.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types_generics.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types_generics.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types_generics.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types_generics.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types_generics.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/04.named_types/named_types_generics.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/04.named_types/named_types_generics.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/05.type_references/types_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/05.type_references/types_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/05.type_references/types_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/05.type_references/types_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/05.type_references/types_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/05.type_references/types_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/05.type_references/types_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/05.type_references/types_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/addition/addition_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_and/bitwise_and_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/bitwise_complement_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_or/bitwise_or_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/bitwise_xor_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/convertions/conversions_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_by_zero_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/division/division_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/division/division_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/equal/equal_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/greater_or_equal_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/greater_than/greater_than_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/left_shift/left_shift_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_or_equal/less_or_equal_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/less_than/less_than_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/multiplication/multiplication_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/not_equal/not_equal_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_decrement/postfix_decrement_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/postfix_increment_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_decrement/prefix_decrement_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/prefix_increment/prefix_increment_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_by_zero_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/remainder/remainder_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/right_shift/right_shift_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/string_concatenation/string_concatenation_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/subtraction/subtraction_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/ternary/ternary_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_minus/unary_minus_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_bigint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unary_plus/unary_plus_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_byte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_char.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_long.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/01.integer_types_and_operations/unsigned_right_shift/unsigned_right_shift_short.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/addition/addition_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/division/division_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/equal/equal_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_or_equal/greater_or_equal_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/greater_than/greater_than_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_or_equal/less_or_equal_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/less_than/less_than_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/multiplication/multiplication_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/not_equal/not_equal_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/subtraction/subtraction_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_minus/unary_minus_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/02.floating-point_types_and_operations/unary_plus/unary_plus_float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/bitwise_operators.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/bitwise_operators.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/bitwise_operators.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/bitwise_operators.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/boolean_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/boolean_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/boolean_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/boolean_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/conditional_operator_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/equality_operators.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/logical_complement_operator.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/logical_complement_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/logical_complement_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/logical_complement_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/string_concatenation_operator.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/string_concatenation_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/string_concatenation_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/string_concatenation_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/06.value_types/03.boolean_type_and_operations/types_initialization.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/intersection_type_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/intersection_type_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/intersection_type_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/intersection_type_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/intersection_type_initialization.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/intersection_type_initialization.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/intersection_type_initialization.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/intersection_type_initialization.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types_generics.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types_generics.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types_generics.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types_generics.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types_generics.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types_generics.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/named_types_generics.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/named_types_generics.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/type_variables.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/type_variables.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/type_variables.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/type_variables.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/type_variables.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/type_variables.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/type_variables.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/07.reference_types/type_variables.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/cast_to_object.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/cast_to_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/cast_to_object.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/cast_to_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/class_methods.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/class_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/class_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/class_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/class_methods.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/class_methods.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/class_methods.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/class_methods.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/conditional_operator_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/conditional_operator_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/conditional_operator_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/conditional_operator_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/conditional_operator_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/conditional_operator_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/conditional_operator_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/conditional_operator_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/equality_operator_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/equality_operator_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/equality_operator_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/equality_operator_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/equality_operator_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/equality_operator_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/equality_operator_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/equality_operator_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/explicit_cast_operator.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/explicit_cast_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/explicit_cast_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/explicit_cast_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/field_access.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/field_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/field_access.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/field_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/implicit_cast_operator.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/implicit_cast_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/implicit_cast_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/implicit_cast_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/instanceof_operator.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/instanceof_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/instanceof_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/instanceof_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/object_methods.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/object_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/object_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/object_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/object_methods.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/object_methods.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/object_methods.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/object_methods.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/object_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/object_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/object_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/object_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/one_link_on_two_objects.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/one_link_on_two_objects.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/one_link_on_two_objects.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/one_link_on_two_objects.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/string_concatenation_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/string_concatenation_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/string_concatenation_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/string_concatenation_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/string_concatenation_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/string_concatenation_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/08.type_object/string_concatenation_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/08.type_object/string_concatenation_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_function4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_function4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance_neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/09.type_never/never_class_instance_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/09.type_never/never_class_instance_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/generic_void.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/generic_void.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/generic_void.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/generic_void.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_return_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_return_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_return_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_return_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_in_expression.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_in_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_in_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_in_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_union_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_union_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_union_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_union_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_union_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_union_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_union_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_union_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_union_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_union_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/10.type_void/void_type_union_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/10.type_void/void_type_union_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_array3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_array3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_enum.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_enum1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_enum1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_enum1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_enum1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_example.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_example.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_example_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_example_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_example_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_example_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_generic4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_generic4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_incorrect_usage.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_incorrect_usage.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_incorrect_usage.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_incorrect_usage.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_incorrect_usage.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_incorrect_usage.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_incorrect_usage.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_incorrect_usage.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword_3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_keyword_3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_keyword_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_literal.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_literal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_literal.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_literal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_literal1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_literal1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_literal1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_literal1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_literal2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_literal2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_literal2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_literal2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_nullish.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_nullish.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_nullish.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_nullish.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_nullish.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_nullish.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_nullish.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_nullish.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_switch.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_switch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_switch.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_switch.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union5.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/undefined_union5.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/11.type_undefined/undefined_union5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null5.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null5.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null6.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null6.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null7.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null7.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null8.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null8.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null9.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/12.type_null/null9.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/12.type_null/null9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/change_string_value.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/change_string_value.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/change_string_value.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/change_string_value.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/string_literal.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/string_literal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/string_literal.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/string_literal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/string_type_declaration_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/string_type_declaration_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/string_type_declaration_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/string_type_declaration_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/string_type_declaration_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/string_type_declaration_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/string_type_declaration_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/string_type_declaration_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/strings_addition.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/strings_addition.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/13.type_string/strings_addition.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/13.type_string/strings_addition.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_args.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_args.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_args.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_args.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_args.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_args.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_args.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_args.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_arr.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_arr.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_clss.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_clss.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fdef.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fdef.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fdef.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fdef.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fdef.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fdef.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fdef.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fdef.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld_gen.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld_gen.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld_gen.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld_gen.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld_gen.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld_gen.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_fld_gen.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_fld_gen.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_tup.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_tup.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_tup.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_tup.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_tup.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_tup.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_tup.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_tup.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_un.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_un.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/14.type_bigint/bint_un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/14.type_bigint/bint_un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/literals_without_supertype_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_01.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_01.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_02.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_02.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_03.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_03.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_04.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_04.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_05.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_05.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_06.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_06.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_07.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_07.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_08.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_08.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_09.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_09.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_14.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_14.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_15.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_15.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_16.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_16.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_17.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_17.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_18.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_18.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_19.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_19.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_20.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_20.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_21.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_21.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_22.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_22.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_23.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_23.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_24.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_24.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_25.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_25.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_26.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_26.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_27.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_27.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_28.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_28.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_29.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_29.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_30.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_30.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_31.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_31.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_32.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_32.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_33.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_33.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_34.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_34.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_35.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_35.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_36.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_36.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_37.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_37.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_38.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_38.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_38.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_38.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_39.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_39.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_39.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_39.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_40.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_40.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_40.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_40.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_41.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_41.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_41.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_41.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_42.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_42.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_42.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_42.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_43.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_43.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_43.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_43.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_44.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_44.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_44.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_44.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_45.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_45.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_45.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_45.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_46.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_46.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_46.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_46.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_47.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_47.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_47.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_47.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_48.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_48.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_48.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_48.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_49.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_49.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_49.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_49.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_50.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_50.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_50.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_50.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_51.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_51.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_51.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_51.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_52.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_52.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_52.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_52.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_53.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_53.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_53.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_53.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_54.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_54.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_54.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_54.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_55.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_55.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_55.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_55.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_56.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_56.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_56.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_56.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_57.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_57.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_57.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_57.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_58.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_58.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_58.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_58.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_59.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_59.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_59.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_59.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_60.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_60.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_60.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_60.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_61.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_61.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_61.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_61.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_62.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_62.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_62.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_62.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_63.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_63.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_63.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_63.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_64.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_64.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_64.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_64.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_65.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_65.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_65.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_65.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_66.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_66.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_66.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_66.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_67.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_67.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_67.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_67.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_68.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_68.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_68.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_68.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_69.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_69.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_69.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_69.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_70.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_70.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_70.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_70.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_71.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_71.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_71.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_71.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_72.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_72.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_72.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_72.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_73.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_73.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_73.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_73.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_74.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_74.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_74.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_74.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_75.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_75.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_75.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/01.supertypes_of_literal_types/primitive_type_default_tests_75.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operations_on_literal_types2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_5.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_5.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_6.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_6.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_7.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_7.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_8.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_8.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_9.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_9.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/02.operations_on_literal_types/operationson_literal_class_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/as_const.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/as_const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/as_const.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/as_const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/as_const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/as_const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/as_const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/as_const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/class_literal_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/class_literal_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/class_literal_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/class_literal_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/class_literal_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/class_literal_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/class_literal_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/class_literal_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/const_literal_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/const_literal_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/const_literal_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/const_literal_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/const_literal_type_neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/const_literal_type_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/const_literal_type_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/const_literal_type_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/custom_literal_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/custom_literal_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/custom_literal_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/custom_literal_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/custom_literal_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/custom_literal_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/custom_literal_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/custom_literal_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/function_literal_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/function_literal_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/function_literal_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/function_literal_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/function_literal_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/function_literal_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/function_literal_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/function_literal_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/overriding_literal_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/overriding_literal_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/overriding_literal_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/overriding_literal_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/overriding_literal_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/overriding_literal_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/overriding_literal_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/overriding_literal_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/supported_literal_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/supported_literal_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/supported_literal_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/supported_literal_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/supported_literal_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/supported_literal_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/supported_literal_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/supported_literal_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/unsupported_literal_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/unsupported_literal_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/unsupported_literal_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/unsupported_literal_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/unsupported_literal_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/unsupported_literal_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/unsupported_literal_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/15.literal_types/unsupported_literal_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/form_1_assign_to_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/form_1_assign_to_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/form_1_assign_to_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/form_1_assign_to_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/form_2_assign_to_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/form_2_assign_to_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/form_2_assign_to_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/form_2_assign_to_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_one_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/grow_array_form_two_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/put_to_empty_form_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2a.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2a.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2b.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2b.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2c.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2c.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2d.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar2d.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar2d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar3a.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar3a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar3a.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar3a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar3b.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar3b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rar3b.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rar3b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat00.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat00.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat00.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat00.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat02.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat02.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat04.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat04.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat06.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat06.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat07.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat07.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat08.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat08.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat09.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat09.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat14.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat14.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat17.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat17.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat18.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat18.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat19.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat19.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat20.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat20.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat21.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat21.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat22.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat22.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat23.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat23.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat24.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat24.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat25.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat25.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat26.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat26.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat27.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat27.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat28.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat28.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat29.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat29.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat30.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat30.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat31.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat31.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat32.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat32.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat33.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat33.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat34.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat34.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat_ext.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/rat_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/rat_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/resizable_array.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/resizable_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/resizable_array.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/resizable_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/resizable_array.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/resizable_array.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/resizable_array.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/resizable_array.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/shrink_array_form_one.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/shrink_array_form_one.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/shrink_array_form_one.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/shrink_array_form_one.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/shrink_array_form_two.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/shrink_array_form_two.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/shrink_array_form_two.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/01.resizable_array_types/shrink_array_form_two.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/array_index.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/array_index.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/array_index.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/array_index.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/array_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/array_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/array_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/array_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/array_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/array_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/array_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/array_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/object.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/object.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/various_data_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/various_data_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/various_data_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/16.array_types/various_data_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/17.tuple_types/tt_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/17.tuple_types/tt_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative_rt.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative_rt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative_rt.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative_rt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative_rt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative_rt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/negative_rt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/negative_rt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/positive.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/positive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/positive.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/positive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/positive.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/positive.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/01.type_function/positive.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/01.type_function/positive.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_assert.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_assert.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_assert.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_assert.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_signature.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_type.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_type.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/function_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/function_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/incorrect_function_name.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/incorrect_function_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/incorrect_function_name.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/incorrect_function_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/incorrect_function_name.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/incorrect_function_name.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/incorrect_function_name.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/incorrect_function_name.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/long_function_name.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/long_function_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/long_function_name.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/long_function_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/parametrized_function_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/parametrized_function_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/parametrized_function_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/parametrized_function_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/return_lambda.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/return_lambda.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/return_lambda.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/return_lambda.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/returning_function_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/returning_function_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/returning_function_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/returning_function_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/same_constructor_signature.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/same_constructor_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/same_constructor_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/same_constructor_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/same_function_signature.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/same_function_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/same_function_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/same_function_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/same_method_sibnature.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/same_method_sibnature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/18.function_types/same_method_sibnature.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/18.function_types/same_method_sibnature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/norm.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/norm.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/norm.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/norm.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/norm.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/norm.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/norm.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/norm.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn01.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn01.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn02.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn02.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn03.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn03.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn04.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn04.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn05.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn05.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn06.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn06.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn07.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn07.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn08.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn08.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn09.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn09.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn14.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn14.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn15.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn15.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn16.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/01.union_types_normalization/utn16.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/01.union_types_normalization/utn16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_14.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_14.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_15.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_15.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_16.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_16.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_17.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_17.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_18.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_18.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_19.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_19.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_20.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_20.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_21.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_21.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_22.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_22.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_5.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_5.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_6.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_6.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_7.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_7.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_8.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_8.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_9.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_9.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/accessto_common_union_members_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_fld3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_meth3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_spec.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_spec.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_spec.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_spec.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_spec.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_spec.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/cm_spec.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/02.access_to_common_union_members/cm_spec.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_class.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_class.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_example.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_example.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_example_neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_example_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_example_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_example_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_generic.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_generic.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_generic.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_generic.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_generic.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_getter_setter.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_getter_setter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_getter_setter.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_getter_setter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_getter_setter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_getter_setter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_getter_setter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_getter_setter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_inheritance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_inheritance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_inheritance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_inheritance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_interface.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_module.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_module.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_module.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_module.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_module.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_module.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_predefined.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_predefined.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_predefined.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_predefined.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_predefined.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_predefined.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_predefined.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_predefined.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_unsupported.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_unsupported.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_unsupported.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_unsupported.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_unsupported.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_unsupported.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/keyof_unsupported.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/keyof_unsupported.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/module.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/module.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/03.keyof_types/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/assignment_of_arrays_with_union_types_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/assignment_of_arrays_with_union_types_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/types_as_function_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/types_as_function_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_assignment.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_assignment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_assignment.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_assignment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_assignment.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_assignment.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_assignment.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_assignment.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_error_assignment.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_error_assignment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_error_assignment.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_error_assignment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_error_assignment.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_error_assignment.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_error_assignment.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_error_assignment.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/union_type_narrowing_attribute_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/union_type_narrowing_attribute_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/united_switch_ext.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/united_switch_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/united_switch_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/united_switch_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/united_switch_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/united_switch_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/united_switch_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/united_switch_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_2.sts b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_2.sts similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_2.sts rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_2.sts diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ut_n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/19.union_types/ut_n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/array_nullable_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/array_nullable_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/array_nullable_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/array_nullable_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/array_nullable_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/array_nullable_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/array_nullable_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/array_nullable_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/assign_nullable_to_object.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/assign_nullable_to_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/assign_nullable_to_object.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/assign_nullable_to_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/assign_nullable_to_object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/assign_nullable_to_object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/assign_nullable_to_object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/assign_nullable_to_object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_primitive_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_primitive_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_primitive_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_primitive_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_primitive_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_primitive_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_primitive_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_primitive_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_10.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_10.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_11.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_11.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_12.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_12.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_13.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_13.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_14.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_14.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_15.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_15.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_16.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_16.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_4.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_4.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_5.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_5.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_6.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_6.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_7.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_7.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_8.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_8.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_9.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullable_types_operations_9.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullable_types_operations_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n0.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n0.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n1.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n1.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n2.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n3.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_not_compatible_with_object_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_not_compatible_with_object_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_pt.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_pt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_pt.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_pt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_pt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_pt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/nullish_pt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/nullish_pt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/reference_nullable_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/reference_nullable_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/reference_nullable_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/reference_nullable_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/reference_nullable_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/reference_nullable_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/20.nullish_types/reference_nullable_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/20.nullish_types/reference_nullable_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_classes.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_classes.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_classes.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_classes.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_classes.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_classes.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_classes.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_classes.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_global_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_global_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_global_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_global_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_global_parameter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_global_parameter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_global_parameter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_global_parameter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_nullable_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_nullable_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_nullable_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_nullable_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_nullable_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_nullable_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_nullable_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_nullable_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_primitive_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_primitive_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_primitive_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_primitive_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_primitive_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_primitive_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_primitive_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_primitive_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_reference_types.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_reference_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/21.default_values_for_types/default_value_for_reference_types.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/21.default_values_for_types/default_value_for_reference_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_const/decl-const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_const/decl-const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-neg.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-neg.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_conversion/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_conversion/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_const/decl-const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_const/decl-const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/alias_unconversion/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/alias_unconversion/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/type_params.ets b/static_core/plugins/ets/tests/arkts-cts/03.types/type_params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/type_params.ets rename to static_core/plugins/ets/tests/arkts-cts/03.types/type_params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/03.types/type_params.params.yaml b/static_core/plugins/ets/tests/arkts-cts/03.types/type_params.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/03.types/type_params.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/03.types/type_params.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/qualified_name.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/01.names/qualified_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/qualified_name.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/01.names/qualified_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/qualified_name.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/01.names/qualified_name.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/qualified_name.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/01.names/qualified_name.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_co.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_co.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_co.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_co.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_rt.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_rt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_rt.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2_rt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n10.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n10.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n11.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n11.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n4.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n4.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n5.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n5.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n6.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n6.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n7.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n7.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n8.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n8.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n9.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n9.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl_n9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level_protected1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level_protected1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level_protected1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level_protected1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level_protected2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level_protected2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level_protected2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level_protected2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level_public.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level_public.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/class_level_public.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/class_level_public.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/diff_spaces.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/diff_spaces.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/diff_spaces.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/diff_spaces.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/function_level.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/function_level.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/function_level.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/function_level.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/function_level_n1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/function_level_n1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/function_level_n1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/function_level_n1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/hoisting.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/hoisting.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/hoisting.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/hoisting.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/interface_level1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/interface_level1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/interface_level1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/interface_level1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/interface_level2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/interface_level2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/interface_level2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/interface_level2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/module_level.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/module_level.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/module_level.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/module_level.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/nested1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/nested1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/nested1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/nested1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/nested2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/nested2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/nested2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/nested2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/nested3_n.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/nested3_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/nested3_n.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/nested3_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/testing_package_level_scope/package_level.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/testing_package_level_scope/package_level.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/testing_package_level_scope/package_level.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/testing_package_level_scope/package_level.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_class_neg_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_func.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_func.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_interface.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/type_param_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/type_param_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_block_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_block_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_block_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_block_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_block_decl_1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_block_decl_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_block_decl_1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_block_decl_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_class_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_class_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_class_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_class_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_decl_name.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_decl_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_decl_name.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_decl_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_decl_name.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_decl_name.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_decl_name.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_decl_name.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_enum_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_enum_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_enum_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_enum_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_func_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_func_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_func_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_func_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_intf_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_intf_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/unique_intf_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/04.scopes/unique_intf_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_declaration_areas.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_class_field.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_class_field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_class_field.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_class_field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_class_field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_class_field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_class_field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_class_field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_const_enum.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_interface_prop.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_params.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_params.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_params.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_params.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_params.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_params.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/05.accessible/type_name_variable_enum.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_gen.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/alias_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/mod/mod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/pkg_a/pkg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/scope.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec4.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec4.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec5.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec5.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/spec5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/06.type_declarations/decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/incorrect_var_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/var_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_0.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_0.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_10.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_10.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_11.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_11.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_12.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_12.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_13.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_13.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_14.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_14.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_15.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_15.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_16.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_16.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_4.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_4.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_5.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_5.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_6.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_6.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_7.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_7.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_8.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_8.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_9.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_9.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/01.variable_declarations/variable_declarations_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/bad_const_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/const_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/03.assignability_with_initializer/initializer_compatibility_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n4.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n4.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/infer_n4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_0.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_0.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_10.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_10.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_11.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_11.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_12.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_12.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_13.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_13.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_14.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_14.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_15.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_15.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_4.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_4.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_5.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_5.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_6.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_6.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_7.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_7.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_8.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_8.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_9.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_9.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/07.variable_and_constant_declarations/04.type_inference_from_initializer/type_inference_from_initializer_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/param_list_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/spec_example.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/spec_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/spec_example.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/spec_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_context_and_conversion.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_custom_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_arr_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_edit_tuple_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/readonly_neg_2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/04.optional_parameters/opt_param_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_0.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_0.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_10.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_10.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_11.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_11.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_4.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_4.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_5.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_5.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_6.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_6.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_7.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_7.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_8.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_8.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_9.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_9.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/function_declarations_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/rest_parameter_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/scope_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/06.shadowing_parameters/shadowing3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/07.return_type/ret_type_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/08.return_type_inference/ret_type_infer.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/function_decl_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function4.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/nested_function4.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/nested_function4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/throws_clause_1.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/throws_clause_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/throws_clause_1.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/throws_clause_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/throws_clause_2.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/throws_clause_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/throws_clause_2.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/throws_clause_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/throws_clause_3.ets b/static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/throws_clause_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/throws_clause_3.ets rename to static_core/plugins/ets/tests/arkts-cts/04.names_declarations_and_scopes/08.function_declarations/throws_clause_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/example.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/example.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/example2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/example2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/example2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/example2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class_2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class_2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint_extends_class_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_example.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_object_compatibility.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_self_dependency.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_union_normalization.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_wrong_constraint_extends_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class_2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class_2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_extends_class_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint_multiple.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_wrong_constraint_extends_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_Interface_2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_Interface_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_Interface_2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_Interface_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint_extends_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_self_dependency.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_wrong_constraint_extends_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_wrong_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_constraint_multiple.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_with_body_wrong_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/class_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_missing_nondefault_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_missing_nondefault_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_missing_nondefault_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_missing_nondefault_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/wrong_class_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_missing_nondefault_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_missing_nondefault_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_missing_nondefault_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_missing_nondefault_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/function_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/wrong_function_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/interface_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_missing_nondefault_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_missing_nondefault_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_missing_nondefault_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_missing_nondefault_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/wrong_interface_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_missing_nondefault_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_missing_nondefault_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_missing_nondefault_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_missing_nondefault_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/method_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/wrong_method_type_parameter_default.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/class_type_parameter_variance_inheritance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/func_type_variance_interleaving.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_in.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/type_parameter_variance_out.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_type_parameter_variance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_classes/wrong_variance_modifier_use.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/func_type_variance_interleaving.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/interface_type_parameter_variance_inheritance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_in.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/type_parameter_variance_out.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_type_parameter_variance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/03.type_parameter_variance/generic_interfaces/wrong_variance_modifier_use.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_classes/generic_class_self_dependency.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/01.type_parameters/generic_interfaces/generic_interface_self_dependency.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_non_generic.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/malformed_parameterized_decl_not_same_params_number.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_args_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/class_variance_neg2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args1_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args2_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args3_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args4_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/constr_args5_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args1_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/func_args3_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_args_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/interface_variance_neg1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args1_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args2_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/method_args3_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/wrong_wildcard_bound.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n3.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/class_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n3.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/func_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n3.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n4.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n4.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/interface_n4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/lmbd_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/02.explicit_generic_instantiations/meth_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/func_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/lmbd_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/meth_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/basic_instantiations.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/basic_instantiations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/basic_instantiations.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/basic_instantiations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/basic_instantiations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/basic_instantiations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/basic_instantiations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/02.generic_instantiations/basic_instantiations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/incorrect_parameter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/method_excluded_from_partial.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_abstract.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_extends.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_extends.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_extends.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_extends.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_extends.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_extends.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_extends.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_extends.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_implements.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_implements.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_implements.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_implements.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_implements.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_implements.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_implements.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_implements.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/module_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/module_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_abstract.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_compatibility.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_example_getter_setter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_example_getter_setter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_example_getter_setter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_example_getter_setter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_example_transform.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_example_transform.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_example_transform.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_example_transform.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_generic.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_generic.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_generic.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_generic.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_generic.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_getter_and_setter_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_inherit.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_inherit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_inherit.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_inherit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_inherit2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_inherit2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_inherit2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_inherit2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_inherit3.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_inherit3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_inherit3.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_inherit3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/partial_type_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/static_partial_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/01.partial_utility_type/type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/incorrect_parameter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/method_excluded_from_required.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_abstract.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_compatibility_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_example.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_example.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_example_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_example_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_example_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_example_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_int.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_int.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_getter_and_setter_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_abstract.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_extends.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_extends.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_extends.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_extends.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_implements.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_implements.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_implements.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_implements.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_implements.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_implements.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_implements.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_implements.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_module_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_module_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_no_fields.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_no_fields.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_no_fields.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_no_fields.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_no_fields.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_no_fields.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_no_fields.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_no_fields.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/required_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/required_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/02.required_utility_type/type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/example_edit_readonly_field.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/example_edit_readonly_field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/example_edit_readonly_field.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/example_edit_readonly_field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/example_readonly_assignability.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/example_readonly_assignability.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/example_readonly_assignability.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/example_readonly_assignability.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/method_excluded_from_readonly.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_compatibility_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/03.readonly_utility_type/readonly_type_reassignment.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec3.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec3.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/rec3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/04.record_utility_type/rec3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_0.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_0.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_1.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_1.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_2.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_2.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_3.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_3.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_4.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_4.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/private_field_check_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf01.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf01.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf02.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf02.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf03.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf03.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf04.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf04.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf05.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf05.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf06.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf06.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf07.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf07.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf08.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf08.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf09.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf09.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf10.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf10.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf11.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf11.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf12.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf12.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf13.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf13.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf14.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf14.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf15.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf15.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf16.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf16.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf17.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf17.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf18.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf18.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf19.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf19.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf20.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf20.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf21.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf21.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf22.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf22.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf23.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf23.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf24.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf24.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf25.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf25.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf26.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf26.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf27.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf27.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf28.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf28.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf29.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf29.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf30.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf30.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf31.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf31.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf32.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf32.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf33.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf33.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf34.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf34.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf35.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf35.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf36.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf36.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf37.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf37.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf38.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf38.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf38.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf38.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf39.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf39.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf39.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf39.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf40.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf40.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf40.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf40.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf41.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf41.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf41.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf41.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf42.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf42.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf42.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf42.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf43.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf43.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf43.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf43.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf44.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf44.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf44.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf44.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf45.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf45.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf45.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf45.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf46.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf46.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf46.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf46.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf47.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf47.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf47.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf47.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf48.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf48.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf48.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf48.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf49.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf49.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf49.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf49.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf50.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf50.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/utpf50.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/05.utility_type_private_field/utpf50.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/exported_data.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/exported_data.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/exported_data.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/exported_data.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type_usage.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type_usage.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type_usage.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type_usage.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type_usage.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type_usage.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/incorrect_utility_type_usage.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/03.utility_types/incorrect_utility_type_usage.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_compile_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_new.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/create_array_using_generic_types/create_array_using_generic_types_run_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_class.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_class.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/generic_inheritance/generic_inheritance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface_with_union.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface_with_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface_with_union.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/implementation_of_different_types/implement_generic_interface_with_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/bridge_methods_generic.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic_n.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic_n.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/function_generic_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/function_generic_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/generic_function.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/generic_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/generic_function.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/generic_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/generic_function_call.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/generic_function_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_functions/generic_function_call.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_functions/generic_function_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_in_out/generic_in_out_only_compile.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/check_return_value_type.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/check_return_value_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/check_return_value_type.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/check_return_value_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/check_return_value_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/check_return_value_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/check_return_value_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/check_return_value_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_function.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_function.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_function.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_function.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_function.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_function.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/generic_interface_static_member.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/interface_generic.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/interface_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/interface_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/interface_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/interface_generic.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/interface_generic.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/interface_generic.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/interface_generic.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.ets diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.params.yaml b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_interfaces/verify_generic_method_params_case.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_methods/generic_methods.ets b/static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_methods/generic_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_methods/generic_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/05.generics/generic_declarations/generic_methods/generic_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/array_primitive2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing2_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/boxing_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/forbidden_compile2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity2_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/identity_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/null_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/null_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_boxing_nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_narrowing.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_unboxing.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_wide_narrow.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/prim_widening.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/ref_widening_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing2_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unboxing_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/unrelated_refs.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_prim_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/01.assignment-like_contexts/widening_refs_unbox_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/conversion.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/conversion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/conversion.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/conversion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/conversion.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/conversion.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/conversion.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/conversion.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_null.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_null.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_null.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_null.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_null.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_null.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_null.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_null.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_prim.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_prim.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_prim.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_prim.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_prim.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_prim.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_prim.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_prim.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_ref.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/02.string_operator_contexts/str_undefined.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_arith_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bitwise.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_bool_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/result_type_cond.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/conv.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/conv.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/conv.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/conv.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/conv.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/conv.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/conv.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/conv.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_access_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/array_creation_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/bitwise_complement_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/shift_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_minus_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/unary_plus_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/boxing.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc_nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc_nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc_nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/num_cc_nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/01.numeric_casting_conversions/unboxing2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_1a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2b.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2b.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_2b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_3a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_4a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/cce_5a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_1a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/neg_gen2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_1a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_2a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_3a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4b.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4b.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/pos_4b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/predef_ref_prim.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/userdef_ref2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/class_from_object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/func_type_from_object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/ref_type_from_object_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/tuple_from_object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_object/union_type_from_object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectbool.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectbool.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectbool.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectbool.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectstr.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectstr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectstr.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectstr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_array_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_brgint_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_brgint_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_brgint_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_brgint_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_class_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_date_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_date_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_date_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_date_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_enum_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_function_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_5.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_5.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_interface_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_map_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_null_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_null_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_null_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_null_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_5.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_5.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_6.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_6.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_7.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_7.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_8.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_8.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_number_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_5.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_5.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_7.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_7.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_obj_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_regex_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_regex_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_regex_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_regex_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_set_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_tuple_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_undefined_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_undefined_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_undefined_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_undefined_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_union_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_union_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_union_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectto_union_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectunknown.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectunknown.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectunknown.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/objectunknown.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample_neg.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/sample_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_type_parameter/value.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/cast_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/cce.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/impl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/spec.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/spec.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/spec.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/spec.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/un2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_enum_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_enum_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_enum_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_enum_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_int_enum.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_int_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_int_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_int_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_intvalue_enumvalue.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_intvalue_enumvalue.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_intvalue_enumvalue.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_intvalue_enumvalue.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_string_enum.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_string_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_string_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_string_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_stringvalue_enumvalue.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_stringvalue_enumvalue.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_stringvalue_enumvalue.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/07.casting_conversions_to_enumeration/cte_stringvalue_enumvalue.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/identity.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/invalid2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/sequenced.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/04.casting_contexts_and_conversions/widening_refs.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetochar.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetochar.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetochar.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetochar.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetodouble.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetodouble.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetodouble.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetodouble.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetofloat.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetofloat.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetofloat.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetofloat.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoint.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoint.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetolong.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetolong.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetolong.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetolong.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoshort.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoshort.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoshort.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/bytetoshort.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartodouble.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartodouble.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartodouble.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartodouble.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartofloat.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartofloat.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartofloat.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartofloat.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartoint.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartoint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartoint.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartoint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartolong.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartolong.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartolong.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/chartolong.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_const/decl-const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_field/decl-st-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-ident.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtodouble.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtodouble.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtodouble.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtodouble.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtofloat.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtofloat.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtofloat.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtofloat.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtoint.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtoint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtoint.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtoint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtolong.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtolong.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtolong.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/enumtolong.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/floattodouble.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/floattodouble.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/floattodouble.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/floattodouble.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttodouble.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttodouble.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttodouble.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttodouble.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttofloat.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttofloat.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttofloat.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttofloat.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttolong.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttolong.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttolong.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/inttolong.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtodouble.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtodouble.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtodouble.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtodouble.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtofloat.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtofloat.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtofloat.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/longtofloat.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttodouble.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttodouble.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttodouble.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttodouble.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttofloat.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttofloat.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttofloat.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttofloat.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttoint.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttoint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttoint.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttoint.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttolong.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttolong.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttolong.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/shorttolong.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/call-cons-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/call-func-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/call-lmbd-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/call-meth-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-class-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/decl-const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/decl-st-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var-n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/assn_var/assn-var_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_cons/call-cons_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_func/call-func_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_lmbd/call-lmbd_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/call_meth/call-meth_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_arr/comp-arr_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/comp_obj/comp-obj_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_field/decl-field_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-lit_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-un.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var-wd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/decl_var/decl-var_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion5.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion5.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion6.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion6.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion7.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion7.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/nouniontounion7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5a.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5a.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec5b_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec6.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec6.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec7.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec7.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec8.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec8.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec9.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec9.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/spec9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/textuniontonounion.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/textuniontonounion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/textuniontonounion.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/textuniontonounion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/uniontowider.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/uniontowider.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/uniontowider.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/04.widening_union_conversions/uniontowider.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/assn_var/assn-var_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-clss_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/comp_obj/comp-intf_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_const/decl-const_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_field/decl-field_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/decl_var/decl-var_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/contravariancetotype.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/contravariancetotype.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/contravariancetotype.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/contravariancetotype.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/covariancetotype.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/covariancetotype.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/covariancetotype.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/covariancetotype.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var-n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_0.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_0.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_10.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_10.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_11.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_11.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_12.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_12.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_13.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_13.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_5.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_5.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_6.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_6.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_7.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_7.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_8.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_8.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_9.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_9.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/function_types_conversions_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/nooptionaltooptional.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/nooptionaltooptional.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/nooptionaltooptional.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/nooptionaltooptional.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec1.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec1.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec3.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec3.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec4.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec4.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/spec4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/subtype_to_supertype_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/assn_var/assn-var_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons2_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_cons/call-cons_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func2_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_func/call-func_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_lmbd/call-lmbd_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth2_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/call_meth/call-meth_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_arr/comp-arr_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/comp_obj/comp-obj_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/decl-field_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_var/decl-var_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/enum2str.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/int2enum_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/str2enum_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/assn_var/assn-var2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_cons/call-cons2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_func/call-func2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_lmbd/call-lmbd2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/call_meth/call-meth2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_arr/comp-arr2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/comp_obj/comp-obj2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_field/decl-field2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/05.implicit_conversions/12.literal_type_conversions/decl_var/decl-var2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.ets b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.ets rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.ets diff --git a/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.params.yaml b/static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/06.contexts_and_conversions/attempt_invalid_type_conversion/attemp_invalid_type_conversion_only_compile.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae7.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae7.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae8.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae8.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ae8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/aioobe5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/cce2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/nase3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/npe3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/oome1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/oome1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/oome1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/oome1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/int_parens.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/add.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/add.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/add.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/add.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bitwise.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bitwise.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bitwise.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bitwise.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_cond.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_cond.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_cond.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_cond.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_tern.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_tern.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_tern.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/bool_tern.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/cast.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/cast.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/comb.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/comb.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/comb.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/comb.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/div.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/div.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/div.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/div.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/instanceof.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/instanceof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/instanceof.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/instanceof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mod.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mod.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mul.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mul.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mul.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/mul.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/null_coalescing.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/null_coalescing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/null_coalescing.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/null_coalescing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/postfix.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/postfix.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/postfix.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/postfix.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/prefix.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/prefix.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/prefix.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/prefix.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/rel.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/rel.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/rel.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/rel.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/shift.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/shift.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/shift.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/shift.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/sub.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/sub.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/sub.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/sub.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ternary.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ternary.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ternary.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ternary.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/typeof.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/typeof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/typeof.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/typeof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/unary.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/unary.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/unary.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/03.operator_precedence/unary.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/04.evaluation_of_arguments/arg_order_function.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/04.evaluation_of_arguments/arg_order_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/04.evaluation_of_arguments/arg_order_function.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/04.evaluation_of_arguments/arg_order_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/instof.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/instof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/instof.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/instof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/mcall.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/mcall.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/mcall.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/mcall.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/eval_decl.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/eval_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/eval_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/eval_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/eval_f.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/eval_f.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/eval_f.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/eval_f.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/eval_se.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/eval_se.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/eval_se.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/eval_se.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/heap_pollution.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/heap_pollution.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/heap_pollution.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/heap_pollution.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/typ.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/typ.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/typ.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/typ.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/typ.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/typ.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/typ.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/01.evaluation_of_expressions/typ.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_10.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_10.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_11.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_11.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_12.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_12.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_14.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_14.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_15.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_15.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_16.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_16.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_17.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_17.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_18.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_18.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_19.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_19.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_20.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_20.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_21.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_21.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_22.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_22.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_23.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_23.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_24.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_24.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_25.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_25.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_26.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_26.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_27.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_27.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_28.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_28.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_29.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_29.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_30.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_30.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_31.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_31.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_32.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_32.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_33.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_33.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_34.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_34.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_35.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_35.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_36.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_36.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_37.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_37.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_38.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_38.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_38.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_38.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_39.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_39.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_39.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_39.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_40.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_40.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_40.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_40.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_41.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_41.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_41.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_41.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_42.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_42.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_42.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_42.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_43.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_43.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_43.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_43.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_44.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_44.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_44.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_44.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_7.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_7.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_8.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_8.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_9.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_9.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export10.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export10.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export11.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export11.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export7.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export7.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export8.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export8.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export9.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/named_reference_export9.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/named_reference_export9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/qualified_name.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/qualified_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/qualified_name.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/qualified_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/qualified_name.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/qualified_name.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/qualified_name.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/03.named_reference/qualified_name.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_assn.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr2_inf_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_assn.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr3_inf_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_assn.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/arr_inf_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex7.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex7.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex8.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex8.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex9.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex9.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/spec-ex9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_assn.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_call.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/01.type_inference_from_context/tup_inf_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_num2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/02.type_inference_from_types_of_elements/arr_inf2_same_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_abrupt.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_abrupt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_abrupt.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_abrupt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_abrupt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_abrupt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_abrupt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_abrupt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_expr.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_expr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_expr.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_expr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_expr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_expr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_expr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_expr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_nest.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_nest.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_nest.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_nest.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_nest.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_nest.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/arr_nest.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/arr_nest.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/array_literal.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/array_literal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/array_literal.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/array_literal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/array_literal.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/array_literal.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/array_literal.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/04.array_literal/array_literal.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/cl_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_bad_multiple_init.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_bad_multiple_init.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_bad_multiple_init.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_bad_multiple_init.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_initialization_order.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_initialization_order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_initialization_order.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/class_composite_initialization_order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/01.object_literal_of_class_type/spec_ex3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/in_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_bad_multiple_init.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_bad_multiple_init.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_bad_multiple_init.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_bad_multiple_init.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_initialization_order.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_initialization_order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_initialization_order.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/interface_composite_initialization_order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/02.object_literal_of_interface_type/spec_ex2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/re_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/record_composite_bad_multiple_init.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/record_composite_bad_multiple_init.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/record_composite_bad_multiple_init.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/record_composite_bad_multiple_init.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/03.object_literal_of_record_type/spec_ex3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/04.object_literal_evaluation/ex0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/04.object_literal_evaluation/ex0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/04.object_literal_evaluation/ex0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/04.object_literal_evaluation/ex0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/04.object_literal_evaluation/ex1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/04.object_literal_evaluation/ex1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/04.object_literal_evaluation/ex1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/04.object_literal_evaluation/ex1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/04.object_literal_evaluation/ex2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/04.object_literal_evaluation/ex2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/04.object_literal_evaluation/ex2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/04.object_literal_evaluation/ex2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_as_a_function_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_as_a_function_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_as_a_function_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_as_a_function_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_in_class_composite.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_in_class_composite.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_in_class_composite.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_in_class_composite.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_inside_a_class_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_inside_a_class_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_inside_a_class_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_inside_a_class_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_inside_the_class_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_inside_the_class_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_inside_the_class_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_inside_the_class_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_with_inherited_fields.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_with_inherited_fields.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/class_composite_with_inherited_fields.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/class_composite_with_inherited_fields.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/constructor_is_missing.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/constructor_is_missing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/constructor_is_missing.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/constructor_is_missing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/execution_of_the_class_left_to_right.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/execution_of_the_class_left_to_right.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/execution_of_the_class_left_to_right.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/execution_of_the_class_left_to_right.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/incorrect_value_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/incorrect_value_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/incorrect_value_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/incorrect_value_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/inferred_to_abstract.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/inferred_to_abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/inferred_to_abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/inferred_to_abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/inferred_to_abstract_with_abstract_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/inferred_to_abstract_with_abstract_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/inferred_to_abstract_with_abstract_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/inferred_to_abstract_with_abstract_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/inferred_to_abstract_with_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/inferred_to_abstract_with_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/inferred_to_abstract_with_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/inferred_to_abstract_with_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/initializing_a_class_internally.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/initializing_a_class_internally.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/initializing_a_class_internally.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/initializing_a_class_internally.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/internal_field_access.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/internal_field_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/internal_field_access.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/internal_field_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/more_trailing_commas_is_bad.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/more_trailing_commas_is_bad.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/more_trailing_commas_is_bad.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/more_trailing_commas_is_bad.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/no_such_field_in_cc.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/no_such_field_in_cc.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/no_such_field_in_cc.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/no_such_field_in_cc.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/private_field_access_from_derived_class.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/private_field_access_from_derived_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/private_field_access_from_derived_class.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/private_field_access_from_derived_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/private_field_access_from_function.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/private_field_access_from_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/private_field_access_from_function.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/private_field_access_from_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/private_parameterless_cinstructor.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/private_parameterless_cinstructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/private_parameterless_cinstructor.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/private_parameterless_cinstructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/protected_field_access_from_derived_class.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/protected_field_access_from_derived_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/protected_field_access_from_derived_class.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/protected_field_access_from_derived_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/protected_field_access_from_no_class.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/protected_field_access_from_no_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/protected_field_access_from_no_class.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/protected_field_access_from_no_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/trailing_comma_is_ignored.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/trailing_comma_is_ignored.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/trailing_comma_is_ignored.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/trailing_comma_is_ignored.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/type_not_inferred.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/type_not_inferred.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/type_not_inferred.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/05.object_literal/type_not_inferred.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_const.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_const.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_func.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_func.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_meth.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_meth.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/spex_meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/06.spread_expression/spex_meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/07.parenthesized_expression/paren_expr.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/07.parenthesized_expression/paren_expr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/07.parenthesized_expression/paren_expr.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/07.parenthesized_expression/paren_expr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/07.parenthesized_expression/paren_expr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/07.parenthesized_expression/paren_expr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/07.parenthesized_expression/paren_expr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/07.parenthesized_expression/paren_expr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_class_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_class_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_class_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_class_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_interface_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_interface_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_interface_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_interface_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_lambda.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_lambda.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_lambda.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_lambda.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_lambda_negative.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_lambda_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_in_lambda_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_in_lambda_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_out_class_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_out_class_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_out_class_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_out_class_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_primary_expression_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_primary_expression_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_primary_expression_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_primary_expression_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_primary_expression_in_lambda.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_primary_expression_in_lambda.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_primary_expression_in_lambda.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_primary_expression_in_lambda.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_with_nullable_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_with_nullable_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_with_nullable_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_with_nullable_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_with_t_in_non_generic.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_with_t_in_non_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/this_with_t_in_non_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/08.this_expression/this_with_t_in_non_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_non_static_field_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_7.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_7.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_8.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_8.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_9.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_9.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/access_static_field_nn.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/incorrect_class_field_access.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullable_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullable_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullable_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullable_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/nullish_reference_type_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_from_method_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_constructor_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_field_nn.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_initializer.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_initializer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_initializer.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_initializer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_in_main_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_of_generic.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_of_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_of_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_by_super_of_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_to_super_through_this.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_to_super_through_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_to_super_through_this.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/access_to_super_through_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access_by_super.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access_by_super.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access_by_super.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access_by_super.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access_through_class_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access_through_class_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access_through_class_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access_through_class_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access_through_interface_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access_through_interface_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/access_through_interface_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/access_through_interface_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/lazy_reference_evaluation.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/lazy_reference_evaluation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/lazy_reference_evaluation.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/lazy_reference_evaluation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/safe_field_access_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/safe_field_access_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/safe_field_access_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/safe_field_access_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/safe_field_access_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/safe_field_access_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/safe_field_access_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/safe_field_access_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/safe_field_access_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/safe_field_access_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/safe_field_access_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/09.field_access_expressions/safe_field_access_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/01.step_1_selection_of_type_to_use/step1n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/02.step_2_selection_of_method/step2n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3a_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3b_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/03.step_3_checking_method_modifiers/step3c_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/04.type_of_method_call_expression/positive.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/class_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/class_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/class_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/class_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/class_static_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/class_static_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/class_static_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/class_static_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/class_static_method_with_wildcard.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/class_static_method_with_wildcard.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/class_static_method_with_wildcard.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/class_static_method_with_wildcard.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/interface_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/interface_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/interface_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/interface_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/safe_method_call_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/safe_method_call_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/safe_method_call_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/safe_method_call_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/safe_method_call_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/safe_method_call_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/safe_method_call_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/10.method_call_expression/safe_method_call_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/fcall_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/fcall_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/function_call_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/function_call_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/function_call_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/function_call_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/optional_chaining_null_result.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/optional_chaining_null_result.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/optional_chaining_null_result.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/optional_chaining_null_result.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/optional_chaining_value_result.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/optional_chaining_value_result.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/optional_chaining_value_result.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/optional_chaining_value_result.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_ftype.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_ftype.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_ftype.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_ftype.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_ftype.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_ftype.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_ftype.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_ftype.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_lmbd.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_fcall_lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_fcall_lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/safe_function_call_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/safe_function_call_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_1_selection_of_function/step1n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/step2_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt10.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt10.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt11.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt11.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt12.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt12.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/abrupt12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access7.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access7.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access8.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access8.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access9.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access9.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_access9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index03.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index03.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index04.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index04.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index05.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index05.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index06.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index06.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index07.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index07.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index08.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index08.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index09.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index09.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index10.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index10.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index11.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index11.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index12.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index12.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index13.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index13.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index14.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index14.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index15.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index15.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index16.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index16.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index17.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index17.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index18.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index18.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index19.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index19.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index20.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index20.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index21.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index21.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index22.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index22.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index23.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index23.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index24.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index24.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index25.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index25.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index2_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index3_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/array_index_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0a.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0a.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0b.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0b.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0c.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0c.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0d.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0d.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0e.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0e.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0e.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx0e.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2a.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2a.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2b.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2b.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2c.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2c.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2d.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2d.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/indx2d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/safe_array_access6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/01.array_indexing_expression/spec_ex2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/ind2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1a.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1a.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1b.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1b.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1c.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1c.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1d.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1d.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1e.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1e.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1e.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx1e.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3a.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3a.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3b.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3b.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3c.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3c.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3d.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3d.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/indx3d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record03.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record03.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record04.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record04.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record05.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record05.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record06.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record06.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record07.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record07.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record08.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record08.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record09.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record09.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record10.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record10.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record11.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record11.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record12.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record12.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record13.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record13.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record14.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record14.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record15.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record15.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record16.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record16.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record17.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record17.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record18.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record18.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record19.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record19.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record21.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record21.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record22.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record22.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record23.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record23.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record24.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record24.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record25.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record25.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record26.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record26.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record27.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/02.record_indexing_expression/record27.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/12.indexing_expression/02.record_indexing_expression/record27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_access.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_access.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_access01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_access01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_access01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_access01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array03.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_array03.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_array03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_asyn_func.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_asyn_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_asyn_func.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_asyn_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_asyn_func01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_asyn_func01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_asyn_func01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_asyn_func01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_def.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_def.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_def.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_def.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_def01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_def01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_def01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_def01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_func.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_func.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_func01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_func01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_func01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_func01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_index.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_index.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_index.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_index.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_index01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_index01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_com_index01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_com_index01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_complex.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_complex.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_complex.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_complex.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_complex01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_complex01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_complex01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_complex01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_dynamic_property.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_dynamic_property.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_dynamic_property.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_dynamic_property.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_existence.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_existence.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_existence.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_existence.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_filed.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_filed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_filed.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_filed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func03.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_func03.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_func03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_method.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_method.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_method01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_method01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_method01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_method01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_method02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_method02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_method02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_method02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_multilevel.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_multilevel.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_multilevel.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_multilevel.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_multilevel01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_multilevel01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_multilevel01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_multilevel01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_multilevel02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_multilevel02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_multilevel02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_multilevel02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nested_obj.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nested_obj.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nested_obj.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nested_obj.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nested_obj01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nested_obj01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nested_obj01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nested_obj01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_normal.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_normal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_normal.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_normal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_null.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_null.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_null.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_null.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nullish.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nullish.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nullish.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nullish.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nullish01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nullish01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nullish01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nullish01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nullish02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nullish02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_nullish02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_nullish02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_optional.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_optional.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_optional.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_optional.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_optional01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_optional01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_optional01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_optional01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_optional02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_optional02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_optional02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_optional02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_type01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_type01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_type01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_type01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_undefined.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_undefined.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/chop_undefined.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/13.chaining_operator/chop_undefined.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/14.new_expressions/class_instance_creation_expressions.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/14.new_expressions/class_instance_creation_expressions.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/14.new_expressions/class_instance_creation_expressions.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/14.new_expressions/class_instance_creation_expressions.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/14.new_expressions/class_instance_creation_expressions.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/14.new_expressions/class_instance_creation_expressions.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/14.new_expressions/class_instance_creation_expressions.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/14.new_expressions/class_instance_creation_expressions.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/cast2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/cast2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/nullable_cast_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/nullable_cast_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/nullable_cast_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/nullable_cast_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/nullable_cast_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/nullable_cast_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/nullable_cast_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/15.cast_expressions/nullable_cast_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof-cte.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof-cte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof-cte.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof-cte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof-cte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof-cte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof-cte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof-cte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/instanceof.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/instanceof.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/object_incompatible_with_the_specified_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/object_incompatible_with_the_specified_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/object_incompatible_with_the_specified_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/object_incompatible_with_the_specified_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/operand_that_is_a_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/operand_that_is_a_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/operand_that_is_a_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/operand_that_is_a_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/operand_that_is_not_a_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/operand_that_is_not_a_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/operand_that_is_not_a_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/operand_that_is_not_a_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/right_operand_that_is_not_a_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/right_operand_that_is_not_a_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/right_operand_that_is_not_a_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/16.instanceof_expression/right_operand_that_is_not_a_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/comptime.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/comptime.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/comptime.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/comptime.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/comptime.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/comptime.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/comptime.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/comptime.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/negative.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/runtime.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/runtime.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/runtime.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/runtime.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/runtime.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/runtime.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/runtime.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/runtime.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_const.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_const.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_const.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_func.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_func.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_meth.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_meth.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_obj.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_obj.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_obj.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_obj.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_obj.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_obj.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_obj.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_obj.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_vars.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_vars.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_vars.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_vars.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_vars.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_vars.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/tof_vars.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/17.typeof_expression/tof_vars.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/not_nullable_check.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/not_nullable_check.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/not_nullable_check.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/not_nullable_check.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_exception_5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_exception_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_value.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_value.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/null_check_value.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/null_check_value.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/nullable_cast_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/nullable_cast_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/nullable_cast_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/nullable_cast_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/nullable_cast_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/nullable_cast_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/nullable_cast_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/nullable_cast_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/18.ensure-not-nullish_expression/undefined_5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/18.ensure-not-nullish_expression/undefined_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/lazy_operator.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/lazy_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/lazy_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/lazy_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/lazy_operator_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/lazy_operator_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/lazy_operator_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/lazy_operator_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/least_upper_bound.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/least_upper_bound.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/least_upper_bound.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/least_upper_bound.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/left_hand_side.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/left_hand_side.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/left_hand_side.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/left_hand_side.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/left_hand_side_value_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/left_hand_side_value_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/left_hand_side_value_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/left_hand_side_value_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/right_hand_side.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/right_hand_side.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/right_hand_side.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/right_hand_side.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/right_hand_side_value_type_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/19.nullish-coalescing_expression/type_of_null_coalescing_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/01.postfix_increment/postfix_increment_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/02.postfix_decrement/postfix_decrement_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/03.prefix_increment/prefix_increment_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/04.prefix_decrement/prefix_decrement_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/05.unary_plus/unary_plus.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/05.unary_plus/unary_plus.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/05.unary_plus/unary_plus.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/05.unary_plus/unary_plus.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/05.unary_plus/unary_plus_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/05.unary_plus/unary_plus_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/05.unary_plus/unary_plus_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/05.unary_plus/unary_plus_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_corner.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_inbound.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_onbound.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_double.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_double.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_double.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_double.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_float.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_float.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_NaN_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_float.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_float.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_int.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_int.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/06.unary_minus/unary_minus_outbound_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/07.bitwise_complement/bitwise_complement_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_char.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_char.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_number.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_number.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_number.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_number.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_pos.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_pos.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_pos.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/20.unary_expressions/08.logical_complement/logical_complement_pos.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/inf.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/inf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/inf.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/inf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/inf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/inf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/inf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/inf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/integer_mul.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/nan.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/nan.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/01.multiplication/nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/inf.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/inf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/inf.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/inf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/inf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/inf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/inf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/inf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/nan.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/nan.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/02.division/nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/02.division/nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/inf.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/inf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/inf.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/inf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/inf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/inf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/inf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/inf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/integer_remainder.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/nan.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/nan.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/03.remainder/nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/21.multiplicative_expressions/03.remainder/nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/01.string_concatenation/string_concat.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/float.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/inf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/22.additive_expressions/02.additive_operators_for_numeric_types/nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/rshift_int.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/rshift_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/rshift_int.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/rshift_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/rshift_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/rshift_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/rshift_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/rshift_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/shift_int.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/shift_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/shift_int.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/shift_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/shift_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/shift_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/23.shift_expressions/shift_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/23.shift_expressions/shift_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/float_comparison.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/01.numerical_comparison_operators/integer_comparison.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/long_string_comparison.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/long_string_comparison.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/long_string_comparison.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/long_string_comparison.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/02.string_comparison_operators/string_comparison_incorrect.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/ge.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/gt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/le.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/lt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/03.bigint_relational_operators/rel_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/04.boolean_comparison_operators/boolean_comparison_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_cond.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fld.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_fun.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_lmb.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_tup.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_union.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/24.relational_expressions/05.enumeration_relational_operators/enum_var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/char_eq_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/float_equality_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/01.numerical_equality_operators/numeric_equality.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/02.string_equality_operators/string_eq_cte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/bigint_eq_cte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/eq_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/03.bigint_equality_operators/ne2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/04.boolean_equality_operators/boolean_equality_operator.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/05.enumeration_equality_operators/enum_equality.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/cte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/eq1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ne1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/eq2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ne3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/cte_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/eq.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ne.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/array_types_equality_operator.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/null_conversation_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/operand_is_not_of_reference_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_array.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_array.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_object.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_object.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/refer_to_the_same_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/reference_types_equality_operator.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/type_conversion_of_one_operand_to_another_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/type_conversion_of_one_operand_to_another_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/type_conversion_of_one_operand_to_another_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/07.reference_equality/type_conversion_of_one_operand_to_another_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/null_and_undefined_equality_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/eq_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/eq_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/general_equality_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/general_equality_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/general_equality_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/general_equality_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/general_equality_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/general_equality_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/general_equality_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/general_equality_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/general_equality_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/general_equality_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/general_equality_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/general_equality_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/strict_primitive_compare.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/strict_primitive_compare.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/strict_primitive_compare.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/strict_primitive_compare.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/strict_primitive_compare.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/strict_primitive_compare.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/strict_primitive_compare.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/strict_primitive_compare.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/type_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/type_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/value_equality_operators.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/value_equality_operators.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/value_equality_operators.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/value_equality_operators.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/value_equality_operators.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/value_equality_operators.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/value_equality_operators.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/25.equality_expressions/value_equality_operators.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/gen.go.txt b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/gen.go.txt similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/gen.go.txt rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/gen.go.txt diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_and.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_or.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/01.integer_bitwise_operators/integer_xor.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_bool.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/26.bitwise_and_logical_expressions/02.boolean_logical_operators/logical_bitwise_boolean.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_bool.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_bool.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_bool.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_bool.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_bool.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_bool.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_bool.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_bool.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_boolean.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_boolean.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_boolean.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_boolean.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_boolean.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_boolean.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/conditional_and_boolean.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/27.conditional-and_expression/conditional_and_boolean.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_bool.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_bool.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_bool.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_bool.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_bool.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_bool.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_bool.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_bool.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_boolean.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_boolean.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_boolean.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_boolean.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_boolean.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_boolean.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/conditional_or_boolean.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/28.conditional-or_expression/conditional_or_boolean.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord21.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord21.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord22.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord22.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord23.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord23.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord24.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord24.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord25.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord25.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ord6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/01.simple_assignment_operator/ord6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_boxed.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/02.compound_assignment_operators/ops_neg_rt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array03.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array03.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array04.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_array04.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_array04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_chained_operator.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_chained_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_chained_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_chained_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_class.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_class.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_class01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_class01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_class01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_class01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_filed.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_filed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_filed.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_filed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_func.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_func.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_func01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_func01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_func01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_func01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_func02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_func02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_func02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_func02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_instanceof.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_instanceof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_instanceof.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_instanceof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_name.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_name.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_nestedfileds.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_nestedfileds.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_nestedfileds.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_nestedfileds.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_obj01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator03.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator03.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator04.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator04.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator05.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator05.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_operator05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_property.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_property.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_property.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_property.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_readonly01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_record.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_record.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_record.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_record.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_result.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_result.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_result.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_result.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_result01.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_result01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_result01.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_result01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_result02.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_result02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_result02.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_result02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_this.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_this.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_typeof.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_typeof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_typeof.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_typeof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_void.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_void.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/left_void.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/03.left_hand_side_expressions/left_void.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/neg.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/neg.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/order.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/order.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/pos.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/pos.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/pos.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/pos.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/pos.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/pos.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/pos.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/29.assignment/pos.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/boolean_cond_ex.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/boolean_cond_ex.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/boolean_cond_ex.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/boolean_cond_ex.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/condiional_expression_declaration_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/condiional_expression_declaration_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/condiional_expression_declaration_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/condiional_expression_declaration_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/condiional_expression_declaration_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/condiional_expression_declaration_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/condiional_expression_declaration_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/condiional_expression_declaration_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_array.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_array.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_evaluation_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_evaluation_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_evaluation_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_evaluation_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_evaluation_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_evaluation_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_evaluation_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_evaluation_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_0.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_0.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_1.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_1.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_2.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_2.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_3.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_3.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_4.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_4.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_5.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_5.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_6.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_6.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_7.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_7.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_8.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_object_8.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_object_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_order.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_order.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_string.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_string.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/conditional_expression_string.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/conditional_expression_string.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/first_expression_not_boolean.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/first_expression_not_boolean.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/first_expression_not_boolean.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/first_expression_not_boolean.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/numeric_condition_expression_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/numeric_condition_expression_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/numeric_condition_expression_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/numeric_condition_expression_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/numeric_condition_expression_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/numeric_condition_expression_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/numeric_condition_expression_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/numeric_condition_expression_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/test_with_two_operands_of_different_types.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/test_with_two_operands_of_different_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/test_with_two_operands_of_different_types.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/test_with_two_operands_of_different_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/30.conditional_expressions/type_of_numeric_condition_expression_type.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp_n.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp_n.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/siexp_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/31.string_interpolation_expressions/siexp_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/01.lambda_signature/negative.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/01.lambda_signature/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/01.lambda_signature/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/01.lambda_signature/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/01.lambda_signature/negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/01.lambda_signature/negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/01.lambda_signature/negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/01.lambda_signature/negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/body.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/02.lambda_body/body.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/body.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/02.lambda_body/body.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/body.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/02.lambda_body/body.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/body.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/02.lambda_body/body.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/negative.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/02.lambda_body/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/02.lambda_body/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/03.lambda_expression_type/negative.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/03.lambda_expression_type/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/03.lambda_expression_type/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/03.lambda_expression_type/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/03.lambda_expression_type/type.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/03.lambda_expression_type/type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/03.lambda_expression_type/type.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/03.lambda_expression_type/type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/04.runtime_evaluation_of_lambda_expressions/notice.txt b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/04.runtime_evaluation_of_lambda_expressions/notice.txt similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/04.runtime_evaluation_of_lambda_expressions/notice.txt rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/04.runtime_evaluation_of_lambda_expressions/notice.txt diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/callback.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/callback.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/callback.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/callback.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/callback.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/callback.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/callback.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/callback.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_ref.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_value.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_value.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_value.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_value.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_value.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_value.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_full_value.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_full_value.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_ref.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_value.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_value.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_value.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_value.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_value.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_value.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/decl_short_value.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/decl_short_value.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/generic.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/generic.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/32.lambda_expression/generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_bitwise_expression.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_number_conversion.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_annotation/constant_unary_operation.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_complement.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_bitwise_expression.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_calculation.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_calculation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_calculation.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_calculation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_calculation.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_calculation.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_calculation.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_calculation.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_logical_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_logical_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_logical_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_logical_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_logical_expression.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_logical_expression.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_logical_expression.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_logical_expression.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_number_conversion.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_number_conversion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_number_conversion.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_number_conversion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_number_conversion.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_number_conversion.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_number_conversion.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_number_conversion.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_shift.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_shift.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_shift.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_shift.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_shift.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_shift.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_shift.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_shift.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_minus.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_minus.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_minus.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_minus.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_minus.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_minus.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_minus.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_minus.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_plus.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_plus.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_plus.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_plus.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_plus.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_plus.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/constant_unary_plus.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_array/constant_unary_plus.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_complement.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_bitwise_expression.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_calculation.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_calculation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_calculation.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_calculation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_calculation.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_calculation.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_calculation.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_calculation.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_logical_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_logical_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_logical_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_logical_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_logical_expression.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_logical_expression.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_logical_expression.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_logical_expression.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_num_chain_initializer.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_number_conversion.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_number_conversion.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_number_conversion.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_number_conversion.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_number_conversion.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_number_conversion.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_number_conversion.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_number_conversion.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_shift.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_shift.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_shift.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_shift.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_shift.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_shift.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_shift.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_shift.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_str_chain_initializer.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_minus.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_minus.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_minus.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_minus.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_minus.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_minus.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_minus.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_minus.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_plus.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_plus.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_plus.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_plus.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_plus.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_plus.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/constant_unary_plus.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/check_enum/constant_unary_plus.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/constant_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/constant_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/constant_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/constant_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/constant_expression.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/constant_expression.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/constant_expression.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/constant_expression.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/wrong_constant_expression.ets b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/wrong_constant_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/wrong_constant_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/wrong_constant_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/wrong_constant_expression.params.yaml b/static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/wrong_constant_expression.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/wrong_constant_expression.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/07.expressions/33.constant_expression/wrong_constant_expression.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/02.expression_statements/expression_statements.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/02.expression_statements/expression_statements.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/02.expression_statements/expression_statements.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/02.expression_statements/expression_statements.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/02.expression_statements/expression_statements.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/02.expression_statements/expression_statements.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/02.expression_statements/expression_statements.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/02.expression_statements/expression_statements.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_negative.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_return.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_return.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_return.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_return.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_return.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_return.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/03.block/block_statements_return.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/03.block/block_statements_return.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/local_class.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/local_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/local_class.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/local_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/local_const.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/local_const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/local_const.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/local_const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/local_var.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/local_var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/local_var.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/local_var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/negative_local_class.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/negative_local_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/negative_local_class.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/negative_local_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/negative_local_const.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/negative_local_const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/negative_local_const.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/negative_local_const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/negative_local_var.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/negative_local_var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/04.local_declarations/negative_local_var.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/04.local_declarations/negative_local_var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if_not_executed.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if_not_executed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/if_not_executed.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/if_not_executed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/nested_if.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/nested_if.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/nested_if.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/05.if_statements/nested_if.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/06.loop_statements/labeled_statement.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/06.loop_statements/labeled_statement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/06.loop_statements/labeled_statement.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/06.loop_statements/labeled_statement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/do.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/do.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/do.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/do.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/do.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/do.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/do.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/do.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/while.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/while.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/while.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/while.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/while.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/while.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/while.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/while.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/while_executed.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/while_executed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/while_executed.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/07.while_statements_and_do_statements/while_executed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_incorrect_params.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_incorrect_params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_incorrect_params.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_incorrect_params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_incorrect_params.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_incorrect_params.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_incorrect_params.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_incorrect_params.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_parameters.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_parameters.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_parameters.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_parameters.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_variable_scope.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_variable_scope.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_variable_scope.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_variable_scope.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_variable_scope_1.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_variable_scope_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/for_loop_variable_scope_1.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/for_loop_variable_scope_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/nested_for_loop.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/nested_for_loop.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/nested_for_loop.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/08.for_statements/nested_for_loop.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/for_of_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/09.for_of_statements/for_of_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break_negative.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/10.break_statements/break_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/10.break_statements/break_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_comb1.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_comb1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_comb1.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_comb1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_comb2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_comb2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_comb2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_comb2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do1.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do1.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do1_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do1_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do1_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do1_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do2l_neg4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do2l_neg4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do3l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do3l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do3l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do3l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do3l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do3l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do3l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do3l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do4l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do4l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do4l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do4l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do4l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do4l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do4l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do4l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do5l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do5l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_do5l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_do5l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for1.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for1.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for1_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for1_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for1_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for1_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for2l_neg4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for2l_neg4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for3l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for3l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for3l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for3l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for3l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for3l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for3l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for3l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for4l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for4l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for4l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for4l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for4l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for4l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for4l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for4l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for5l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for5l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for5l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for5l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for6l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for6l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for6l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for6l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of1.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of1.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of1_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of1_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of1_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of1_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of2l_neg4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of2l_neg4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of3l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of3l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of3l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of3l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of3l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of3l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of3l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of3l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of4l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of4l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of4l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of4l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of5l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of5l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_for_of5l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_for_of5l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while1.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while1.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while1_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while1_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while1_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while1_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while20.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while20.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while2l_neg4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while2l_neg4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while3.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while3.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while3l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while3l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while3l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while3l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while3l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while3l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while3l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while3l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while4.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while4.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while4l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while4l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while4l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while4l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while4l_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while4l_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while4l_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while4l_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while5l.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while5l.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while5l.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while5l.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while6.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/11.continue_statements/continue_while6.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/11.continue_statements/continue_while6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return_negative.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/12.return_statements/return_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/12.return_statements/return_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_block.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_block.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_block.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_block.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_char.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_char.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_char.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_char.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_enum.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_negative.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_no_break.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_no_break.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/13.switch_statements/switch_no_break.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/13.switch_statements/switch_no_break.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw_neg.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/throw_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/14.throw_statements/throw_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/catch.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/01.catch_clauses/catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/catch.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/01.catch_clauses/catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/catch.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/01.catch_clauses/catch.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/catch.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/01.catch_clauses/catch.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/spec_example.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/01.catch_clauses/spec_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/spec_example.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/01.catch_clauses/spec_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally_n.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally_n.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/finally_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/02.finally_clause/finally_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/03.try_statement_execution/exec.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/03.try_statement_execution/exec.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/03.try_statement_execution/exec.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/03.try_statement_execution/exec.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/03.try_statement_execution/exec.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/03.try_statement_execution/exec.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/03.try_statement_execution/exec.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/03.try_statement_execution/exec.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try_n.ets b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try_n.ets rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/try_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/08.statements/15.try_statements/try_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_final.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_final.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_final.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_final.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_instantiate_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_in_simple_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_in_simple_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_method_in_simple_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_method_in_simple_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/01.abstract_classes/abstract_subclass_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_boolean_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_class_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_date_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_number_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_array_string_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_boolean_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_class_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_date_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_function_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_int_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_null_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_number_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_string_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_private_undefined_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_boolean_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_class_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_date_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_number_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_array_string_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_boolean_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_class_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_date_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_function_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_int_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_null_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_number_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_string_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_protected_undefined_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_boolean_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_class_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_date_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_number_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_array_string_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_boolean_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_class_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_date_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_function_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_int_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_null_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_number_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_string_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/accessing_parent_class/accessing_parent_class_public_undefined_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/circularly_class_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/circularly_class_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/circularly_class_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/circularly_class_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_15.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_15.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_call_rewrite/class_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_19.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_19.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_20.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_20.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_21.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_21.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_22.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_22.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_23.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_23.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_24.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_24.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_25.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_25.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_26.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_26.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_27.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_27.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_28.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_28.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_inherits_parent_members/class_inherits_parent_members_case_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_06.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_06.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_07.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_07.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_08.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_08.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_09.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_09.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/class_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_05.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_05.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_rewriting/class_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over05.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over05.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over06.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over06.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over07.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over07.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over08.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over08.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over09.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over09.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over15.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over15.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over16.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over16.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over17.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over17.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over18.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over18.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over19.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over19.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over20.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over20.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over21.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over21.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over22.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over22.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over23.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over23.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_spuerclass_override/class_over23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri05.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri05.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri06.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri06.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri07.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri07.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri08.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri08.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri09.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri09.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri15.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri15.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri16.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri16.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri17.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri17.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri18.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri18.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri19.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri19.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri20.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri20.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri21.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri21.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri22.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri22.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri23.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri23.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri24.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri24.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri25.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri25.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri26.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri26.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri27.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri27.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri28.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri28.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri29.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri29.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri30.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri30.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri31.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri31.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri32.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri32.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri33.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri33.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri34.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri34.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri35.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri35.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/class_no_pri35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static05.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static05.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static06.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static06.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static07.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static07.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static08.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static08.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static09.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static09.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/class_static14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/extends_clause.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/extends_clause.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/extends_clause.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/extends_clause.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/extends_itself.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/extends_itself.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/extends_itself.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/extends_itself.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/extends_object_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/extends_object_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/extends_object_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/extends_object_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_15.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_15.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_16.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_16.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_17.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_17.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_18.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_18.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_19.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_19.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_20.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_20.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_21.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_21.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_22.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_22.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_23.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_23.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_24.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_24.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_25.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_25.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_26.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_26.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_27.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_27.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_28.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_28.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_29.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_29.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_30.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_30.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_31.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_31.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_32.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_32.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_33.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_33.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_34.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_34.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_35.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_35.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_36.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_36.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_37.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_37.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_38.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_38.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_38.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_38.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_39.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_39.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_39.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_39.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_4.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_4.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_40.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_40.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_40.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_40.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_41.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_41.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_41.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_41.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_42.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_42.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_42.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_42.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_43.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_43.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_43.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_43.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_44.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_44.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_44.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_44.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_45.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_45.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_45.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_45.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_46.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_46.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_46.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_46.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_47.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_47.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_47.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_47.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_48.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_48.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_48.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_48.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_49.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_49.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_49.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_49.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_5.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_5.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_50.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_50.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_50.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_50.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_51.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_51.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_51.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_51.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_52.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_52.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_52.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_52.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_53.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_53.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_53.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_53.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_54.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_54.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_54.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_54.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_55.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_55.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_55.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_55.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_6.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_6.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_7.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_7.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_8.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_8.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_9.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_9.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/initialize_members_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/invalid_type_reference.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism4.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism4.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism5.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism5.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism6.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism6.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism7.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism7.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism8.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism8.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism9.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism9.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/members/polymorphism9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_15.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_15.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_16.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_16.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_17.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_17.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_18.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_18.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_19.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_19.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_20.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_20.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_21.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_21.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_22.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_22.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_23.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_23.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_24.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_24.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_25.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_25.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_4.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_4.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_5.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_5.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_6.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_6.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_7.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_7.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_8.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_8.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_9.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_9.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/method_return_value/method_return_value_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer05.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer05.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer06.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer06.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer07.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer07.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer08.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer08.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer09.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer09.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer12.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer12.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer13.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer13.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer14.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer14.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer15.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer15.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer16.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer16.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer17.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer17.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer18.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer18.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer19.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer19.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer20.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer20.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer21.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer21.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer22.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer22.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer23.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer23.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer24.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer24.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer25.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer25.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer26.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer26.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer27.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer27.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer28.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer28.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer29.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer29.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer30.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer30.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer31.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer31.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer32.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer32.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer33.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer33.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer34.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer34.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer35.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer35.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer36.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer36.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer37.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer37.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer38.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer38.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer38.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer38.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer39.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer39.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer39.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer39.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_40.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_40.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_40.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_40.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_41.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_41.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_41.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_41.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_42.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_42.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_42.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_42.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_43.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_43.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_43.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_43.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_44.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_44.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_44.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_44.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_45.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_45.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_45.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_45.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_46.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_46.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_46.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_46.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_47.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_47.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_47.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_47.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_48.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_48.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_48.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_48.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_49.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_49.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_49.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_49.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_50.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_50.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_50.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_50.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_51.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_51.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_51.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_51.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_52.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_52.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_52.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_52.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_53.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_53.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_53.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_53.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_54.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_54.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_54.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/multi_level_inheritance_value_transfer_54.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/object_as_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/object_as_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/object_as_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/object_as_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/superclass_with_same_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/superclass_with_same_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/superclass_with_same_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/superclass_with_same_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/valid_type_reference.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/03.class_extension_clause/wildcard_type_argument_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance_by_non_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance_by_non_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance_by_non_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_inheritance_by_non_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_override.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_override.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_override.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_multiple_override.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/abstract_method_override_by_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/default_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/default_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/default_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/default_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/direct_interface_Implementation_twice.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/direct_interface_Implementation_twice.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/direct_interface_Implementation_twice.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/direct_interface_Implementation_twice.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/implements_same_interface_with_diferent_parameters_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/indirect_interfaces_Implementation_twice.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/indirect_interfaces_Implementation_twice.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/indirect_interfaces_Implementation_twice.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/indirect_interfaces_Implementation_twice.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/invalid_type_reference_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/one_method_for_two_interfaces.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/one_method_for_two_interfaces.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/one_method_for_two_interfaces.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/one_method_for_two_interfaces.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/override_default_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/override_default_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/override_default_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/override_default_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/same_field_and_method_names.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/same_field_and_method_names.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/same_field_and_method_names.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/same_field_and_method_names.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterface_with_same_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterface_with_same_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterface_with_same_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterface_with_same_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/superinterfaces_of_class_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/two_superinterfaces_from_same_generic_interface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/two_superinterfaces_from_same_generic_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/two_superinterfaces_from_same_generic_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/two_superinterfaces_from_same_generic_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/valid_type_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/valid_type_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/valid_type_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/valid_type_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/04.class_implementation_clause/wildcard_type_argument_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/getter_setter_implementation.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/getter_setter_implementation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/getter_setter_implementation.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/getter_setter_implementation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_getter.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_getter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_getter.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_getter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter_n.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter_n.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/05.implementing_interface_properties/property_implementation_readonly_setter_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/blank_readonly_field_in_inner_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/blank_readonly_field_in_inner_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/blank_readonly_field_in_inner_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/blank_readonly_field_in_inner_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_initializer.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_initializer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_initializer.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_initializer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/inner_class_declaration_in_static_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/enclosing_instances/use_instance_variables_in_inner_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_class_in_func.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_class_in_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_class_in_func.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_class_in_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_class_in_meth.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_class_in_meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_class_in_meth.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_class_in_meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_func_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_func_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_func_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_func_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_func_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_func_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_func_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_func_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_meth_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_meth_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_meth_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_meth_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_meth_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_meth_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/local_interface_in_meth_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/local_interface_in_meth_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/node.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/node.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/node.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/node.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/point.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/point.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/point.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/01.class_declaration/point.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/class_body_members.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/class_body_members.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/class_body_members.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/class_body_members.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/class_body_members.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/class_body_members.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/class_body_members.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/class_body_members.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_class_body_members.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_class_body_members.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_class_body_members.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_class_body_members.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_class_body_members.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_class_body_members.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_class_body_members.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_class_body_members.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_dup_class_body_members.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_dup_class_body_members.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_dup_class_body_members.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_dup_class_body_members.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_dup_class_body_members.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_dup_class_body_members.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/02.class_body/negative_dup_class_body_members.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/02.class_body/negative_dup_class_body_members.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/dir_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/dir_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkg_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkg_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/acc/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/class_members_with_same_name.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/class_members_with_same_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/class_members_with_same_name.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/class_members_with_same_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/class_members_with_same_name.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/class_members_with_same_name.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/class_members_with_same_name.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/class_members_with_same_name.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/dir_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/dir_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkg_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkg_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/constructor/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/dir_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/dir_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkg_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkg_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/fld/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superclass.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superclass.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superclass.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superclass.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superinterface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superinterface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/inherited_from_superinterface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/inherited_from_superinterface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/member_declared_in_body.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/member_declared_in_body.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/member_declared_in_body.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/member_declared_in_body.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/member_declared_in_body.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/member_declared_in_body.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/member_declared_in_body.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/member_declared_in_body.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/members_that_are_not_inherited.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/members_that_are_not_inherited.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/members_that_are_not_inherited.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/members_that_are_not_inherited.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/members_that_are_not_inherited_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/members_that_are_not_inherited_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/members_that_are_not_inherited_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/members_that_are_not_inherited_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/members_that_are_not_inherited_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/members_that_are_not_inherited_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/members_that_are_not_inherited_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/members_that_are_not_inherited_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/dir_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/dir_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_priv_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_priv_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_priv_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_priv_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_priv_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_priv_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_priv_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_priv_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_priv_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_priv_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_priv_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_priv_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_prot_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_prot_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_prot_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_prot_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_prot_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_prot_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_prot_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_prot_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_prot_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_prot_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_prot_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_prot_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_pub_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_pub_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_pub_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_pub_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_pub_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_pub_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_pub_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_pub_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_pub_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_pub_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkg_pub_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkg_pub_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/met/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/non-instance-members.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/non-instance-members.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/non-instance-members.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/non-instance-members.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/private_member_from_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/private_member_from_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/private_member_from_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/private_member_from_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/private_member_from_superclass.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/private_member_from_superclass.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/private_member_from_superclass.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/private_member_from_superclass.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/static_class_members_with_same_name.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/static_class_members_with_same_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/static_class_members_with_same_name.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/03.class_members/static_class_members_with_same_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_constructor_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_interface_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_in_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/01.private_access_modifier/private_member_access_out_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_derived_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_derived_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_derived_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_in_derived_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_constructor_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_derived_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_derived_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_derived_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_in_derived_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_interface_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_in_derived_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/03.protected_access_modifier/protected_member_access_out_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_class_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_class_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_class_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_class_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_constructor_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_interface_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_in_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/04.public_access_modifier/public_member_access_out_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/access_modifiers.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/access_modifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/access_modifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/access_modifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/access_modifiers.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/access_modifiers.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/access_modifiers.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/access_modifiers.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/default_access_modifiers.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/default_access_modifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/default_access_modifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/default_access_modifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/default_access_modifiers.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/default_access_modifiers.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/default_access_modifiers.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/04.access_modifiers/default_access_modifiers.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration4.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration4.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/01.static_fields/static_field_declaration_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/direct_readonly_field_initilization.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/direct_readonly_field_initilization.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/direct_readonly_field_initilization.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/direct_readonly_field_initilization.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration_without_initialization.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration_without_initialization.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration_without_initialization.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_declaration_without_initialization.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_double_initialization.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_double_initialization.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_double_initialization.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_double_initialization.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_initilization_in_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_initilization_in_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_initilization_in_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_initilization_in_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_modification.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_modification.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_modification.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_field_modification.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_static_field_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_static_field_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_static_field_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/02.readonly_constant_fields/readonly_static_field_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_super.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_super.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_super.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_super.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_this.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_this.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/field_initialization_with_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/non_static_field_initialization_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/non_static_field_self_initialization_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/non_static_field_self_initialization_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/non_static_field_self_initialization_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/non_static_field_self_initialization_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/right_initialization_order.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/right_initialization_order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/right_initialization_order.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/right_initialization_order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_super.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_super.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_super.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_super.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_this.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_this.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_initialization_with_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_self_initialization_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_self_initialization_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/static_field_self_initialization_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/static_field_self_initialization_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/wrong_initialization_order.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/wrong_initialization_order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/wrong_initialization_order.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/03.field_initialization/wrong_initialization_order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/04.overriding_fields/overriding_fields.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/04.overriding_fields/sample.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/04.overriding_fields/sample.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/04.overriding_fields/sample.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/04.overriding_fields/sample.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/access_to_hiden_field_by_cast.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/access_to_hiden_field_by_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/access_to_hiden_field_by_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/access_to_hiden_field_by_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/access_to_hiden_field_by_expression.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/access_to_hiden_field_by_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/access_to_hiden_field_by_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/access_to_hiden_field_by_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/access_to_static_hiden_field.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/access_to_static_hiden_field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/access_to_static_hiden_field.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/access_to_static_hiden_field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/field_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/field_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/field_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/field_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/field_declaration_with_busy_name.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/field_declaration_with_busy_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/field_declaration_with_busy_name.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/field_declaration_with_busy_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/field_declaration_with_busy_name.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/field_declaration_with_busy_name.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/field_declaration_with_busy_name.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/field_declaration_with_busy_name.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/fields_inheritance_from_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/fields_inheritance_from_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/fields_inheritance_from_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/fields_inheritance_from_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/fields_inheritance_from_superclass_and_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/fields_inheritance_from_superclass_and_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/fields_inheritance_from_superclass_and_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/fields_inheritance_from_superclass_and_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/fields_inheritance_from_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/fields_inheritance_from_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/fields_inheritance_from_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/fields_inheritance_from_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/inheritance_fields_with_same_name_neg.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/inheritance_fields_with_same_name_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/inheritance_fields_with_same_name_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/inheritance_fields_with_same_name_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/private_field_inheritance_from_superclass_member.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/private_field_inheritance_from_superclass_member.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/private_field_inheritance_from_superclass_member.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/private_field_inheritance_from_superclass_member.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/reference_to_inheritance_fields_with_same_name.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/reference_to_inheritance_fields_with_same_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/reference_to_inheritance_fields_with_same_name.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/reference_to_inheritance_fields_with_same_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/several_inherited_field_paths_from_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/several_inherited_field_paths_from_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/several_inherited_field_paths_from_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/several_inherited_field_paths_from_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/superclass_field_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/superclass_field_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/superclass_field_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/superclass_field_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/superinterface_field_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/superinterface_field_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/superinterface_field_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/superinterface_field_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/two_same_field_modifiers.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/two_same_field_modifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/two_same_field_modifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/two_same_field_modifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/two_same_field_modifiers.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/two_same_field_modifiers.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/two_same_field_modifiers.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/05.field_declarations/two_same_field_modifiers.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/non_static_method_call.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/non_static_method_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/non_static_method_call.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/non_static_method_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/non_static_method_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/non_static_method_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/non_static_method_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/non_static_method_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_body_with_super.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_body_with_super.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_body_with_super.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_body_with_super.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_body_with_this.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_body_with_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_body_with_this.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_body_with_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_call.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_call.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration_with_keywords.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration_without_body.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration_without_body.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_declaration_without_body.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_declaration_without_body.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_in_abstract_class_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_with_body_type_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_with_body_type_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/static_method_with_body_type_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/01.static_methods/static_method_with_body_type_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/02.instance_methods/instance_method_call.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/02.instance_methods/instance_method_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/02.instance_methods/instance_method_call.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/02.instance_methods/instance_method_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_declaration_with_keywords.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_non_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_non_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_non_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_non_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_simple_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_simple_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_simple_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_in_simple_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_override_by_abstract.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_override_by_abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_override_by_abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_override_by_abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_without_implementation.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_without_implementation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/abstract_method_without_implementation.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/abstract_method_without_implementation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/instance_method_overridden_by_abstract.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/instance_method_overridden_by_abstract.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/instance_method_overridden_by_abstract.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/instance_method_overridden_by_abstract.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/private_abstract_method_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/private_abstract_method_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/private_abstract_method_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/03.abstract_methods/private_abstract_method_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/constructor_overloading.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/constructor_overloading.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/constructor_overloading.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/constructor_overloading.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/different_access_modifiers.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/different_return_types.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/different_return_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/different_return_types.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/different_return_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hidden_method_access_by_cast.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hidden_method_access_by_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hidden_method_access_by_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hidden_method_access_by_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_instance_static_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_instance_static_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_instance_static_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_instance_static_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_method_from_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_method_from_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_method_from_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/hiding_by_class_methods/hiding_method_from_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_abstract_multiple_methods_with_same_signatures.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_abstract_multiple_methods_with_same_signatures.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_abstract_multiple_methods_with_same_signatures.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_abstract_multiple_methods_with_same_signatures.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_override.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_override.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_override.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_override.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_same_signatures.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_same_signatures.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_same_signatures.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/inheritance_multiple_methods_with_same_signatures.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_signature.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/method_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/method_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/override_method_declaration_with_keywords.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/abstract_method_overridden_by_instance.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/abstract_method_overridden_by_instance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/abstract_method_overridden_by_instance.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/abstract_method_overridden_by_instance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/access_to_overridden_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/access_to_overridden_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/access_to_overridden_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/access_to_overridden_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/different_return_types.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/different_return_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/different_return_types.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/different_return_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overrided_method_access_by_cast.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overrided_method_access_by_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overrided_method_access_by_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overrided_method_access_by_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_internal_method_from_superclass.sts b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_internal_method_from_superclass.sts similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_internal_method_from_superclass.sts rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_internal_method_from_superclass.sts diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superclass.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_method_from_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_private_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_private_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_private_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_private_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_static_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_static_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_static_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/overriding_by_instance_methods/overriding_static_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/declaring_methods.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/declaring_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/declaring_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/declaring_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_hiding.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_hiding.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_hiding.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_hiding.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_overriding.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_overriding.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_overriding.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/different_return_types_in_overriding.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/hiding_methods_with_different_access_modifiers_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/06.overriding_methods/requirements_in_overriding_and_hiding/overriding_methods_with_different_access_modifiers.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_block.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_block.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_block.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_block.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_semicolon.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_semicolon.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_semicolon.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/abstract_method_declaration_with_semicolon.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_declaration_with_block.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_declaration_with_block.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_declaration_with_block.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_declaration_with_block.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_declaration_with_return_type.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_declaration_with_return_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_declaration_with_return_type.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_declaration_with_return_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_declaration_with_semicolon.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_declaration_with_semicolon.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_declaration_with_semicolon.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_declaration_with_semicolon.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_without_return_statement.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_without_return_statement.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/method_without_return_statement.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/method_without_return_statement.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_block.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_block.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_block.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_block.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_semicolon.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_semicolon.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_semicolon.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/08.method_body/native_method_declaration_with_semicolon.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/met_ret_this_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_05.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_05.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_06.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_06.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_07.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_07.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_08.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_08.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_09.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_09.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_10.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_10.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_11.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_11.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_method.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_method.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_abstract_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_declare_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_declare_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_declare_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_declare_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_function.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_function.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_interface_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_01.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_01.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_02.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_02.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_03.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_03.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_04.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_04.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/09.methods_returning_this/methods_returning_this_override_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/duplicate_method_with_override_equivalent_signatures.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/duplicate_method_with_override_equivalent_signatures.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/duplicate_method_with_override_equivalent_signatures.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/duplicate_method_with_override_equivalent_signatures.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_call.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_call.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_declaration_with_existed_name.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_declaration_with_existed_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_declaration_with_existed_name.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_declaration_with_existed_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_declaration_with_existed_name_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_declaration_with_existed_name_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_declaration_with_existed_name_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_declaration_with_existed_name_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_super_call_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_super_call_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_super_call_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_super_call_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_super_call_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_super_call_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/method_super_call_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/method_super_call_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/throws_clause_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/throws_clause_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/throws_clause_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/throws_clause_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/throws_clause_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/throws_clause_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/throws_clause_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/06.method_declarations/throws_clause_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_exception.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_exception.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_exception.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_exception.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_final_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_final_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_final_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_final_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_native_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_native_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_native_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_native_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_override_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_override_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_override_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_override_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_private_modifier_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_private_modifier_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_private_modifier_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_private_modifier_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_private_modifier_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_private_modifier_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_private_modifier_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_private_modifier_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_setter.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_setter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_setter.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_setter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_static_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_static_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_static_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_static_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_with_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_with_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_with_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_with_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_with_value_type.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_with_value_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/getter_with_value_type.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/getter_with_value_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_exception.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_exception.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_exception.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_exception.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_final_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_final_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_final_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_final_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_native_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_native_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_native_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_native_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_override_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_override_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_override_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_override_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_private_modifier_in_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_private_modifier_in_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_private_modifier_in_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_private_modifier_in_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_private_modifier_out_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_private_modifier_out_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_private_modifier_out_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_private_modifier_out_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_static_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_static_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_static_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_static_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_with_reference_type.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_with_reference_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_with_reference_type.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_with_reference_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_with_value_type.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_with_value_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/setter_with_value_type.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/07.accessor_declarations/setter_with_value_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_empty_initializer.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_empty_initializer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_empty_initializer.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_empty_initializer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_for.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_for.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_for.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_for.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_switch.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_switch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_switch.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_switch.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_try_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_while.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_while.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_declaration_while.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_declaration_while.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_with_return.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_with_return.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_with_return.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_with_return.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_with_super.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_with_super.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_with_super.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_with_super.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_with_this.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_with_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_initializer_with_this.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_initializer_with_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_multiple_initializer_blocks.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_multiple_initializer_blocks.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/abstract_class_multiple_initializer_blocks.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/abstract_class_multiple_initializer_blocks.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/astract_class_initializer_declaration_try.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/astract_class_initializer_declaration_try.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/astract_class_initializer_declaration_try.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/astract_class_initializer_declaration_try.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_empty_initializer.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_empty_initializer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_empty_initializer.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_empty_initializer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_before_decl.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_before_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_before_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_before_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_for.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_for.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_for.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_for.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_neg.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_neg_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_neg_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_neg_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_neg_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_switch.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_switch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_switch.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_switch.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_neg_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_neg_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_neg_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_neg_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_neg_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_neg_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_neg_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_neg_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_try_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_try_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_while.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_while.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_declaration_while.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_declaration_while.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_ensure_fields_initialized_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_incorrect_order.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_incorrect_order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_incorrect_order.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_incorrect_order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_order.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_order.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_order.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_order.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_order.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_order.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_order.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_order.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_return.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_return.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_return.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_return.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_super.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_super.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_super.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_super.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_super_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_super_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_super_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_super_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_this.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_this.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_type_variable.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_type_variable.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_type_variable.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_type_variable.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_type_variable_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_type_variable_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_initializer_with_type_variable_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_initializer_with_type_variable_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_multiple_initializer_blocks.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_multiple_initializer_blocks.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/class_multiple_initializer_blocks.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/08.class_initializer/class_multiple_initializer_blocks.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/01.formal_parameters/constructor_declaration_with_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/01.formal_parameters/constructor_declaration_with_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/01.formal_parameters/constructor_declaration_with_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/01.formal_parameters/constructor_declaration_with_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/Implicitly_superclass_constructor_invocation.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/Implicitly_superclass_constructor_invocation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/Implicitly_superclass_constructor_invocation.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/Implicitly_superclass_constructor_invocation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/circular_reference.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/circular_reference.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/circular_reference.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/circular_reference.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/constructor_with_return_expression3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/direct_invocation_itself.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/direct_invocation_itself.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/direct_invocation_itself.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/direct_invocation_itself.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/indirect_invocation_itself.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/indirect_invocation_itself.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/indirect_invocation_itself.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/indirect_invocation_itself.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_same_class.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_same_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_same_class.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_same_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/invocation_another_constructor_of_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/super_multicall.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/super_multicall.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/super_multicall.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/super_multicall.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/super_this_call.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/super_this_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/super_this_call.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/super_this_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_argument.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_argument.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_argument.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_argument.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_argument_neg.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_argument_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_argument_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_argument_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_multicall.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_multicall.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_multicall.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_multicall.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_super_call.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_super_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/this_super_call.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/02.constructor_body/this_super_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_inaccessible_super.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_inaccessible_super.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_inaccessible_super.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_inaccessible_super.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_recursively.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_recursively.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_recursively.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_recursively.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/call_to_this_super_must_be_first_stmt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_0.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_0.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_3.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_3.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/invocation_another_constructor_with_refer_to_instance_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/super_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/super_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/super_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/super_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/this_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/this_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.explicit_constructor_call/this_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/03.explicit_constructor_call/this_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/04.default_constructor/default_constructor.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/04.default_constructor/default_constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/04.default_constructor/default_constructor.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/04.default_constructor/default_constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/04.default_constructor/default_constructor_of_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/04.default_constructor/default_constructor_of_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/04.default_constructor/default_constructor_of_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/04.default_constructor/default_constructor_of_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration_with_same_signature_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration_with_type_arguments.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration_with_type_arguments.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/constructor_declaration_with_type_arguments.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/constructor_declaration_with_type_arguments.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/static_constructor_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/static_constructor_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/static_constructor_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/static_constructor_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/throws_clause_1.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/throws_clause_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/throws_clause_1.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/throws_clause_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/throws_clause_2.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/throws_clause_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/throws_clause_2.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/09.constructor_declaration/throws_clause_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_abstract_methods.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_abstract_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_abstract_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_abstract_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_abstract_methods_that_not_member.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_abstract_methods_that_not_member.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_abstract_methods_that_not_member.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_abstract_methods_that_not_member.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_abstract_methods_without.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_abstract_methods_without.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_abstract_methods_without.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_abstract_methods_without.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_method_from_not_direct_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_method_from_not_direct_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_method_from_not_direct_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_method_from_not_direct_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_method_with_subsignature.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_method_with_subsignature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_method_with_subsignature.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_method_with_subsignature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_method_wrong_modifier.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_method_wrong_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_method_wrong_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_method_wrong_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_methods.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_methods.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_methods.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_methods.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_methods.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_private_methods_from_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_private_methods_from_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_private_methods_from_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_private_methods_from_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_static_methods.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_static_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_static_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_static_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_static_methods.params.yaml b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_static_methods.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_static_methods.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_static_methods.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_static_methods_from_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_static_methods_from_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/inheritance_static_methods_from_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/09.classes/10.inheritance/inheritance_static_methods_from_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/abstract_method_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/abstract_method_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/abstract_method_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/abstract_method_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/empty_interface_declaration_with_type_params.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_extends_without_type.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_extends_without_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_extends_without_type.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_extends_without_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_negative.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_without_types.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_without_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_without_types.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_without_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_without_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_without_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/interface_fields_without_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/interface_fields_without_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields_negative.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/several_interface_fields_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/01.interface_declarations/several_interface_fields_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/circulary_interface_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/circulary_interface_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/circulary_interface_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/circulary_interface_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause_with_not_accessible_type.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause_with_not_accessible_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause_with_not_accessible_type.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_clause_with_not_accessible_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_itself.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_itself.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_itself.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_itself.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/extend_primitive_alias.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/parametrized_decalration.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/parametrized_decalration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/parametrized_decalration.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/parametrized_decalration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/reference_type_dependence_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/superinterface_with_same_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/superinterface_with_same_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/superinterface_with_same_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/superinterface_with_same_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/type_argument.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/type_argument.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/type_argument.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/type_argument.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/wildcart_type_argument.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/wildcart_type_argument.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/wildcart_type_argument.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/02.superinterfaces_and_subinterfaces/wildcart_type_argument.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members_negative.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/interface_members_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/interface_members_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/issue24865.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/issue24865.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/issue24865.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/03.interface_body/issue24865.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/field_initializer_with_other_field.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/field_initializer_with_other_field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/field_initializer_with_other_field.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/field_initializer_with_other_field.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/field_initializer_with_this.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/field_initializer_with_this.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/field_initializer_with_this.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/field_initializer_with_this.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/field_without_initializer.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/field_without_initializer.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/field_without_initializer.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/field_without_initializer.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members_negative.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/hidden_members_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/hidden_members_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/interface_field_decl.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/interface_field_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/interface_field_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/interface_field_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/interface_field_decl_negative.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/interface_field_decl_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/interface_field_decl_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/interface_field_decl_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_inheritance_private_member.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_inheritance_private_member.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_inheritance_private_member.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_inheritance_private_member.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_access.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_access.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_access.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_access.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_access.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_access.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/member_type_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/member_type_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/members_with_same_names.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/members_with_same_names.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/members_with_same_names.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/members_with_same_names.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/methods_overriding.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/methods_overriding.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/methods_overriding.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/methods_overriding.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/multiple_member_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/multiple_member_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/multiple_member_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/multiple_member_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_declaring.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_declaring.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_declaring.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_declaring.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_override_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_override_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_override_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_override_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_override_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_override_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_override_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_override_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_override_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_override_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/object_method_override_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/object_method_override_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/private_methods_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/private_methods_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/private_methods_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/private_methods_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/static_methods_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/static_methods_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/static_methods_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/04.interface_members/static_methods_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/external_interface_with_property_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/external_interface_with_property_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/external_interface_with_property_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/external_interface_with_property_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/external_interface_with_property_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/external_interface_with_property_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/external_interface_with_property_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/external_interface_with_property_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/getter_setter_form.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/getter_setter_form.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/getter_setter_form.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/getter_setter_form.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/interface_property_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/interface_property_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/interface_property_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/interface_property_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/readonly_simple_form_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/readonly_simple_form_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/readonly_simple_form_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/readonly_simple_form_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/readonly_simple_form_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/readonly_simple_form_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/readonly_simple_form_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/readonly_simple_form_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/simple_form.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/simple_form.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/simple_form.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/simple_form.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/undefined_interface_property_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/undefined_interface_property_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/05.interface_properties/undefined_interface_property_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/05.interface_properties/undefined_interface_property_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_abstract_methods.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_abstract_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_abstract_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_abstract_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_default_methods.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_default_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_default_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/inheritance_multiple_default_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/override_multiple_default_methods.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/override_multiple_default_methods.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/override_multiple_default_methods.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/override_multiple_default_methods.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_private_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_private_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_private_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_private_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method_with_wrong_signature.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method_with_wrong_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method_with_wrong_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_by_instance_methods/overriding_public_method_with_wrong_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/different_access_modifiers.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/different_access_modifiers.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/different_access_modifiers.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/different_access_modifiers.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/different_return_type.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/different_return_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/different_return_type.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/different_return_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/different_signature.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/different_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/different_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/different_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/object_method_override.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/object_method_override.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/object_method_override.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/object_method_override.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/same_return_type.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/same_return_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/same_return_type.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/same_return_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/same_signature.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/same_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/same_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/overriding_requirements/same_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/throws_clause_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/throws_clause_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/throws_clause_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/throws_clause_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/throws_clause_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/throws_clause_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/throws_clause_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/06.interface_method_declarations/throws_clause_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_31.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_31.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_32.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_32.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_33.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_33.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_34.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_34.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_35.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_35.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/child_interface_constants_inheritance_verification/child_interface_constants_inheritance_verification_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/inheriting_abstract_methods/class_implementation_single_inheritance_interface_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_31.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_31.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_32.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_32.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_33.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_33.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_34.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_34.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_35.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_35.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_36.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_36.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_default_method_conflict_handling/multi_inheritance_default_method_conflict_handling_36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/multi_inheritance_interface_abstract_method_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/overriding_the_default_method/class_implementation_multi_inheritance_interface_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/test_class_usage_of_conflicting_constants/test_class_usage_of_conflicting_constants_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_final_interface/verify_inheritance_final_interface.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_final_interface/verify_inheritance_final_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_final_interface/verify_inheritance_final_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_final_interface/verify_inheritance_final_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/accessing_parent_self_inheritance_interface/verify_interface_self_inheritance_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/null_interface_inheritance/other_interface_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/boundary_situation/transfer_parent_interface/transfer_interface_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_abstract_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_abstract_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_abstract_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_abstract_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_default_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_default_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_default_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_default_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_method_with_declared_signature.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_method_with_declared_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_method_with_declared_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_method_with_declared_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_private_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_private_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_private_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_private_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_private_method_with_declared_signature.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_private_method_with_declared_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_private_method_with_declared_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_private_method_with_declared_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_static_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_static_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_static_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_static_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_static_private_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_static_private_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/inheritance_static_private_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/inheritance_static_private_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_3.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_3.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_4.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_4.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_5.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_5.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_6.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_6.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_7.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_7.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_8.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_8.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_9.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_9.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/check_interface_rewrites/override_default_method_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_3.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_3.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_31.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_31.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_32.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_32.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_33.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_33.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_34.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_34.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_35.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_35.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_36.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_36.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_37.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_37.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_38.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_38.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_38.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_38.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_39.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_39.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_39.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_39.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_4.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_4.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_40.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_40.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_40.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_40.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_41.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_41.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_41.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_41.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_42.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_42.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_42.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_42.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_43.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_43.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_43.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_43.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_44.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_44.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_44.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_44.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_45.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_45.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_45.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_45.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_46.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_46.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_46.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_46.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_47.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_47.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_47.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_47.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_48.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_48.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_48.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_48.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_49.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_49.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_49.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_49.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_5.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_5.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_50.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_50.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_50.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_50.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_51.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_51.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_51.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_51.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_52.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_52.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_52.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_52.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_53.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_53.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_53.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_53.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_6.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_6.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_7.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_7.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_8.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_8.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_9.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_9.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/method_inheritance/inherited_abstract_method/inherited_abstract_method_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_3.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_3.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_31.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_31.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_32.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_32.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_33.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_33.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_34.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_34.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_35.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_35.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_4.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_4.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_5.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_5.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_6.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_6.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_7.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_7.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_8.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_8.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_9.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_9.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_3.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_3.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_31.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_31.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_32.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_32.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_33.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_33.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_4.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_4.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_5.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_5.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_6.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_6.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_7.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_7.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_8.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_8.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_9.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_9.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_methods_constants/multi_layer_interface_inheritance_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_31.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_31.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_32.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_32.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_33.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_33.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_34.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_34.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_35.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_35.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_36.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_36.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_37.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_37.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/multi_layer_interface_inheritance_override/multi_layer_interface_inheritance_override_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_0.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_0.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_1.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_1.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_2.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_2.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_3.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_3.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_4.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_4.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_5.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_5.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_6.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_6.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_7.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_7.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_8.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_8.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_9.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_9.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multi_layer_interface/type_system/type_system_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/conflict_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/child_specifies_parent_use_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/handle_interface_constant_conflicts/handle_interface_constant_conflicts_case_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleA.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleA.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleA.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleA.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleB.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleB.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleB.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/moduleB.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/multiple_parent_interfaces_same_constant_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceA.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceA.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceA.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceA.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceB.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceB.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceB.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/multiple_parent_interfaces_same_constant/namespaceB.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/childModule.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/childModule.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/childModule.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/childModule.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/parentModule.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/parentModule.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/parentModule.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/parentModule.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/multiple_interface/verify_override_conflict_method/verify_override_conflict_method_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/accessing_parent_static_interface/subclass_calls_parent_class_interface_method.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/same_name_method/same_name_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/static_method_inheritance/static_method/static_method_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/interface_inheritance_const/const_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_boolean_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_class_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_date_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_enum_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_int_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_interface_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_null_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_number_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_string_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_array_undefined_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_boolean_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_class_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_date_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_enum_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_25.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_25.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_26.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_26.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_27.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_27.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_28.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_28.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_29.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_29.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_30.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_30.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_31.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_31.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_32.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_32.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_32.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_32.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_33.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_33.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_33.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_33.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_34.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_34.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_34.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_34.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_35.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_35.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_35.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_35.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_36.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_36.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_36.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_36.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_37.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_37.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_37.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_37.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_38.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_38.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_38.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_38.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_39.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_39.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_39.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_39.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_40.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_40.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_40.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_genericclass_in_subclass_interface_40.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_int_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_interface_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_null_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_number_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_string_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_undefined_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_01.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_01.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_02.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_02.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_03.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_03.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_04.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_04.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_05.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_05.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_06.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_06.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_07.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_07.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_08.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_08.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_09.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_09.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_10.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_10.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_11.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_11.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_12.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_12.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_13.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_13.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_14.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_14.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_15.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_15.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_16.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_16.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_17.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_17.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_18.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_18.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_19.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_19.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_20.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_20.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_21.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_21.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_22.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_22.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_23.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_23.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_24.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_24.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.ets b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/10.interfaces/07.interface_inheritance/superinterfaces_and_subinterfaces/verify_constant_values_subinterface_class/constants_union_class_in_subclass_interface_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int.params.yaml b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int_n.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int_n.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/enum_int_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/01.enumeration_integer_values/enum_int_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str.params.yaml b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str_n.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str_n.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/02.enumeration_string_values/enum_str_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/02.enumeration_string_values/enum_str_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_constant_ordinal.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_constant_ordinal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_constant_ordinal.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_constant_ordinal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_constant_to_string.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_constant_to_string.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_constant_to_string.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_constant_to_string.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_constant_to_string_1.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_constant_to_string_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_constant_to_string_1.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_constant_to_string_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_call.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_call.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_interface.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_ensure_not_nullish_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name1.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name1.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name2.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name2.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name3.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name3.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name4.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name4.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name5.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_name5.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_name5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_values.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_values.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_values.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_values.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_values.params.yaml b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_values.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_member_values.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_member_values.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_type_methods_valueof.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_type_methods_valueof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/03.enumeration_operations/enum_type_methods_valueof.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/03.enumeration_operations/enum_type_methods_valueof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/any_number_of_constants.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/any_number_of_constants.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/any_number_of_constants.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/any_number_of_constants.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/const_enum.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/const_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/const_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/const_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/empty_enum.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/empty_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/empty_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/empty_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/enum_export.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/enum_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/enum_export.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/enum_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/enum_export.params.yaml b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/enum_export.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/enum_export.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/enum_export.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/repeating_constants.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/repeating_constants.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/repeating_constants.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/repeating_constants.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/simple_enum.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/simple_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/simple_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/simple_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/11.enumerations/to_export.ets b/static_core/plugins/ets/tests/arkts-cts/11.enumerations/to_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/11.enumerations/to_export.ets rename to static_core/plugins/ets/tests/arkts-cts/11.enumerations/to_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/error_call.ets b/static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/error_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/error_call.ets rename to static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/error_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/error_call_stack.ets b/static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/error_call_stack.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/error_call_stack.ets rename to static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/error_call_stack.ets diff --git a/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/error_call_with_recovery.ets b/static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/error_call_with_recovery.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/error_call_with_recovery.ets rename to static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/error_call_with_recovery.ets diff --git a/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/new_error_define_0.ets b/static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/new_error_define_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/new_error_define_0.ets rename to static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/new_error_define_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/new_error_define_1.ets b/static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/new_error_define_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/new_error_define_1.ets rename to static_core/plugins/ets/tests/arkts-cts/12.error_handling/01.errors/new_error_define_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_reexported_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_reexported_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_reexported_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_reexported_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_reexported_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_reexported_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/import_reexported_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/import_reexported_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/module_implicit_import.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/module_implicit_import.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/module_implicit_import.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/module_implicit_import.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/module_implicit_import.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/module_implicit_import.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/module_implicit_import.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/module_implicit_import.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/modules/declarations.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/modules/declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/modules/declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/modules/declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/modules/reexported_directives.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/modules/reexported_directives.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/modules/reexported_directives.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/modules/reexported_directives.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/modules/stdlib_implicit_import.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/modules/stdlib_implicit_import.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/modules/stdlib_implicit_import.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/01.separate_modules/modules/stdlib_implicit_import.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/02.separate_module_initializer/import_statements.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/02.separate_module_initializer/import_statements.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/02.separate_module_initializer/import_statements.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/02.separate_module_initializer/import_statements.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/02.separate_module_initializer/modules/statements.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/02.separate_module_initializer/modules/statements.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/02.separate_module_initializer/modules/statements.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/02.separate_module_initializer/modules/statements.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/01.bind_all_with_qualified_access/import_all_as.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name_as.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name_as.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name_as.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/import_simple_name_as.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as_non_neg.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as_non_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as_non_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/02.simple_name_binding/multiple_import_simple_name_as_non_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_1.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_1.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_4.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_4.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_5.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_5.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_6.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_6.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/explicitly_and_implicitly_import_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/import_same_names.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/import_same_names.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/import_same_names.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/import_same_names.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports_In_one.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports_In_one.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports_In_one.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/03.several_bindings_for_one_import_path/several_imports_In_one.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_export_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var_neg.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_const_var_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_enum.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_gen.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_gen.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_gen.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_gen.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_same_name.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_same_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_same_name.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_function_same_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_generic_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_generic_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_generic_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_generic_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_interface.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_tuple.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_tuple.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_tuple.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_tuple.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_type.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_type.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_union.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_union.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_variable.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_variable.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/default_import_variable.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/default_import_variable.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/export_default/selective_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/export_default/selective_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/export_default/selective_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/export_default/selective_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/export_default/single_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/export_default/single_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/export_default/single_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/export_default/single_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_allBinding.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_allBinding.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_allBinding.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_allBinding.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_selectiveBindings.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_selectiveBindings.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_selectiveBindings.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_defaultExport_selectiveBindings.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/import_default_exported_func_neg_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_default_export_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/04.default_import_binding/multiple_levels_default_export_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/export_multiple_default_types.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/export_multiple_default_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/export_multiple_default_types.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/export_multiple_default_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_alias.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_alias.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_alias.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_alias.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_neg_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_class_same_name_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_interface.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_boxed.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_boxed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_boxed.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_boxed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_default.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_default.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_primitive.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_primitive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_primitive.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/05.type_binding/type_binding_var_primitive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/bad/import_path_bad.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir_global.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir_global.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir_global.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/import_path_dir_global.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/module_a/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/module_a/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/module_a/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/module_a/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/nesteddir/module_a/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/nesteddir/module_a/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/nesteddir/module_a/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/dir/nesteddir/module_a/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_baseURL_path_file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_baseURL_path_file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_baseURL_path_file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_baseURL_path_file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/import_path_file_global.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/nesteddir/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/nesteddir/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/nesteddir/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/file/nesteddir/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/06.import_path/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import_all.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import_all.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import_all.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import_all.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import_as.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import_as.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import_as.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import_as.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import_as.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import_as.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/import_as.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/03.import_directives/import_as.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/core_default_import.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/core_default_import.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/core_default_import.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/core_default_import.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/core_default_import.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/core_default_import.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/core_default_import.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/core_default_import.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/stdlib_default_import.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/stdlib_default_import.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/stdlib_default_import.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/stdlib_default_import.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/stdlib_default_import.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/stdlib_default_import.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/stdlib_default_import.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/04.standard_library_usage/stdlib_default_import.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_modules.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_modules.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_modules.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_modules.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_modules.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_modules.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_modules.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_modules.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage4.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage4.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage5.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage5.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage6.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage6.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage_neg.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/05.declaration_modules/declaration_usage_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/05.declaration_modules/declaration_usage_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/module_b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/cyclic_dependency/test2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_once/global.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_once/global.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_once/global.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_once/global.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_once/module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_once/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_once/module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_once/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_once/test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_once/test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_once/test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_once/test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_order/module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_order/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_order/module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_order/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_order/test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_order/test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_order/test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/module/init_order/test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgA/test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgA/test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgA/test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgA/test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgB/module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgB/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgB/module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/cyclic_dependency/pkgB/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_once/global/module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_once/global/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_once/global/module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_once/global/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_once/pkg/module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_once/pkg/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_once/pkg/module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_once/pkg/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_once/test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_once/test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_once/test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_once/test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_order/pkg/module.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_order/pkg/module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_order/pkg/module.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_order/pkg/module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_order/test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_order/test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_order/test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/06.compilation_unit_initialization/package/init_order/test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_const.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_const.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_const.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_enum.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function_gen.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function_gen.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function_gen.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_function_gen.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_generic_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_generic_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_generic_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_generic_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_interface.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_tuple.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_tuple.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_tuple.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_tuple.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_type_2_level_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_union.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_union.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_variable.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_variable.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_variable.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_variable.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/non_default_export_type.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/non_default_export_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/non_default_export_type.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/non_default_export_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/nothing_exported.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/nothing_exported.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/nothing_exported.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/nothing_exported.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/export_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/exported_grouped_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_exported_element.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_exported_element.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_exported_element.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_exported_element.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_not_exported_element.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_not_exported_element.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_not_exported_element.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/import_not_exported_element.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_default_type.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_default_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_default_type.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_default_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_abstract_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_abstract_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_abstract_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_abstract_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_class_same_name_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_interface.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_boxed.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_boxed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_boxed.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_boxed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_primitive.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_primitive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_primitive.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_primitive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_tpl.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_tpl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_tpl.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/01.exported_declarations/type_exported_declarations/export_type_var_tpl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/bad_top_level_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/top_level_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/top_level_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/top_level_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/top_level_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/top_level_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/top_level_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.top-level_declarations/top_level_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/07.top-level_declarations/top_level_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_basics.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg1.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg1.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg10.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg10.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg11.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg11.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg12.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg12.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg13.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg13.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg14.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg14.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg15.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg15.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg16.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg16.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg4.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg4.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg5.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg5.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg6.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg6.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg7.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg7.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg8.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg8.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg9.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_declarations_neg9.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_declarations_neg9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_storage.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_storage.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_storage.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_storage.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_storage2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_storage2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/namespace_storage2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/namespace_storage2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/pack1/namespace_package1.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/pack1/namespace_package1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/pack1/namespace_package1.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/pack1/namespace_package1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/pack1/namespace_package2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/pack1/namespace_package2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/pack1/namespace_package2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/pack1/namespace_package2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/pack1/namespace_package3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/pack1/namespace_package3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/pack1/namespace_package3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/pack1/namespace_package3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec4_1.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec4_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec4_1.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec4_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec4_2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec4_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec4_2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec4_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec4_3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec4_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec4_3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec4_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos1.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos1.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos2.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos2.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos3.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos3.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos4.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/08.namespace_declarations/simple_spec_pos4.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/08.namespace_declarations/simple_spec_pos4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient01_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient02_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/ambient03_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_as_same_name.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_as_same_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_as_same_name.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_as_same_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_newclass.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_newclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_newclass.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_newclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_number.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_number.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_number.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_number.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_string.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_string.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_string.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_default_anonymous/export_string.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_nothing.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_nothing.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/export_nothing.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/export_nothing.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_between.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_between.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_between.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_between.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_first.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_first.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_first.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_first.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_last.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_last.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_last.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/multiple_export_as_last.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/negative_selective_exports.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/no_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/no_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/no_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/no_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/c.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/c.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01/d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/pkg01_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/selective_exports.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/single_as_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/single_as_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/single_as_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/single_as_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/single_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/single_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/single_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/single_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t01/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t01/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t01/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t01/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t01/b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t01/b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t01/b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t01/b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t01/c.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t01/c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t01/c.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t01/c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/c.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/c.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t02/d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/c.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/c.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t03/d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t03/d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/c.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/c.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t04/d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t04/d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/c.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/c.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t05/d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/01.selective_export_directive/t05/d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient01/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient01_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient01_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient01_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient01_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient02/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient02_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient02_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient02_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient02_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient03/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient03_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient03_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient03_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient03_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient04/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient04_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient04_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/ambient04_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/ambient04_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_add_expressions.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_add_expressions.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_add_expressions.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_add_expressions.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_array.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_array.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_lambda.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_lambda.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_lambda.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_lambda.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_multi_expressions.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_multi_expressions.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_multi_expressions.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_multi_expressions.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_newclass.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_newclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_newclass.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_newclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_number.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_number.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_number.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_number.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_string.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_string.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_string.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/export_default_anonymous/export_string.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/c.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/c.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/d.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/d.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01/d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01_test.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/pkg01_test.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/pkg01_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/single_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/single_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/single_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/single_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/single_export.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/single_export.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/single_export.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/02.single_export_directive/single_export.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/class_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/class_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/class_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/class_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b_twice.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b_twice.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b_twice.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/class_a_as_b_twice.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/const_as_type.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/const_as_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/const_as_type.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/const_as_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/export_already_declared.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/export_already_declared.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/export_already_declared.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/export_already_declared.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/export_as_already_declared.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/export_as_already_declared.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/export_as_already_declared.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/export_as_already_declared.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/export_type_of_as_type.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/export_type_of_as_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/export_type_of_as_type.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/export_type_of_as_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_by_old_name.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_by_old_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_by_old_name.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_by_old_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_twice.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_twice.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_twice.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/03.export_type_directive/negative_export_as_twice.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_all.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_all.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_all.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_all.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_all_renamed.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_all_renamed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_all_renamed.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_all_renamed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_b.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_b.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_b_re-export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_b_re-export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/module_b_re-export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/module_b_re-export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg01_re-export_all_by_old_names.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg01_re-export_all_by_old_names.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg01_re-export_all_by_old_names.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg01_re-export_all_by_old_names.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg01a/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg01a/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg01a/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg01a/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg01b/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg01b/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg01b/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg01b/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg02_re-export_all_with_rename.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg02_re-export_all_with_rename.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg02_re-export_all_with_rename.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg02_re-export_all_with_rename.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg02a/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg02a/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg02a/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg02a/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg02b/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg02b/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg02b/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg02b/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg03_re-export_all.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg03_re-export_all.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg03_re-export_all.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg03_re-export_all.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg03a/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg03a/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg03a/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg03a/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg03b/a.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg03b/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/pkg03b/a.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/pkg03b/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_by_old_names.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_by_old_names.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_by_old_names.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_by_old_names.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_namespace.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_namespace.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_namespace.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_namespace.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_with_rename.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_with_rename.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_with_rename.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/09.export_directives/04.re-export_directive/re-export_all_with_rename.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/block_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/block_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/block_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/block_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/block_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/block_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/block_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/block_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/block_execution.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/block_execution.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/block_execution.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/block_execution.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/multiple_block_execution.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/multiple_block_execution.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/10.top-level_statements/multiple_block_execution.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/10.top-level_statements/multiple_block_execution.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/11.program_entry_point/multiple_entrypoints.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/11.program_entry_point/multiple_entrypoints.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/11.program_entry_point/multiple_entrypoints.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/11.program_entry_point/multiple_entrypoints.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_cmdline.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_cmdline.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_cmdline.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_cmdline.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_error_coroutine.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_error_coroutine.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_error_coroutine.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_error_coroutine.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_error_coroutines.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_error_coroutines.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_error_coroutines.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_error_coroutines.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_export.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_export.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_invalid.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_invalid.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_invalid.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_invalid.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_no_handle_error.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_no_handle_error.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_no_handle_error.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_no_handle_error.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_normal.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_normal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_normal.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_normal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_normal_coroutine.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_normal_coroutine.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_normal_coroutine.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_normal_coroutine.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_normal_coroutines.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_normal_coroutines.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_normal_coroutines.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_normal_coroutines.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_package.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_package.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_package.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_package.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_top_level.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_top_level.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_top_level.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_top_level.ets diff --git a/static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_void.ets b/static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_void.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/13.compilation_units/12.program_exit/program_entry_void.ets rename to static_core/plugins/ets/tests/arkts-cts/13.compilation_units/12.program_exit/program_entry_void.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/01.constant_declarations/constant_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/01.constant_declarations/constant_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/01.constant_declarations/constant_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/01.constant_declarations/constant_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/01.constant_declarations/constant_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/01.constant_declarations/constant_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/01.constant_declarations/constant_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/01.constant_declarations/constant_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/02.function_declarations/function_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/02.function_declarations/function_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/02.function_declarations/function_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/02.function_declarations/function_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/02.function_declarations/function_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/02.function_declarations/function_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/02.function_declarations/function_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/02.function_declarations/function_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations_neg.ets b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/03.class_declarations/class_declarations_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/03.class_declarations/class_declarations_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/04.interface_declarations/interface_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/04.interface_declarations/interface_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/04.interface_declarations/interface_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/04.interface_declarations/interface_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/04.interface_declarations/interface_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/04.interface_declarations/interface_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/04.interface_declarations/interface_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/04.interface_declarations/interface_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/05.namespace_declarations/namespace_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/05.namespace_declarations/namespace_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/05.namespace_declarations/namespace_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/05.namespace_declarations/namespace_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/05.namespace_declarations/namespace_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/05.namespace_declarations/namespace_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/05.namespace_declarations/namespace_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/05.namespace_declarations/namespace_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/bad_ambient_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/bad_ambient_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/bad_ambient_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/bad_ambient_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/bad_ambient_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/bad_ambient_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/bad_ambient_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/14.ambient_declarations/bad_ambient_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_class_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subclass_array.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subclass_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subclass_array.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subclass_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subinterface_array.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subinterface_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subinterface_array.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/cast_to_subinterface_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/obj_cast_to_primitive.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/obj_cast_to_primitive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/obj_cast_to_primitive.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/obj_cast_to_primitive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/positive.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/04.subtyping_for_function_types/positive.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/array_type.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/array_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/array_type.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/array_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object_array.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object_array.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_object_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/cast_to_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/primitive_cast_to_object.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/primitive_cast_to_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_array_types/primitive_cast_to_object.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_array_types/primitive_cast_to_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_generic_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_generic_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_generic_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_generic_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object_with_parameters.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object_with_parameters.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object_with_parameters.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_object_with_parameters.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_cast_to_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_sub_and_superinterfaces.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_sub_and_superinterfaces.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_sub_and_superinterfaces.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_sub_and_superinterfaces.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_subinterface.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_subinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_subinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/generic_subinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_object.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_object.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_superclass.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_superclass.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_superclass.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_cast_to_superclass.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_superinterface.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_superinterface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_superinterface.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_class_and_interface_types/non_generic_superinterface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_type.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_type.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_union_type.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_union_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_union_type.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_other_types/literal_union_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_other_types/union_type.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_other_types/union_type.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_other_types/union_type.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_other_types/union_type.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/01.subtyping/subtyping_among_primitive_types/primitive_types_cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_19.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_19.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_20.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_20.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_21.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_21.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_22.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_22.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_23.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_23.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_24.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/02.type_identity/type_identity_case_24.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/02.type_identity/type_identity_case_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/class_and_interface.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/class_and_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/class_and_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/class_and_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/class_and_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/class_and_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/class_and_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/class_and_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/classes_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/classes_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/classes_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/classes_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/classes_compatibility.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/classes_compatibility.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/classes_compatibility.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/classes_compatibility.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/enums_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/enums_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/enums_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/enums_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility_opt.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility_opt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility_opt.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility_opt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility_opt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility_opt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/functions_compatibility_opt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/functions_compatibility_opt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/03.assignability/tuple_enum_and_object_literal.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_example.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_example.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_negative_example.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_negative_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_negative_example.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_class_negative_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function_negative.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/contravariance_function_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_example.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_example.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_negative_example.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_negative_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_negative_example.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_class_negative_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_function.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_function.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/covariance/covariance_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_19.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_19.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_20.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_20.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_21.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_21.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_22.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_22.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_23.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_23.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_24.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_24.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_25.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_25.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_26.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_26.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_27.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_27.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/example_type_variance_case_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_class_example.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_class_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_class_example.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_class_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_callback_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_incorrect.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_incorrect.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_incorrect.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/04.invariance_covariance_and_contravariance/invariance/invariance_function_incorrect.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/asymmetric_verification_case/asymmetric_verification_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/boundary_case/boundary_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/diff_type_compat_case/diff_type_compat_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/implicit_compat_case/implicit_compat_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/inheritance_relationship_compatibility_case/inheritance_relationship_compatibility_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/interface_implementation_compatibility_case/interface_implementation_compatibility_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params_spread.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params_spread.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params_spread.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params_spread.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params_spread.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params_spread.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/rest_params_spread.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/rest_params_spread.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_19.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_19.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_20.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_20.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_21.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_21.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_22.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_22.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_23.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_23.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_24.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_24.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_25.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_25.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_26.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_26.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_27.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_27.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_28.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_28.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_29.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_29.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_30.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_30.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/same_type_compat_no_implicit_case/same_type_compat_no_implicit_case_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/single_params.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/single_params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/single_params.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/single_params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/single_params.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/single_params.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/single_params.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/single_params.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/05.compatibility_call_args/tuple_rest_params.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01a.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01a.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01b.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01b.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01c.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01c.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01d.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_01d.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_01d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_10a.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_10a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_10a.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_10a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11a.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11a.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11b.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11b.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11c.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11c.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11d.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_11d.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_11d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_12a.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_12a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_12a.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_12a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_12b.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_12b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_12b.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_12b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13a.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13a.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13b.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13b.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13c.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13c.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13d.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/comb_13d.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/comb_13d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/cond_expr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/for_of_stmt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/func_overload.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/func_overload.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/func_overload.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/func_overload.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/func_overload.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/func_overload.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/func_overload.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/func_overload.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/if_stmt2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un3.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un3.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un4.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un4.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un4.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un4.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un4.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un4.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_bool_ops.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/un_num_ops.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/06.type_inference/01.smart_types/while_stmt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ex_6_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ex_6_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ex_6_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ex_6_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_0.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_0.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_10.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_10.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_3.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_3.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_4.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_4.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_5.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_5.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_6.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_6.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_7.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_7.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_8.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_8.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_9.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_9.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/overload_equivalent_example_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/pos.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/interface_override_with_object_example_return_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_array.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_enum.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_function.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_parameter.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_primitive.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatibility_tuple.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_compatible_signature.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/override_with_object_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_argument_equivalent_neg_n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_and_decl.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_from_same_cu.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_from_same_cu.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_from_same_cu.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_from_same_cu.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_import_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override_module.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override_module.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override_module.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/function_override_module.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_2params.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_2params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_2params.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_2params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_array.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_array.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_boxed.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_boxed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_boxed.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_boxed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_custom.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_custom.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_custom.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_custom.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_enum.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_enum.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_enum.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_enum.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_function.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_function.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_generic.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_no_arg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_no_arg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_no_arg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_no_arg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_primitive.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_primitive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_primitive.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_primitive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_tuple.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_tuple.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_tuple.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_tuple.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_union.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_union.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_a_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_all.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_all.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_all.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_all.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_2params.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_2params.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_2params.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_2params.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_array.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_array.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_boxed.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_boxed.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_boxed.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_boxed.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_custom.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_custom.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_custom.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_custom.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_function.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_function.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_generic.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_generic.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_generic.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_generic.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_no_arg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_no_arg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_no_arg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_no_arg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_primitive.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_primitive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_primitive.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_primitive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_tuple.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_tuple.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_tuple.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_tuple.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_union.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_union.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_union.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_b_union.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_3.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_3.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/modules/function_export_neg_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/access_modifier_over.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/class_method_over_n3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/constructor_overload.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/instance_method_over_n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_3.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_3.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_over_generic_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/single_class_overload_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/static_method_over_n2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/two_class_method_over_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/im_over2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/interface_return_value_overload_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/multiple_interfaces_inheritance.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/single_interface_overload_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/two_interfaces.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_func.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_func.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_meth.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_meth.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/01.applicable_candidates_selection/overload_no_candidate_meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_0.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_0.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_3.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_3.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/better_shorter_conversion_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_0.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_0.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_3.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_3.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_4_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_5_1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_5_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_5_1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_5_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_7.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_7.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/ex_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/09.initializer_block/bad-static-location.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/09.initializer_block/bad-static-location.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/09.initializer_block/bad-static-location.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/09.initializer_block/bad-static-location.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_f2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/cond_t2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_f.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/do_t.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_f.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/for_t.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_f2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/if_t2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/ops2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_f.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.params.yaml b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/10.compatibility_features/01.extended_conditional_expressions/while_t.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_01.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_01.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_02.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_02.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_03.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_03.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_04.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_04.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_05.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_05.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_06.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_06.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_07.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_07.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_07.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_08.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_08.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_08.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_09.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_09.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_09.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_09.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_10.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_10.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_11.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_11.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_12.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_12.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_13.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_13.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_14.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_14.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_15.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_15.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_16.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_16.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_17.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_17.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_18.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_18.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_19.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_19.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_20.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_20.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_21.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_21.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_22.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_22.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_23.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_23.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_24.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_24.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_25.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_25.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_26.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_26.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_27.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_27.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_28.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_28.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_29.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_29.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_30.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_30.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_31.ets b/static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/15.semantic_rules/semantic_rules_case_31.ets rename to static_core/plugins/ets/tests/arkts-cts/15.semantic_rules/semantic_rules_case_31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_spec_examples.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_spec_examples.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_spec_examples.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/01.character_literals/char_literals_spec_examples.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_arr_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/add_func_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/ch1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/cmp_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/conc_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_exp_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_fld_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val_n0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val_n0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val_n0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/cond_func_val_n0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_arr_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/dec_func_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_arr_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/inc_func_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_arr_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/sub_func_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_ref.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/unary_val.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4a.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4a.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4b.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4b.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4b.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4b.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4c.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4c.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4d.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/far4d.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/far4d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_n_rt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_10.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_10.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_15.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_15.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_17.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_17.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_18.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_18.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_21.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_21.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_4.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_4.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_5.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_5.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_6.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_6.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_7.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_7.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_8.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_8.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_9.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_9.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/02.fixed_array_types/fixed_array_types_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_literal.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_literal.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_literal.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_literal.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_literal.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_literal.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_literal.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_literal.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_create_from_type_parameter_neg_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_creation_expressions.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_creation_expressions.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_creation_expressions.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_creation_expressions.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_creation_expressions.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_creation_expressions.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/array_creation_expressions.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/array_creation_expressions.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/03.array_creation_expressions/expr_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/03.array_creation_expressions/expr_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/cte.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/cte.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/cte.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/cte.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/cte.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/cte.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/cte.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/cte.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_class.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_class.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_expr.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_expr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_expr.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_expr.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_expr.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_expr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_expr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_expr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_interface.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/04.indexable_types/ind_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/04.indexable_types/ind_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.iterable_types/it.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/05.iterable_types/it.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.iterable_types/it.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/05.iterable_types/it.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.iterable_types/it.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/05.iterable_types/it.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.iterable_types/it.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/05.iterable_types/it.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/01.callable_types_with_invoke_method/ct_invoke_access.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/02.callable_types_with_instantiate_method/ct_inst_access.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ct1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/06.callable_types/ct1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/07.statements/01.for-of_type_annotation/for_of_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading4.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading5.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/fn_overloading_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over1.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/02.class_method_overloading/cm_over3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co1_over.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co2_over.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/03.constructor_overloading/co3_over.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/dist.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/overload_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat10.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat10.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat11.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat11.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat4.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat4.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat5.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat5.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat6.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat6.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat7.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat7.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat8.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat8.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat9.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat9.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/01.native_functions/nat9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_body.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_body.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_body.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_body.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/02.native_methods/native_method_declaration_with_keywords.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc1_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/09.native_functions_and_methods/03.native_constructors/natc_local_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/extend_final_class.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/extend_final_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/extend_final_class.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/extend_final_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/fc.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration_and_inheritance.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration_and_inheritance.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration_and_inheritance.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/final_class_declaration_and_inheritance.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/override_methods_of_final_class.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/override_methods_of_final_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/01.final_classes/override_methods_of_final_class.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/01.final_classes/override_methods_of_final_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_declaration_with_modifiers_positive.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call_from_another_final_method.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call_from_another_final_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call_from_another_final_method.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_call_from_another_final_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_derived_class_call.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_derived_class_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_derived_class_call.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_derived_class_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_inside_class_call.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_inside_class_call.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_inside_class_call.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_method_inside_class_call.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_with_overrided_method.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_with_overrided_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_with_overrided_method.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/final_with_overrided_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/fm.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/hiding_final_method.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/hiding_final_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/hiding_final_method.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/hiding_final_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/overriding_final_method.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/overriding_final_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/overriding_final_method.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/10.final_classes_and_methods/02.final_methods/overriding_final_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/default_interface_method_n3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/private_interface_methods1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/private_interface_methods1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/private_interface_methods1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/private_interface_methods1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/private_interface_methods2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/private_interface_methods2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/11.default_interface_method_declarations/private_interface_methods2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/11.default_interface_method_declarations/private_interface_methods2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/a1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/functions_with_receiver_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/01.functions_with_receiver/i1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/02.receiver_types/functions_with_receiver_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/03.accessors_with_receiver/accessors_with_receiver_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/04.function_types_with_receiver/function_types_with_receiver_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/05.lambda_expressions_with_receiver/lambda_expressions_with_receiver.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/06.implicit_this_in_lambda/implicit_this_in_lambda_negative.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_array.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/12.adding_functionality_to_existing_types/extension_functions_interface.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_func.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_func.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_func.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_func.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_met.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_met.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_met.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_met.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_met.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_met.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_met.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_met.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_static_met.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_static_met.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_static_met.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_static_met.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_static_met.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_static_met.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/trlambda_static_met.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/13.trailing_lambda/trlambda_static_met.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getname.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getname.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getname.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getname.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getname_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getname_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getname_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getname_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalue_tostring_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_getvalueof_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_pipeline.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_pipeline.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_pipeline.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_pipeline.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_values.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_values.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_values.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_values.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_values_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_values_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/14.enumeration_methods/enum_type_methods_values_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/14.enumeration_methods/enum_type_methods_values_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/a_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/awaiting_coroutine/awaiting_coroutine_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/coroutines_ext.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/coroutines_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/coroutines_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/coroutines_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/coroutines_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/coroutines_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/coroutines_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/coroutines_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/promise_class/p.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/promise_class/p.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/promise_class/p.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/promise_class/p.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/promise_class/p.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/promise_class/p.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/promise_class/p.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/15.coroutines/promise_class/p.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/afunc_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions10.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions10.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions11.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions11.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions12.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions12.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions13.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions13.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions14.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions14.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions15.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions15.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions16.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions16.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions17.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions17.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions18.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions18.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions19.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions19.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions20.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions20.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions21.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions21.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions22.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions22.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions23.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions23.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions24.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions24.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions25.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions25.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions26.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions26.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions27.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions27.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions28.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions28.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions29.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions29.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions30.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions30.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions31.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions31.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions31.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions31.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions4.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions4.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions5.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions5.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions6.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions6.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions7.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions7.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions8.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions8.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions9.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions9.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/01.async_functions/async_functions9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/ameth_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method10.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method10.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method10.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method10.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method11.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method11.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method12.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method12.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method12.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method12.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method13.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method13.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method13.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method13.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method14.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method14.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method14.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method14.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method15.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method15.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method15.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method15.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method16.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method16.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method16.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method16.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method17.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method17.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method17.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method17.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method18.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method18.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method18.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method18.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method19.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method19.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method19.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method19.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method20.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method20.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method20.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method20.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method21.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method21.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method21.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method21.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method22.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method22.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method22.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method22.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method23.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method23.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method23.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method23.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method24.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method24.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method24.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method24.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method25.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method25.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method25.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method25.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method26.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method26.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method26.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method27.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method27.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method27.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method27.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method28.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method28.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method28.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method28.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method29.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method29.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method29.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method29.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method30.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method30.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method30.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method30.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method4.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method4.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method5.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method5.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method6.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method6.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method7.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method7.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method8.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method8.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method9.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method9.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/16.async_functions_and_methods/02.async_methods/async_method9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test/internal_interface_access_in_package.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test/internal_interface_access_in_package.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test/internal_interface_access_in_package.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test/internal_interface_access_in_package.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/class_c.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/class_c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/class_c.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/class_c.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/internal_access_in_package02.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/internal_access_in_package02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/internal_access_in_package02.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/internal_access_in_package02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test03/internal_access_in_package03.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test03/internal_access_in_package03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test03/internal_access_in_package03.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test03/internal_access_in_package03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_constructor_access_in_package.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_constructor_access_in_package.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_constructor_access_in_package.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_constructor_access_in_package.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/Test/internal_member_access_in_package.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_constructor_access.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_constructor_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_constructor_access.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_constructor_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_interface_access.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_interface_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_interface_access.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_interface_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/01.internal_access_modifier/internal_member_access.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p1/init1_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p1/init1_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p1/init1_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p1/init1_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p2/init2_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p2/init2_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p2/init2_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p2/init2_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p3/main_test.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p3/main_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p3/main_test.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p3/main_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p3/packageP3/init3_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p4/init4_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p4/init4_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p4/init4_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p4/init4_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p4/init4_2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p4/init4_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p4/init4_2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p4/init4_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p5/init5_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p5/init5_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p5/init5_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p5/init5_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p6/init6_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p6/init6_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/02.package_initializer/p6/init6_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/02.package_initializer/p6/init6_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/bad_package_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_a/pkg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkg_b/pkg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_0.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_a3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/pkgs_ab3.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_alias.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_alias.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_alias.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_alias.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_explicit_name.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_explicit_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_explicit_name.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_explicit_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_name.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_name.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/shadow_function_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/package_declarations.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/package_declarations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/package_declarations.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/package_declarations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/package_declarations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/package_declarations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/package_declarations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/17.packages/package_declarations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex2_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex3_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4_1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4_1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex4_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex5.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex5.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/01.non_nullish_type_parameter/ex5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return0.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return0.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return00.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return00.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return00.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return00.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return1.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return1.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return11.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return11.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return11.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return11.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return3.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return3.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return5.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return5.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return7.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return7.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return9.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return9.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return9.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return9.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.ets b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/17.experimental_features/18.generics_experimental/generics_nonull_return_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_arrays.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/declaration_types_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_coincide_name_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_coincide_name_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_coincide_name_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_coincide_name_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_coincide_name_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_coincide_name_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_coincide_name_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_coincide_name_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_default_values_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_default_values_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_inheritance_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_inheritance_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_inheritance_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_inheritance_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_inheritance_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_inheritance_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_inheritance_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_inheritance_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_top_level.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_top_level.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_top_level.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_top_level.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_top_level_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_top_level_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_top_level_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_top_level_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_type_definition.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_type_definition.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/declaration_type_definition.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/01.declaring_annotations/declaration_type_definition.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/01.using_single_field_annotations/annotation_places_single_arrays.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places_arrays.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places_arrays.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places_arrays.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places_arrays.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places_arrays.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places_arrays.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/annotation_places_arrays.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/annotation_places_arrays.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/02.using_annotations/using_annotations_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/02.using_annotations/using_annotations_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_export.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_export.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_export_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_part_export.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_part_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/annotation_part_export.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/annotation_part_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/to_export.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/to_export.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/to_export.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/to_export.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/to_export_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/to_export_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/03.exporting_and_importing_annotations/to_export_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/03.exporting_and_importing_annotations/to_export_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.d.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/ambient_annotations.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/import_ambient_annotation.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/import_ambient_annotation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations/import_ambient_annotation.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations/import_ambient_annotation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.d.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/ambient_annotations_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/ambient_annotations_n/import_ambient_annotation_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.d.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/annotation_ambient_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/import_annotated_decl_class.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/import_annotated_decl_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/annotation_ambient_decl/import_annotated_decl_class.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/04.ambient_annotations/annotation_ambient_decl/import_annotated_decl_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.ets b/static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.ets rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/18.annotations/05.standard_annotations/01.retention_annotation/retention_annotation_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl01.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl01.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl02.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl02.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl03.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl03.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl04.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl04.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl05.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl05.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl05.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl06.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/ipl06.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/ipl06.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_01.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_01.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_01.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_02.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_02.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_02.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_03.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_03.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_03.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_04.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/01.import_path_lookup/test_file_04.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/01.import_path_lookup/test_file_04.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_0.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_0.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_1.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_1.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_2.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_2.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_3.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_3.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_4.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_4.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_5.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_5.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_5.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_5.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_6.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_6.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_7.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_7.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_8.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_8.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_export0.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_export0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_export0.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/compilation_units_in_host_system_export0.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_2.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_2.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_3.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_3.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg1/compilation_units_in_host_system_3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export1.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export1.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export1.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export3.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export3.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg2/compilation_units_in_host_system_export3.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg3/compilation_units_in_host_system_export2.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg3/compilation_units_in_host_system_export2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg3/compilation_units_in_host_system_export2.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg3/compilation_units_in_host_system_export2.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg3/pkg4/compilation_units_in_host_system_export4.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg3/pkg4/compilation_units_in_host_system_export4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg3/pkg4/compilation_units_in_host_system_export4.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg3/pkg4/compilation_units_in_host_system_export4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg5/test_empty.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg5/test_empty.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg5/test_empty.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg5/test_empty.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg6/pkg6.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg6/pkg6.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg6/pkg6.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg6/pkg6.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg7.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg7.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg7.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg7.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg7/compilation_units_in_host_system_export4.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg7/compilation_units_in_host_system_export4.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg7/compilation_units_in_host_system_export4.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg7/compilation_units_in_host_system_export4.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg8.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg8.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg8/pkg8.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg8/pkg8.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/pkg8/pkg8.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/02.compilation_units_in_host_system/pkg8/pkg8.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.params.yaml b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/03.how_to_get_type_via_reflection/how_to_get_type_via_reflection_ext.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_class_test.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_class_test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_class_test.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_class_test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_empty_class.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_empty_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_empty_class.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_empty_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_extends_class.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_extends_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_extends_class.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_extends_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_implements_interface.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_implements_interface.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_implements_interface.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_implements_interface.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_simple_class.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_simple_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/05.keyword_struct_and_arkui/struct_simple_class.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/05.keyword_struct_and_arkui/struct_simple_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.params.yaml b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/test.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.params.yaml b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/contant_and_function.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.params.yaml b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/cycle_assignment.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.params.yaml b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/two_constants.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.ets b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.ets rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.params.yaml b/static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.params.yaml rename to static_core/plugins/ets/tests/arkts-cts/20.implementation_details/07.uniqueness_of_functional_objects/unique_function.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt_default.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt_default.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt_default.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt_default.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt_nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt_nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt_nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt_nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt_nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt_nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/01.predefined_types__02.boxed_types/bt_nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/01.predefined_types__02.boxed_types/bt_nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch2.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch2.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch2.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch3.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch3.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch3.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch3.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/catch_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/exec.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/exec.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/exec.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/exec.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/exec.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/exec.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/exec.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/exec.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/finally_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/spec_example.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/spec_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/spec_example.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/spec_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/try.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/try.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/try.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/try.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/try.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/try.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/try.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/02.multiple_catch_clauses_in_try_statements/try.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/func.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/func.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/func.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/func.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/lmbd.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/meth.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/meth.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.implicit_generic_instantiations/meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/03.types/19.union_types/03.keyof_types/keyof_inner_class.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_const/decl-const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_const/decl-const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var-neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var-neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/04.boxing_conversion/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/04.boxing_conversion/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/generic_class_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/generic_function_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/generic_interface_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/generic_method_abstr_constraint.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/assn_var/assn-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/assn_var/assn-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_cons/call-cons.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_cons/call-cons.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_func/call-func.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_func/call-func.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd-nan_2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_lmbd/call-lmbd_2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/call_meth/call-meth.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/call_meth/call-meth.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_arr/comp-arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_arr/comp-arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-clss.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-clss.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/comp_obj/comp-intf.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/comp_obj/comp-intf.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_const/decl-const.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_const/decl-const.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_field/decl-field.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_field/decl-field.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var-nan.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/05.unboxing_conversion/decl_var/decl-var.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/05.unboxing_conversion/decl_var/decl-var.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/ase.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/ase.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/ase.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/06.contexts_and_conversions/05.implicit_conversions/05.widening_reference_conversions/ase.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ase_neg.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/exc.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/29.assignment/01.simple_assignment_operator/ord26.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/29.assignment/01.simple_assignment_operator/ord26.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/29.assignment/01.simple_assignment_operator/ord26.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/07.expressions/29.assignment/01.simple_assignment_operator/ord26.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_3/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_3/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_3/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_3/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_3/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_3/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/dir_int_3/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/dir_int_3/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_A1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_A1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_A1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_A1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_A2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B1/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B1/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B1/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B1/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B2/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B2/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B2/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B2/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B3/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B3/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B3/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B3/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B4/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B4/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkg_int_B4/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkg_int_B4/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/acc/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/con/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/dir_int_3/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_A1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_A1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_A1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_A1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_A2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_B1/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_B1/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_B1/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_B1/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_B2/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_B2/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkg_int_B2/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkg_int_B2/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/constructor/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_3/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_3/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_3/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_3/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_3/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_3/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/dir_int_3/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/dir_int_3/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_A1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_A1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_A1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_A1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_A2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B1/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B1/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B1/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B1/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B2/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B2/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B2/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B2/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B3/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B3/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B3/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B3/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B4/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B4/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkg_int_B4/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkg_int_B4/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/fld/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_3/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_3/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_3/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_3/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_3/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_3/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/dir_int_3/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/dir_int_3/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_A1/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_A1/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_A1/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_A1/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_A.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_A.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_A.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_A.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_B.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_B.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_B.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_A2/file_B.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B1/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B1/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B1/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B1/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B2/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B2/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B2/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B2/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B3/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B3/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B3/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B3/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B4/file.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B4/file.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkg_int_B4/file.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkg_int_B4/file.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkgmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkgmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkgmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkgmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkgmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkgmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/pkgmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/pkgmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/sepmod.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/sepmod.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/sepmod.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/sepmod.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/sepmod.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/sepmod.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/sepmod.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/03.class_members/met/sepmod.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_1.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_1.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/method_overload_relatioship_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_abstract_method.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_abstract_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_abstract_method.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_abstract_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_hided_method.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_hided_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_hided_method.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_hided_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_overrided_method.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_overrided_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_overrided_method.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/no_throwing_in_overrided_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_abstract_method.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_abstract_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_abstract_method.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_abstract_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_hided_method.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_hided_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_hided_method.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_hided_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_overrided_method.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_overrided_method.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_overrided_method.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/06.method_declarations/06.overriding_methods/throwing_in_overrided_method.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/08.class_initializer/class_initializer_with_throws.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/08.class_initializer/class_initializer_with_throws.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/08.class_initializer/class_initializer_with_throws.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/08.class_initializer/class_initializer_with_throws.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_rethrow.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_rethrow.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_rethrow.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_rethrow.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_throw.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_throw.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_throw.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/09.constructor_declaration/constructor_declaration_with_throw.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/access_parent_data_n.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_and_interface_declaration.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_out_of_visibility_area.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_refer_on_constant.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_access_modifier.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_already_declared_name.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_already_declared_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_already_declared_name.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_class_with_already_declared_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_interface_with_already_declared_name.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_interface_with_already_declared_name.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/11.local_classes_and_interfaces/local_interface_with_already_declared_name.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/09.classes/11.local_classes_and_interfaces/local_interface_with_already_declared_name.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/13.compilation_units/03.import_directives/04.default_import_binding/default_import_struct.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/13.compilation_units/03.import_directives/04.default_import_binding/default_import_struct.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/13.compilation_units/03.import_directives/04.default_import_binding/default_import_struct.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/13.compilation_units/03.import_directives/04.default_import_binding/default_import_struct.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_struct.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_struct.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_struct.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/13.compilation_units/07.top-level_declarations/01.exported_declarations/default_exported_declarations/default_export_struct.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/14.enumeration_types_conversions/enum_to_obj_cast.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor_call_with_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor_call_without_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor_call_without_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/constructor_call_without_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/constructor_call_without_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function_call_with_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function_call_with_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function_call_with_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function_call_with_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function_call_with_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function_call_with_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function_call_with_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function_call_with_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function_without_keyword.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function_without_keyword.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/function_without_keyword.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/function_without_keyword.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda_call_with_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda_without_keyword.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda_without_keyword.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/01.throwing_functions/lambda_without_keyword.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/01.throwing_functions/lambda_without_keyword.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/constructor_with_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/constructor_with_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/constructor_with_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/constructor_with_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_keyword.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_keyword.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_keyword.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/constructor_without_keyword.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/function_call_without_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/function_call_without_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/function_call_without_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/function_call_without_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/function_with_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/function_with_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/function_with_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/function_with_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/function_without_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/function_without_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/function_without_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/function_without_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/lambda_call_without_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/lambda_call_without_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/lambda_call_without_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/lambda_call_without_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/lambda_with_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/lambda_with_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/lambda_with_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/lambda_with_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/lambda_without_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/lambda_without_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/02.non_throwing_functions/lambda_without_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/02.non_throwing_functions/lambda_without_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_declaration.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_default_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_default_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_default_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_default_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_non_throwing_function.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_non_throwing_function.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_non_throwing_function.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_non_throwing_function.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_throw.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_throw.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_throw.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_with_throw.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_without_catch.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_without_catch.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_without_catch.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/03.rethrowing_functions/rethrowing_function_without_catch.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc00c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc01c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc02c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc03c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc04c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc05c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc06c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc07c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/exc08c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini00c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01c.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01c.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01c.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/ini01c.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/spec_example.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/spec_example.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/04.exceptions_and_initialization_expression/spec_example.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/04.exceptions_and_initialization_expression/spec_example.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_arr.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_obj.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_prim2.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/05.exceptions_and_errors_inside_field_initializers/fld_tup.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/new_exception_define.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/new_exception_define.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/new_exception_define.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/new_exception_define.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception_with_try_call_0.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception_with_try_call_0.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception_with_try_call_0.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception_with_try_call_0.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception_with_try_call_1.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception_with_try_call_1.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception_with_try_call_1.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception_with_try_call_1.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception_with_try_declaration.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception_with_try_declaration.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/15.exceptions/throw_exception_with_try_declaration.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/15.exceptions/throw_exception_with_try_declaration.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/negative_cases.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/negative_cases.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/negative_cases.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/negative_cases.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/negative_cases.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/negative_cases.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/negative_cases.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/negative_cases.params.yaml diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/positive_cases.ets b/static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/positive_cases.ets similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/positive_cases.ets rename to static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/positive_cases.ets diff --git a/static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/positive_cases.params.yaml b/static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/positive_cases.params.yaml similarity index 100% rename from static_core/plugins/ets/tests/ets-templates_deprecated/least_upper_bound/positive_cases.params.yaml rename to static_core/plugins/ets/tests/arkts-cts_deprecated/least_upper_bound/positive_cases.params.yaml diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-excluded-DI.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-excluded-DI.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-excluded-DI.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-excluded-DI.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-excluded-JIT-REPEATS.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-excluded-JIT-REPEATS.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-excluded-JIT-REPEATS.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-excluded-JIT-REPEATS.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-excluded.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-excluded.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-excluded.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-excluded.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-AOT.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-AOT.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-AOT.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-AOT.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-CPP-ASAN.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-CPP-ASAN.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-CPP-ASAN.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-CPP-ASAN.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-CPP-OL0.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-CPP-OL0.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-CPP-OL0.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-CPP-OL0.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-CPP.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-CPP.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-CPP.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-CPP.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-OL0.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-OL0.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-OL0.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-OL0.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-OL2.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-OL2.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64-OL2.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64-OL2.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-AMD64.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-AMD64.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-AOT.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-AOT.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-AOT.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-AOT.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-CPP-OL0.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-CPP-OL0.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-CPP-OL0.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-CPP-OL0.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-JIT.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-JIT.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-JIT.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-JIT.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-OL0.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-OL0.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64-OL0.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64-OL0.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ARM64.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ARM64.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ASAN.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ASAN.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-ASAN.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-ASAN.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-DI.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-DI.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-DI.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-DI.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-ASAN.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-JIT-ASAN.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-ASAN.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-JIT-ASAN.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-REPEATS.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-JIT-REPEATS.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-REPEATS.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-JIT-REPEATS.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-OL2.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-OL2.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-OL2.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-OL2.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-TSAN.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-TSAN.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-TSAN.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored-TSAN.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored.txt b/static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored.txt similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored.txt rename to static_core/plugins/ets/tests/test-lists/arkts-cts/arkts-cts-ignored.txt diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/chapters.yaml b/static_core/plugins/ets/tests/test-lists/arkts-cts/chapters.yaml similarity index 100% rename from static_core/plugins/ets/tests/test-lists/ets-cts/chapters.yaml rename to static_core/plugins/ets/tests/test-lists/arkts-cts/chapters.yaml diff --git a/static_core/tests/tests-u-runner-2/README.md b/static_core/tests/tests-u-runner-2/README.md index 6f4016887e..fdedbafabf 100644 --- a/static_core/tests/tests-u-runner-2/README.md +++ b/static_core/tests/tests-u-runner-2/README.md @@ -107,7 +107,7 @@ Examples: - `hermes-excluded.txt` - list of excluded tests from Hermes suite, applied in any configuration. - `parser-js-ignored.txt` - list of ignored tests from JS Parser suite, applied in any configuration. - `ets-func-tests-ignored.txt` - list of ignored tests in `ets-func-tests` test suite -- `ets-cts-FastVerify-ignored-OL2.txt` - list of ignored tests for `ets-cts` test suite and for opt-level=2. `FastVerify` is additional info. +- `arkts-cts-FastVerify-ignored-OL2.txt` - list of ignored tests for `arkts-cts` test suite and for opt-level=2. `FastVerify` is additional info. In any test list the test is specified as path to the test file relative from the `test_root`: Examples: diff --git a/static_core/tests/tests-u-runner-2/cfg/test-suites/ets-cts.yaml b/static_core/tests/tests-u-runner-2/cfg/test-suites/arkts-cts.yaml similarity index 82% rename from static_core/tests/tests-u-runner-2/cfg/test-suites/ets-cts.yaml rename to static_core/tests/tests-u-runner-2/cfg/test-suites/arkts-cts.yaml index 012e6f14e3..63d71741d7 100644 --- a/static_core/tests/tests-u-runner-2/cfg/test-suites/ets-cts.yaml +++ b/static_core/tests/tests-u-runner-2/cfg/test-suites/arkts-cts.yaml @@ -13,10 +13,10 @@ version: 0.0.0.1 type: test-suite -suite-name: ets-cts -test-root: ${ARKCOMPILER_RUNTIME_CORE_PATH}/static_core/plugins/ets/tests/ets-templates -list-root: ${ARKCOMPILER_RUNTIME_CORE_PATH}/static_core/plugins/ets/tests/test-lists/ets-cts -generator-class: runner.extensions.generators.ets_cts.ets_templates_generator.EtsTemplatesGenerator +suite-name: arkts-cts +test-root: ${ARKCOMPILER_RUNTIME_CORE_PATH}/static_core/plugins/ets/tests/arkts-cts +list-root: ${ARKCOMPILER_RUNTIME_CORE_PATH}/static_core/plugins/ets/tests/test-lists/arkts-cts +generator-class: runner.extensions.generators.arkts_cts.ets_templates_generator.EtsTemplatesGenerator parameters: extension: ets diff --git a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/__init__.py b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/__init__.py similarity index 100% rename from static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/__init__.py rename to static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/__init__.py diff --git a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/benchmark.py b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/benchmark.py similarity index 94% rename from static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/benchmark.py rename to static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/benchmark.py index 9d770e3b14..5ce17ac65e 100644 --- a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/benchmark.py +++ b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/benchmark.py @@ -18,8 +18,8 @@ from pathlib import Path from runner import common_exceptions -from runner.extensions.generators.ets_cts.params import Params -from runner.extensions.generators.ets_cts.template import Template +from runner.extensions.generators.arkts_cts.params import Params +from runner.extensions.generators.arkts_cts.template import Template from runner.logger import Log from runner.utils import write_2_file diff --git a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/copyright.txt b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/copyright.txt similarity index 100% rename from static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/copyright.txt rename to static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/copyright.txt diff --git a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/ets_templates_generator.py b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/ets_templates_generator.py similarity index 96% rename from static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/ets_templates_generator.py rename to static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/ets_templates_generator.py index 72b3cb590a..3ce25653ab 100644 --- a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/ets_templates_generator.py +++ b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/ets_templates_generator.py @@ -19,7 +19,7 @@ import os import shutil from pathlib import Path -from runner.extensions.generators.ets_cts.benchmark import Benchmark +from runner.extensions.generators.arkts_cts.benchmark import Benchmark from runner.extensions.generators.igenerator import IGenerator from runner.logger import Log from runner.options.config import Config diff --git a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/params.py b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/params.py similarity index 100% rename from static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/params.py rename to static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/params.py diff --git a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/template.py b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/template.py similarity index 100% rename from static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/template.py rename to static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/template.py diff --git a/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/test_template.tpl b/static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/test_template.tpl similarity index 100% rename from static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_cts/test_template.tpl rename to static_core/tests/tests-u-runner-2/runner/extensions/generators/arkts_cts/test_template.tpl diff --git a/static_core/tests/tests-u-runner-2/runner/test/environment_test/init_test.py b/static_core/tests/tests-u-runner-2/runner/test/environment_test/init_test.py index 8050dbf321..2c39e507aa 100644 --- a/static_core/tests/tests-u-runner-2/runner/test/environment_test/init_test.py +++ b/static_core/tests/tests-u-runner-2/runner/test/environment_test/init_test.py @@ -54,11 +54,11 @@ class InitRunnerTest(TestCase): self.assertTrue(InitRunner.should_runner_initialize(["runner.sh", "--init"])) def test_should_runner_initialize_yes2(self) -> None: - cli_options = ["runner.sh", "es2panda", "ets-cts", "--init", "--show-progress"] + cli_options = ["runner.sh", "es2panda", "arkts-cts", "--init", "--show-progress"] self.assertTrue(InitRunner.should_runner_initialize(cli_options)) def test_should_runner_initialize_no(self) -> None: - self.assertFalse(InitRunner.should_runner_initialize(["runner.sh", "only-es2panda", "ets-cts"])) + self.assertFalse(InitRunner.should_runner_initialize(["runner.sh", "only-es2panda", "arkts-cts"])) @patch('builtins.input', return_value=existing_path_01) def test_input_value_must_exist_exist(self, _: MagicMock) -> None: diff --git a/static_core/tests/tests-u-runner/cfg/ets-cts-int.yaml b/static_core/tests/tests-u-runner/cfg/arkts-cts-int.yaml similarity index 90% rename from static_core/tests/tests-u-runner/cfg/ets-cts-int.yaml rename to static_core/tests/tests-u-runner/cfg/arkts-cts-int.yaml index 5ccebb9449..332c2d4311 100644 --- a/static_core/tests/tests-u-runner/cfg/ets-cts-int.yaml +++ b/static_core/tests/tests-u-runner/cfg/arkts-cts-int.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -12,10 +12,10 @@ # limitations under the License. test-suites: - - ets_cts + - arkts_cts general: build: $panda_build - report-root: /tmp/ets-cts + report-root: /tmp/arkts-cts # verbose: one of: NONE, SHORT, ALL verbose: NONE # verbose-filter: one of NEW, IGNORED, ALL diff --git a/static_core/tests/tests-u-runner/main.py b/static_core/tests/tests-u-runner/main.py index e27e1f1264..2bd19a0afd 100755 --- a/static_core/tests/tests-u-runner/main.py +++ b/static_core/tests/tests-u-runner/main.py @@ -46,7 +46,7 @@ def get_runners(config: Config, registry: PluginsRegistry, logger: Logger) -> Li elif test_suite.startswith("declgen_ets2ets"): plugin = "declgenets2ets" else: - plugin = "ets" if test_suite.startswith("ets") or test_suite.startswith("ets") else test_suite + plugin = "ets" if test_suite.startswith("ets") or test_suite.startswith("arkts") else test_suite runner_class = registry.get_runner(plugin) if runner_class is not None: runners.append(runner_class(config)) diff --git a/static_core/tests/tests-u-runner/readme.md b/static_core/tests/tests-u-runner/readme.md index f40565fb0c..52cdfdd42d 100644 --- a/static_core/tests/tests-u-runner/readme.md +++ b/static_core/tests/tests-u-runner/readme.md @@ -63,8 +63,8 @@ python3 $PROJECT/tests/tests-u-runner/main.py --build-dir $BUI `--ets-gc-stress` - `GC stress tests` - `--ets-runtime` - `ETS runtime tests` Tests folder: `ets_frontend/ets2panda/test/runtime/ets` -- `--ets-cts` - CTS language specification tests - Tests folder: `plugins/ets/tests/ets-templates` +- `--arkts-cts` - CTS language specification tests + Tests folder: `plugins/ets/tests/arkts-cts` Chapters: - `all` - `chapter02` - `02.lexical_elements` @@ -174,7 +174,7 @@ Examples: - `hermes-excluded.txt` - list of excluded tests from Hermes suite, applied in any configuration. - `parser-js-ignored.txt` - list of ignored tests from JS Parser suite, applied in any configuration. - `ets-func-tests-ignored.txt` - list of ignored tests in `ets-func-tests` test suite -- `ets-cts-FastVerify-ignored-OL2.txt` - list of ignored tests for `ets-cts` test suite and for opt-level=2. `FastVerify` is additional info. +- `arkts-cts-FastVerify-ignored-OL2.txt` - list of ignored tests for `arkts-cts` test suite and for opt-level=2. `FastVerify` is additional info. In any test list the test is specified as path to the test file relative from the `test_root`: Examples: diff --git a/static_core/tests/tests-u-runner/runner/options/cli_options.py b/static_core/tests/tests-u-runner/runner/options/cli_options.py index fe267b3b20..8ef29b9d19 100755 --- a/static_core/tests/tests-u-runner/runner/options/cli_options.py +++ b/static_core/tests/tests-u-runner/runner/options/cli_options.py @@ -106,8 +106,8 @@ def add_sts_test_suite_args(parser: argparse.ArgumentParser) -> None: default=None, help='run ETS GCStress tests') ets_mutex_group.add_argument( - '--ets-cts', action='store_true', dest='ets_cts', - default=None, help='run ets-templates tests') + '--arkts-cts', action='store_true', dest='arkts_cts', + default=None, help='run arkts-cts tests') ets_mutex_group.add_argument( '--ets-es-checked', action='store_true', dest='ets_es_checked', default=None, help='run es checked templates tests') @@ -534,7 +534,7 @@ def add_declgen_ets2ts_args(parser: argparse.ArgumentParser) -> None: parser.add_argument( '--declgen-ets2ts-cts', action='store_true', dest='declgen_ets2ts_cts', default=None, - help="run declgen_ets2ts ets-templates tests") + help="run declgen_ets2ts arkts-cts tests") parser.add_argument( '--declgen-ets2ts-func-tests', action='store_true', dest='declgen_ets2ts_func_tests', default=None, diff --git a/static_core/tests/tests-u-runner/runner/options/config.py b/static_core/tests/tests-u-runner/runner/options/config.py index 7e3881e08c..c40f4d1772 100644 --- a/static_core/tests/tests-u-runner/runner/options/config.py +++ b/static_core/tests/tests-u-runner/runner/options/config.py @@ -67,7 +67,7 @@ class Config: "srcdumper", "ets_func_tests", "ets_runtime", - "ets_cts", + "arkts_cts", "ets_gc_stress", "ets_es_checked", "ets_custom", diff --git a/static_core/tests/tests-u-runner/runner/plugins/declgents2ets/declgents2ets_suites.py b/static_core/tests/tests-u-runner/runner/plugins/declgents2ets/declgents2ets_suites.py index 76ad28d54c..c28925a81f 100644 --- a/static_core/tests/tests-u-runner/runner/plugins/declgents2ets/declgents2ets_suites.py +++ b/static_core/tests/tests-u-runner/runner/plugins/declgents2ets/declgents2ets_suites.py @@ -19,7 +19,7 @@ from enum import Enum class DeclgenTsSuites(Enum): - CTS = "declgen-ts2ets-cts" + CTS = "declgen-ts2arkts-cts" class DeclgenTsSuitesDir(Enum): diff --git a/static_core/tests/tests-u-runner/runner/plugins/ets/ets_suites.py b/static_core/tests/tests-u-runner/runner/plugins/ets/ets_suites.py index c4f5f3e1ec..f6f25ba56e 100644 --- a/static_core/tests/tests-u-runner/runner/plugins/ets/ets_suites.py +++ b/static_core/tests/tests-u-runner/runner/plugins/ets/ets_suites.py @@ -19,7 +19,7 @@ from enum import Enum class EtsSuites(Enum): - CTS = "ets-cts" + CTS = "arkts-cts" CUSTOM = "ets-custom" ESCHECKED = "ets-es-checked" FUNC = "ets-func-tests" diff --git a/static_core/tests/tests-u-runner/runner/plugins/ets/ets_test_dir.py b/static_core/tests/tests-u-runner/runner/plugins/ets/ets_test_dir.py index ce26c1f38f..10de984729 100644 --- a/static_core/tests/tests-u-runner/runner/plugins/ets/ets_test_dir.py +++ b/static_core/tests/tests-u-runner/runner/plugins/ets/ets_test_dir.py @@ -31,7 +31,7 @@ class EtsTestDir: @property def ets_templates(self) -> Path: - return self.tests / "ets-templates" + return self.tests / "arkts-cts" @property def ets_func_tests(self) -> Path: diff --git a/static_core/tests/tests-u-runner/runner/plugins/ets/runner_ets.py b/static_core/tests/tests-u-runner/runner/plugins/ets/runner_ets.py index 68212b6c15..d89835f802 100644 --- a/static_core/tests/tests-u-runner/runner/plugins/ets/runner_ets.py +++ b/static_core/tests/tests-u-runner/runner/plugins/ets/runner_ets.py @@ -111,7 +111,7 @@ class RunnerETS(RunnerFileBased): name = "" if "ets_func_tests" in test_suites: name = EtsSuites.FUNC.value - elif 'ets_cts' in test_suites: + elif 'arkts_cts' in test_suites: name = EtsSuites.CTS.value elif 'ets_runtime' in test_suites: name = EtsSuites.RUNTIME.value -- Gitee