TestBox 2.4.0

testbox.samples.resources
Class Test

railo-context.Component
        extended by testbox.samples.resources.Test

public class Test
extends railo-context.Component

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

containsTest

public any containsTest([any mock])

Parameters:
mock

displayData

public query displayData()
get data and send it back


getcollaborator

public any getcollaborator()
Get collaborator


getData

public any getData()


getFullName

public string getFullName()
Get Full Name


getName

private string getName()
Get Name


getreload

public boolean getreload()


getSetting

public string getSetting(string name='', [string testArg])
Get a setting

Parameters:
name - Name of setting
testArg

setcollaborator

public void setcollaborator(any collaborator)
Set collaborator

Parameters:
collaborator

spyTest

public any spyTest()
Spy test


TestBox 2.4.0