Uiinfrastructure API Docs  
 

DiagnosticRunner Members

DiagnosticRunner overview

Public Static Methods

create 
instance Singleton instance accessor

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
executeAllTests Executes the appwarmup directly in uiinfrastructure, then pauses at the end.
executeAllTestsWithoutPause Executes the appwarmup directly in uiinfrastructure.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
getReport 
getReportEventLogs 
GetType (inherited from Object)Gets the Type of the current instance.
init delay static instance init until construction for speed and debuggability
runEnd Called when the startup process completes. Always called, via finally.
runStartOverloaded. Called at the beginning of the startup process. Here we instantiate reporting classes and all other objects used to track startup.
setReportEventLogs 
taskBegin Called at the beginning of the task. Simple start notification.
taskEnd Called at the end of a specific task. Always called, with a finally. The ReturnValue here contains the final result of that task: the integer result code holds what the systemn feels the final result is. Notice that an individual step could fail with error, but the overall task simply show a warning.
taskInitComplete Called once task initialization is complete. Returns the number of steps in this task. The ReturnValue contains any errors or exceptions that may have occurred during initialization.
taskStepBegin Called before a specific task step begins. Simply a notifier.
taskStepEnd Called at the end of an individual tasks' step. Always called, with a finally. Exceptions and error return values in the ReturnValue object.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DiagnosticRunner Class | com.plumtree.uiinfrastructure.diagnostic Namespace