Function 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.