Function tarantool_test::handle_entrypoint

source ·
pub fn handle_entrypoint<S: TestSuite>(input: String) -> Result<()>
Expand description

Process entrypoint with given input and specific TestSuite(given as generic argument).

Normally you wouldn’t like to call this function yourself - it exists for bind_test_suite macro expansion.