destack:test import destack:test Classes - Registry — Test module registry. Structs - Artifact — Durable output produced by a test run. - Case — Registered test case. - CaseDefinition — Test case registration payload. - Expect — A value assertion chain. - Issue — Structured issue found during a test run. - Manifest — Collected test module manifest. - Replay — Reproducible test run input. - ReplayInput — One recorded replay input. - Run — One execution of a test case or suite. - Snapshot — Recorded snapshot value. - SnapshotChange — Snapshot comparison change. - SnapshotOptions — Snapshot assertion options. - Suite — Registered test suite. - SuiteDefinition — Test suite registration payload. Enums - ArtifactKind — Test artifact kind. - CaseKind — Test case or suite execution kind. - Concurrency — Test scheduler concurrency mode. - Isolation — Test runtime isolation mode. - IssueKind — Test issue kind. - Outcome — Test run outcome. - ReplayKind — Replay source kind. - SnapshotMode — Snapshot update mode. Newtypes - ArtifactId — Stable test artifact identifier. - CaseId — Stable test case identifier. - ReplayId — Stable replay identifier. - ResourceKey — Named test resource key. - RunId — Stable test run identifier. - SuiteId — Stable test suite identifier. Newtype interfaces - CaseContext — Test case callback context. - Context — Test callback context. - Output — Test output sink. - SuiteContext — Test suite callback context. Type aliases - Body — Test callback. - BodyResult — Test callback result. - CaseArgument — Test registration argument after the test name. - HookBody — Test hook callback. - Options — Test registration options. - RunTarget — Test run target. - Schedule — Test scheduling policy. - SuiteArgument — Suite registration argument after the suite name. - SuiteBody — Test suite registration callback. Functions - afterAll — Register cleanup after all tests in the current suite. - afterEach — Register cleanup after each test in the current suite. - beforeAll — Register setup before all tests in the current suite. - beforeEach — Register setup before each test in the current suite. - case — Register one test case. - caseOnly — Register one focused test. - caseSkip — Register one skipped test. - currentRegistry — Return the active module registry. - describe — Register one test suite. - describeOnly — Register one focused test suite. - describeSkip — Register one skipped test suite. - expect — Create an assertion chain for value. - it — Register one test. - itOnly — Register one focused test. - itSkip — Register one skipped test. - registerCase — Register one test case. - registerSuite — Register one test suite. - runs — Return the recorded runs for the current session. - suite — Register one test suite. - suiteOnly — Register one focused test suite. - suiteSkip — Register one skipped test suite. - test — Register one test. - testOnly — Register one focused test. - testSkip — Register one skipped test.