Changes between Initial Version and Version 1 of Ticket #12885


Ignore:
Timestamp:
2016-05-29T00:36:15+02:00 (10 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12885 – Description

    initial v1  
    772) Add method:
    88
    9 {{{   
     9{{{
     10#!java
    1011public static void addTest(Class newTestClass) {
    1112        Class<Test>[] newTestArray = new Class[allAvailableTests.length+1];
     
    2930from
    3031{{{
     32#!java
    3133    public static SortedMap<String, Test> getAllTestsMap() {
    3234        applyPrefs(allTestsMap, false);
    33        return new TreeMap<>(allTestsMap);
     35        return new TreeMap<>(allTestsMap);
    3436  }
    3537}}}
     
    3739to
    3840{{{
     41#!java
    3942    public static SortedMap<String, Test> getAllTestsMap() {
    4043        applyPrefs(allTestsMap, false);