Module test_tools::orphan::diagnostics::diag::rta

source ·
Expand description

Run-time assertions.

Modules§

  • Exposed namespace of the module.
  • Orphan namespace of the module.
  • Prelude to use essentials: use my_module::prelude::*.
  • Protected namespace of the module.

Macros§

  • Asserts that a boolean expression is false at runtime.
  • Asserts that two expressions are identical.
  • Asserts that two expressions are not identical with each other.
  • Asserts that a boolean expression is true at runtime.
  • Asserts that a boolean expression is false at runtime.
  • Asserts that two expressions are identical to each other (using PartialEq). Prints nice diff.
  • Asserts that two expressions are not identical to each other (using PartialEq). Prints nice diff.
  • Asserts that a boolean expression is true at runtime.
  • Asserts that two expressions are identical to each other (using PartialEq). Prints nice diff.
  • Asserts that two expressions are not identical to each other (using PartialEq). Prints nice diff.