String classSimpleName() { return testData.getClass().getSimpleName(); }
Class<T> testDataClass() { return (Class<T>) testData.getClass(); }