testbox.tests.resources

Class Test

lucee.Component
    extended by testbox.tests.resources.Test
Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    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 lucee.Component
    None

    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