Crate subplotlib

source ·
Expand description

Subplot test utilities

This crate is meant to be used by test suites generated using the Subplot code generator using the rust template. You should generally not use this crate directly, instead test suites generated using the rust template will use subplotlib::prelude::*; automatically.

If you want to explore things, then we suggest you start from the prelude module since it exposes everything you’d normally find in a test suite.

Modules

  • Subplot data files
  • The subplotlib prelude.
  • Scenarios
  • Scenario steps
  • Subplot step library
  • Fundamental types used throughout subplotlib
  • Utility functions used by subplotlib or the generated test functions