• Type: Sub-task
    • Resolution: Fixed
    • Priority: Low
    • 3.3.0
    • Affects Version/s: None
    • Component/s: 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
          39 kB
          Marek Parfianowicz
        2. method_annotations.png
          80 kB
          Marek Parfianowicz

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

              Created:
              Updated:
              Resolved: