コード例 #1
0
 @Override
 protected void applyEditorTo(@NotNull PyCCRunTestConfiguration s) throws ConfigurationException {
   AbstractPythonRunConfiguration.copyParams(myForm, s);
   s.setPathToTest(myPathToTestFileField.getText());
 }