Add notifications2
This commit is contained in:
parent
8330fb5f10
commit
7888dc4592
11 changed files with 786 additions and 267 deletions
|
@ -115,7 +115,7 @@ pub trait RandomizedTest: 'static + Sized {
|
|||
|
||||
async fn initialize(server: &mut TestServer, users: &[UserTestPlan]);
|
||||
|
||||
async fn on_client_added(client: &Rc<TestClient>, cx: &mut TestAppContext);
|
||||
async fn on_client_added(_client: &Rc<TestClient>, _cx: &mut TestAppContext) {}
|
||||
|
||||
async fn on_quiesce(server: &mut TestServer, client: &mut [(Rc<TestClient>, TestAppContext)]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue