@Override public void checkConfiguration() throws RuntimeConfigurationException { final TestNGTestObject testObject = TestNGTestObject.fromConfig(this); if (testObject != null) { testObject.checkConfiguration(); } JavaRunConfigurationExtensionManager.checkConfigurationIsValid(this); ProgramParametersUtil.checkWorkingDirectoryExist( this, getProject(), getConfigurationModule().getModule()); JavaParametersUtil.checkAlternativeJRE(this); // TODO add various checks here }
public void checkConfiguration() throws RuntimeConfigurationException { myData.getTestObject(getProject(), this).checkConfiguration(); JavaRunConfigurationExtensionManager.checkConfigurationIsValid(this); }