197198199200201202203204205206207
if( !UISupport.confirm( msg, "Clone TestStep" ) ) return; for( Interface iface : requiredInterfaces ) { project.importInterface( ( AbstractInterface<?> )iface, true, true ); } } } targetTestSuite = project.getTestSuiteByName( targetTestSuiteName );
194195196197198199200201202203204
if( result ) { for( Interface iface : requiredInterfaces ) { project.importInterface( ( AbstractInterface<?> )iface, true, true ); } } } }
175176177178179180181182183184185
if (!UISupport.confirm(msg, "Clone TestStep")) { return; } for (Interface iface : requiredInterfaces) { project.importInterface((AbstractInterface<?>) iface, true, true); } } } targetTestSuite = project.getTestSuiteByName(targetTestSuiteName);
return; } if (result) { for (Interface iface : requiredInterfaces) { project.importInterface((AbstractInterface<?>) iface, true, true); } } } }