risingwave_
test_
runner
2.4.0-alpha
Test
Hook
Required Methods
setup
teardown
Implementors
In risingwave_
test_
runner::
test_
runner
risingwave_test_runner
::
test_runner
Trait
TestHook
Copy item path
Source
pub trait TestHook { // Required methods fn
setup
(&mut self);
fn
teardown
(&mut self); }
Required Methods
§
Source
fn
setup
(&mut self)
Source
fn
teardown
(&mut self)
Implementors
§
Source
§
impl
TestHook
for
FailPointHook
Source
§
impl
TestHook
for
SyncPointHook
Source
§
impl
TestHook
for
TestGeneralStates