Skip to main content

Module mock

Module mock 

Source
Expand description

Mock table system for generating test data as SELECT ... UNION ALL SELECT ....

When the composer encounters a table name that has a mock registered, it can substitute a generated SELECT statement that produces the mock data.

Structsยง

MockTable
A mock table definition with column data for test substitution.