Function finchers::test::run_test [] [src]

pub fn run_test<E: Endpoint>(
    endpoint: E,
    input: TestCase
) -> EndpointResult<Result<E::Item, E::Error>>

Invoke given endpoint and return its result