Struct forc_test::TestedPackage
source · pub struct TestedPackage {
pub built: Box<BuiltPackage>,
pub tests: Vec<TestResult>,
}Expand description
The result of testing a specific package.
Fields
built: Box<BuiltPackage>tests: Vec<TestResult>The resulting ProgramState after executing the test.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestedPackage
impl Send for TestedPackage
impl Sync for TestedPackage
impl Unpin for TestedPackage
impl UnwindSafe for TestedPackage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more