|
TestBox 1.1.0 | ||||
FRAMES |
railo-context.Componenttestbox.samples.resources.Test
public class Test
Method Summary | |
---|---|
any |
containsTest([any mock])
|
query |
displayData()
get data and send it back |
any |
getcollaborator()
Get collaborator |
any |
getData()
|
string |
getFullName()
Get Full Name |
private string |
getName()
Get Name |
boolean |
getreload()
|
string |
getSetting(string name='', [string testArg])
Get a setting |
void |
setcollaborator(any collaborator)
Set collaborator |
any |
spyTest()
Spy test |
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
public any containsTest([any mock])
mock
public query displayData()
public any getcollaborator()
public any getData()
public string getFullName()
private string getName()
public boolean getreload()
public string getSetting(string name='', [string testArg])
name
- Name of settingtestArg
public void setcollaborator(any collaborator)
collaborator
public any spyTest()
|
TestBox 1.1.0 | ||||
FRAMES |