Skip to main content

matching_test_contracts

Function matching_test_contracts 

Source
fn matching_test_contracts<'a>(
    output: &'a ProjectCompileOutput,
    config: &'a Config,
    matcher: &'a TestFunctionMatcher<'a>,
    filter: &'a ProjectPathsAwareFilter,
) -> impl Iterator<Item = (ArtifactId, &'a ConfigurableContractArtifact, &'a JsonAbi)> + 'a
Expand description

Returns the deployable contracts in output that match filter, with project-relative ids.