• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Low Low
    • 3.3.0
    • None
    • Instrumentation
    • None

      Analyse how a test named like:

      def "my test name"
      

      is converted to a method like:

      $spock_feature_1_0
      

      It's being done during AST transformation I guess.

      Check how it's possible to either:

      • reverse engineer this behaviour i.e. get a back-ward mapping $spock_feature_1_0 -> def "my test name" or
      • reproduce this behaviour, i.e. instrument methods in such order/way that Clover could 'calculate' the same method name

        1. class_annotation.png
          class_annotation.png
          39 kB
        2. method_annotations.png
          method_annotations.png
          80 kB

            [CLOV-1360] Analyse how tests are converted by Spock

            There are no comments yet on this issue.

              mparfianowicz Marek Parfianowicz
              mparfianowicz Marek Parfianowicz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: