namespaceSqlFixture\Fixture
Interfaces 1§
| RowGeneration | Generates a row independently of provider defaults and platform selection. |
Classes 8§
| FixtureSet | What a plan generated, one entry per table. |
| GenerationRun | The rows produced while one plan is being walked, and what was learnt about
them on the way. |
| OverrideRows | Interprets the public override input as one column map or a list of row maps. |
| PlanGenerator | Generates the rows a plan describes, keeping related rows consistent. |
| PlanSchemaException | Failures matching a fixture plan to its schemas and generated rows. |
| PlanSchemaValidator | Checks a plan against the tables it names, before anything is generated. |
| RowSpec | What the caller asked for, for one table. |
| TableOverrides | Column values to use instead of generated ones, for one table. |