Changes between Initial Version and Version 6 of Ticket #18969


Ignore:
Timestamp:
2020-03-23T14:32:37+01:00 (5 years ago)
Author:
GerdP
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18969

    • Property Keywords performance added
    • Property Milestone20.03
  • Ticket #18969 – Description

    initial v6  
    1 Some tests are executed for each element of the data set although they are only interested in tagged objects. Mosts tests which extend Test.TagTest should override method `isPrimitiveUsable()`
     1Some tests are executed for each element of the data set although they are only interested in tagged objects. Mosts tests which extend Test.TagTest should override method `isPrimitiveUsable()` like this to check `isTagged()` first:
    22{{{
    33#!java