Expand description
IR representation of a parsed EXECUTE UNIT TEST statement.
The compiler stores the parsed test definition on the project graph;
validation and SQL lowering happen later in the test runner (see
cli::commands::test::lower).
Structsยง
- Expected
Result - Expected results for the test.
- Mock
View - A mock view definition that replaces a real dependency.
- Unit
Test - Represents a parsed unit test definition.