Index of types


C
callback [Webtest.Suite.Async]
The type of an asynchronous callback which will run as part of an asynchronous test.
crumb [Webtest.Zipper]
A type representing the path through a Webtest.Suite.t from the root to the current location.

O
outcome [Webtest.Suite]
The outcome of a test: its label, result, and time taken to run.
output [Webtest.Utils]
The output generated by running a test.

R
raw_summary [Webtest.Utils]
Raw summary of test run with the total number of tests, and failed/passed tests.
result [Webtest.Suite]
The result of running a single testcase.

S
summary [Webtest.Utils]
A summary of a test run: short description of results plus a flag indicating whether all the tests passed.

T
t [Webtest.Zipper]
A zipper implementation based on Suite.t.
t [Webtest.Suite]
A labelled wrapper around a test or list of suites.
test_fun [Webtest.Suite.Async]
An asynchronous test function.
test_fun [Webtest.Suite.Sync]
A synchronous test function.

W
wrapper [Webtest.Suite.Async]
A wrapper function to be passed to an asynchronous test.