APIs

Show:

Library with diagnostics functions

Item Index

Methods

drawTest

(
  • tests
)

Draw a window with testing options.

Parameters:

  • tests Object
    • List of test

executeTestRes

(
  • testPanel
  • test
)

Update test result on the result panel.

Parameters:

  • testPanel HTMLItem
    • HTML Panel to show test result
  • test Object
    • Test result.

executeTests

(
  • testPanel
)

Executes tests marked as "testPending" on the result panel.

Parameters:

  • testPanel HTMLItem
    • HTML Panel to show test result