[][src]Function finchers::test::runner

pub fn runner<E>(endpoint: E) -> TestRunner<E> where
    E: Endpoint<ReqBody>, 

A helper function for creating a new TestRunner from the specified endpoint.