Index

A C D E F G I L N P R S T U W Z 
All Classes and Interfaces|All Packages

A

abort(String) - Method in class com.testoptimal.exec.mscript.Exec
cause model execution to abort and trigger Error if declared.
addPage(String) - Method in class com.testoptimal.exec.plugin.page.PageMgr
adds a page object and return the page created.

C

com.testoptimal.exec.mscript - package com.testoptimal.exec.mscript
 
com.testoptimal.exec.plugin - package com.testoptimal.exec.plugin
 
com.testoptimal.exec.plugin.page - package com.testoptimal.exec.plugin.page
 

D

dataset(String) - Method in class com.testoptimal.exec.plugin.DataSetMgr
returns the dataset by name/id
DataSetMgr - Class in com.testoptimal.exec.plugin
 
DataSetMgr() - Constructor for class com.testoptimal.exec.plugin.DataSetMgr
 

E

email(int, int, String[]) - Method in class com.testoptimal.exec.plugin.RandPlugin
return an email of the specified length from a list of email domain specified.
Exec - Class in com.testoptimal.exec.mscript
Provides system functions for MScript.
Exec(MbtScriptExecutor) - Constructor for class com.testoptimal.exec.mscript.Exec
 

F

fromList(String[]) - Method in class com.testoptimal.exec.plugin.RandPlugin
returns the value for the list of values supplied.

G

genMSC(String, String) - Method in class com.testoptimal.exec.mscript.Exec
generate Message Sequence Chart (MSC) from the home/start state to the current state.
genMSC(String, String, String) - Method in class com.testoptimal.exec.mscript.Exec
generate Message Sequence Chart (MSC) from the home/start state to the current state.
genMSC(String, String, String, String) - Method in class com.testoptimal.exec.mscript.Exec
generate Message Sequence Chart (MSC) from the home/start state to the current state.
genPath(String) - Method in class com.testoptimal.exec.mscript.Exec
generate traversal graph from home/start state to the current state.
getAdminEmail() - Static method in class com.testoptimal.exec.mscript.Util
returns the admin login email
getCurTraverseObj() - Method in class com.testoptimal.exec.mscript.Exec
returns the current traversal object which is a wrapper of either state or transition.
getExecSetting() - Method in class com.testoptimal.exec.mscript.Exec
returns the model execution settings for the current execution
getLastFailure() - Method in class com.testoptimal.exec.mscript.Exec
returns the list of check failures
getModelName() - Method in class com.testoptimal.exec.mscript.Exec
returns the name of this model
getOsName() - Static method in class com.testoptimal.exec.mscript.Util
returns OS name of this TestOptimal server.
getPage(String) - Method in class com.testoptimal.exec.plugin.page.PageMgr
returns page object for the page name specified.
getPageList() - Method in class com.testoptimal.exec.plugin.page.PageMgr
returns the list of all page objects.
getPathName() - Method in class com.testoptimal.exec.mscript.Exec
set current test path name.
getPort() - Static method in class com.testoptimal.exec.mscript.Util
returns the port number used by this TestOptimal server.
getReportFolderPath() - Method in class com.testoptimal.exec.mscript.Exec
returns the report folder file path for the current running model.
getServerName() - Static method in class com.testoptimal.exec.mscript.Util
returns current TestOptimal server host name
getStats() - Method in class com.testoptimal.exec.mscript.Exec
returns the model execution stats collection object.
getVersionJava() - Static method in class com.testoptimal.exec.mscript.Util
returns java version number.
getVersionTO() - Static method in class com.testoptimal.exec.mscript.Util
returns version number of TestOptimal release build.

I

init(ExecutionDirector) - Method in class com.testoptimal.exec.plugin.DataSetMgr
 

L

log(Object) - Method in class com.testoptimal.exec.mscript.Exec
logs a message to model log

N

number(int, int) - Method in class com.testoptimal.exec.plugin.RandPlugin
returns a random integer number between startInt_p (inclusive) and endInt_p (exclusive).

P

PageMgr - Class in com.testoptimal.exec.plugin.page
Manages page objects.
PageMgr() - Constructor for class com.testoptimal.exec.plugin.page.PageMgr
 
phone(String) - Method in class com.testoptimal.exec.plugin.RandPlugin
return a phone number of specified pattern.

R

RandPlugin - Class in com.testoptimal.exec.plugin
Contains a collection of data generation functions to generate various types of test data using pattern and random number generator.
RandPlugin() - Constructor for class com.testoptimal.exec.plugin.RandPlugin
 

S

sendMail(String, String, String, String) - Static method in class com.testoptimal.exec.mscript.Util
send mail.
setPathName(String) - Method in class com.testoptimal.exec.mscript.Exec
 
setSeed(long) - Method in class com.testoptimal.exec.mscript.Exec
initialize random number generator used by the sequencer to the specific seed.
stateCodeUS() - Method in class com.testoptimal.exec.plugin.RandPlugin
return a US state code.
stateUS() - Method in class com.testoptimal.exec.plugin.RandPlugin
return a US state name.
streetAddr() - Method in class com.testoptimal.exec.plugin.RandPlugin
return a street address.
string(int, int) - Method in class com.testoptimal.exec.plugin.RandPlugin
generate a random alphanumeric (a-z, A-Z, 0-9) string with length between the ranges specified.
stringPattern(String) - Method in class com.testoptimal.exec.plugin.RandPlugin
generate a random string using the pattern specified.

T

trace() - Method in class com.testoptimal.exec.mscript.Exec
returns the trace in a string of the traversals separated by comma leading up to the current state/transition.
trace(int, String) - Method in class com.testoptimal.exec.mscript.Exec
returns the trace in a string of last maxLogCount_p traversals leading up to the current state/transition.

U

Util - Class in com.testoptimal.exec.mscript
 
Util() - Constructor for class com.testoptimal.exec.mscript.Util
 

W

word(int, int, String) - Method in class com.testoptimal.exec.plugin.RandPlugin
generate a random word with option of uppercase, lowercase or uppercase on a specific char.

Z

zipCode() - Method in class com.testoptimal.exec.plugin.RandPlugin
return a US zip code between 00000 - 99999.
zipCodePlus4() - Method in class com.testoptimal.exec.plugin.RandPlugin
return a US ZIP+4
A C D E F G I L N P R S T U W Z 
All Classes and Interfaces|All Packages