Start work on allowing random collab test to be minimized

Represent operations as an explicit enum.
This commit is contained in:
Max Brunsfeld 2023-01-02 17:24:03 -08:00
parent 83c98ce049
commit a74c5073a4
3 changed files with 439 additions and 193 deletions

View file

@ -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>,