Enum forc_test::BuiltTests
source · pub enum BuiltTests {
Package(PackageTests),
Workspace(Vec<PackageTests>),
}Expand description
A package or a workspace that has been built, ready for test execution.
pub enum BuiltTests {
Package(PackageTests),
Workspace(Vec<PackageTests>),
}A package or a workspace that has been built, ready for test execution.