Start work on allowing random collab test to be minimized
Represent operations as an explicit enum.
This commit is contained in:
parent
83c98ce049
commit
a74c5073a4
3 changed files with 439 additions and 193 deletions
|
@ -27,6 +27,7 @@ use collections::BTreeMap;
|
|||
|
||||
use super::{AsyncAppContext, RefCounts};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct TestAppContext {
|
||||
cx: Rc<RefCell<MutableAppContext>>,
|
||||
foreground_platform: Rc<platform::test::ForegroundPlatform>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue