Home
last modified time | relevance | path

Searched refs:TestCaseOptions (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/test-util/src/
H A Dcomponent_fuzz.rs1504 pub options: TestCaseOptions,
1664 pub options: TestCaseOptions,
1670 pub struct TestCaseOptions { struct
1723 let mut options = u.arbitrary::<TestCaseOptions>()?; in generate()
1819 impl ToTokens for TestCaseOptions { implementation
1821 let TestCaseOptions { in to_tokens() localVariable
1832 tokens.extend(quote!(wasmtime_test_util::component_fuzz::TestCaseOptions { in to_tokens()