Struct wasmcloud_interface_testing::TestingSender [−][src]
pub struct TestingSender<'send, T> { /* fields omitted */ }
Expand description
TestingSender sends messages to a Testing service Test api for testable actors and providers
Implementations
Trait Implementations
fn start<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
ctx: &'life1 Context,
arg: &'life2 TestOptions
) -> Pin<Box<dyn Future<Output = RpcResult<TestResults>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
fn start<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
ctx: &'life1 Context,
arg: &'life2 TestOptions
) -> Pin<Box<dyn Future<Output = RpcResult<TestResults>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
Begin tests