testbox.system.stubs

Class D6BA98F3D36B8040552DDEE45FD4C40A

lucee.Component
    extended by testbox.system.stubs.D6BA98F3D36B8040552DDEE45FD4C40A
All Implemented Interfaces:
tests.resources.NestedInterface

A MockBox awesome Component

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any testThis(any name, [any age])
    any testThisToo(any greeting, [any name])
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    testThis

    public any testThis(any name, [any age])

    Specified by:
    testThis in interface tests.resources.MyInterface
    Parameters:
    name
    age

    testThisToo

    public any testThisToo(any greeting, [any name])

    Specified by:
    testThisToo in interface tests.resources.NestedInterface
    Parameters:
    greeting
    name