Lines Matching refs:BaseGlobalTestContext
6 pub struct BaseGlobalTestContext { struct
11 impl BaseGlobalTestContext { argument
64 impl TestContext for BaseGlobalTestContext { implementation
75 let r = BaseGlobalTestContext { project_base_path }; in setup()
88 let context = BaseGlobalTestContext::setup(); in test_project_base_path()
96 let context = BaseGlobalTestContext::setup(); in test_abs_path()
104 let context = BaseGlobalTestContext::setup(); in test_config_v1_dir()
105 let expected_path = context.abs_path(BaseGlobalTestContext::CONFIG_V1_DIR); in test_config_v1_dir()
111 let context = BaseGlobalTestContext::setup(); in test_fake_dadk_cache_root()
112 let expected_path = context.abs_path(BaseGlobalTestContext::FAKE_DADK_CACHE_ROOT); in test_fake_dadk_cache_root()
119 let context = BaseGlobalTestContext::setup(); in test_fake_dragonos_sysroot()
120 let expected_path = context.abs_path(BaseGlobalTestContext::FAKE_DRAGONOS_SYSROOT); in test_fake_dragonos_sysroot()
127 let context = BaseGlobalTestContext::setup(); in test_setup()