Searched refs:TestCaseOptions (Results 1 – 1 of 1) sorted by relevance
1504 pub options: TestCaseOptions,1664 pub options: TestCaseOptions,1670 pub struct TestCaseOptions { struct1723 let mut options = u.arbitrary::<TestCaseOptions>()?; in generate()1819 impl ToTokens for TestCaseOptions { implementation1821 let TestCaseOptions { in to_tokens() localVariable1832 tokens.extend(quote!(wasmtime_test_util::component_fuzz::TestCaseOptions { in to_tokens()