Changes between Initial Version and Version 1 of Ticket #12885
- Timestamp:
- 2016-05-29T00:36:15+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12885 – Description
initial v1 7 7 2) Add method: 8 8 9 {{{ 9 {{{ 10 #!java 10 11 public static void addTest(Class newTestClass) { 11 12 Class<Test>[] newTestArray = new Class[allAvailableTests.length+1]; … … 29 30 from 30 31 {{{ 32 #!java 31 33 public static SortedMap<String, Test> getAllTestsMap() { 32 34 applyPrefs(allTestsMap, false); 33 return new TreeMap<>(allTestsMap); 35 return new TreeMap<>(allTestsMap); 34 36 } 35 37 }}} … … 37 39 to 38 40 {{{ 41 #!java 39 42 public static SortedMap<String, Test> getAllTestsMap() { 40 43 applyPrefs(allTestsMap, false);


