package webtest
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Suite.AsyncSource
The type of an asynchronous callback which will run as part of an asynchronous test.
An asynchronous test function. When run it will be passed a wrapper function - this should be used to wrap any asynchronous code which the test case is expected to run.
bracket setup test teardown generates a test_fun which will use setup to create state needed for the test, then pass that state to test, and finally will pass that state to teardown.
Run an asynchronous test and pass its result to a callback.
Convert a synchronous test into an asynchronous test.