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

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

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