testbox.system.stubs

Class D615D009B03EC578B6906B9D9DDD3C8C

lucee.Component
    extended by testbox.system.stubs.D615D009B03EC578B6906B9D9DDD3C8C
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