testing.TestCollector
class in the testing package.
Reference version
Signature
class testing.TestCollectorSource:<builtin>/testing/registry.bamlbytes 623–4198
Fields
Static methods
function
new
(prefix: string) -> testing.TestCollectorInstance methods
function
register_test
() -> void throws testing.InvalidTestName
function
register_test_at
() -> void throws testing.InvalidTestName
Compiler-only top-level registration entry points. The owner is derived
from the declaring file (root plus its BAML namespaces); nested items use
the ordinary methods above and inherit this canonical prefix.
function
register_test_set
() -> void throws testing.InvalidTestName
function
register_test_set_at
() -> void throws testing.InvalidTestName