TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.auto.gui.internal.codegen
Class CodeGeneratorHelper

java.lang.Object
  extended byorg.eclipse.hyades.test.tools.core.internal.common.codegen.Helper
      extended byorg.eclipse.tptp.test.auto.gui.internal.codegen.CodeGeneratorHelper

public class CodeGeneratorHelper
extends Helper


Nested Class Summary
 
Nested classes inherited from class org.eclipse.hyades.test.tools.core.internal.common.codegen.Helper
Helper.LineIterator, Helper.StringIterator
 
Field Summary
static java.lang.String AUTO_GUI_VERIFICATION_HOOK_CLASS
           
 
Fields inherited from class org.eclipse.hyades.test.tools.core.internal.common.codegen.Helper
EXCEPTION_CLASS_NAME, HYADES_DEFAULT_TEST_ARBITER_CLASS_NAME, HYADES_JUNIT_RUNNER, HYADES_TEST_CASE_CLASS_NAME, HYADES_TEST_SUITE_CLASS_NAME, JUNIT_TEST_CASE_CLASS_NAME, JUNIT_TEST_CLASS_NAME, JUNIT_TEST_METHOD_PREFIX, JUNIT_TEST_SUITE_CLASS_NAME
 
Constructor Summary
CodeGeneratorHelper()
           
 
Method Summary
static java.lang.String getArguments(java.lang.String[] args)
          Returns a list of arguments
 
Methods inherited from class org.eclipse.hyades.test.tools.core.internal.common.codegen.Helper
addImport, compareJavaComments, computeTestMethodName, dispose, emitSortedImports, emitSortedImports, emitSortedImports, formatContent, formatContent, getFilePath, getImportedName, getImportManager, getLabel, getMethodNamesChange, getPackageName, getSuperclassName, getTestMethodName, getTestMethodName, getUniqueName, isDestructiveChange, lowerCaseIdentifier, markImportLocation, retrieveClassName, retrieveIdentifierName, retrieveUniqueName, setImportManager, setSuperclassName, setTestMethodName, setTestMethodName, upperCaseIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO_GUI_VERIFICATION_HOOK_CLASS

public static final java.lang.String AUTO_GUI_VERIFICATION_HOOK_CLASS
See Also:
Constant Field Values
Constructor Detail

CodeGeneratorHelper

public CodeGeneratorHelper()
Method Detail

getArguments

public static java.lang.String getArguments(java.lang.String[] args)
Returns a list of arguments


TPTP 4.4.0 Testing Tools Project
Internal API Specification