pub struct PlanLoadingSuite { /* private fields */ }Expand description
The Minimal-conformance plan-loading test suite.
Contains 10 self-contained tests that exercise Plan TOML parsing and validation. Each test is a TOML string + an assertion about whether it should parse+validate successfully.
Implementations§
Source§impl PlanLoadingSuite
impl PlanLoadingSuite
pub fn new() -> Self
Sourcepub fn run(&self, adapter: &dyn ConformanceAdapter) -> ConformanceReport
pub fn run(&self, adapter: &dyn ConformanceAdapter) -> ConformanceReport
Run all 10 tests against the given adapter.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanLoadingSuite
impl !RefUnwindSafe for PlanLoadingSuite
impl !Send for PlanLoadingSuite
impl !Sync for PlanLoadingSuite
impl Unpin for PlanLoadingSuite
impl UnsafeUnpin for PlanLoadingSuite
impl !UnwindSafe for PlanLoadingSuite
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more