Function test_runners_test_lib::test_component
source · pub async fn test_component(
url: &str,
name: &str,
binary: &str,
args: Vec<String>
) -> Result<Arc<Component>, Error>
Expand description
Create a new component object for testing purposes.