mock generation: generate Mockito openMocks() instead of deprecated initMocks() method if mockito-core version in target test module classpath is >= 3.4 version. issue raised by aoudiamoncef on March 3 '21 (https://github.com/wrdv/testme-idea/pull/11)
test params generation: support java 9 collection initialization methods if project is using JDK 9
bugfix: should generate n-multi dimension array instead of single dimension array for relevant types (raised by ageovb on Jun 2 2021)
test params generation: substitute generic type parameters of nested generic objects (raised by ben2020 on 27 Mar 2020)