Expand description
Test framework types for Shape AST
Structs§
- Assert
Statement - Assert statement for simple assertions
- Expect
Statement - Expect-style assertion (BDD style)
- Should
Statement - Should-style assertion (natural language)
- Test
Case - Individual test case
- TestDef
- Test definition containing test cases and fixtures
- Test
Match Options - Options for pattern matching in tests
Enums§
- Expectation
Matcher - Expectation matchers for expect statements
- Should
Matcher - Matchers for should statements
- Test
Fixture - Test fixtures for setting up test data
- Test
Statement - Statements that can appear in tests