return getTestMethodNamePrefix(testMethodMeta, null);
}
@Override
public String getTestMethodNamePrefix(TestMethodMeta testMethodMeta, ExceptionMeta exception) {
MethodMeta targetMethodMeta = testMethodMeta.methodMeta;
// testing instantiation
if (targetMethodMeta == null) {
if (testMethodMeta.isTypeTest) {
return "type";
} else if (testMethodMeta.isInstantiationTest) {