Home
last modified time | relevance | path

Searched refs:BaseGlobalTestContext (Results 1 – 8 of 8) sorted by relevance

/DADK/crates/test_base/src/
H A Dglobal.rs6 pub struct BaseGlobalTestContext { struct
11 impl BaseGlobalTestContext { implementation
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()
[all …]
/DADK/dadk-user/src/parser/
H A Dtests.rs
/DADK/dadk-user/src/
H A Dcontext.rs11 use test_base::{global::BaseGlobalTestContext, test_context::TestContext};
34 base_test_context: Option<BaseGlobalTestContext>,
106 fn base_context(&self) -> &BaseGlobalTestContext;
114 fn default_test_execute_context_builder(base_context: &BaseGlobalTestContext) -> Self {
143 let base_context = BaseGlobalTestContext::setup(); in setup()
164 let base_context = BaseGlobalTestContext::setup(); in setup()
190 fn base_context(&self) -> &BaseGlobalTestContext {
108 base_context(&self) -> &BaseGlobalTestContext base_context() argument
H A Dcontext.rs11 use test_base::{global::BaseGlobalTestContext, test_context::TestContext};
34 base_test_context: Option<BaseGlobalTestContext>,
106 fn base_context(&self) -> &BaseGlobalTestContext; in base_context() argument
114 fn default_test_execute_context_builder(base_context: &BaseGlobalTestContext) -> Self { in default_test_execute_context_builder()
143 let base_context = BaseGlobalTestContext::setup(); in setup()
164 let base_context = BaseGlobalTestContext::setup(); in setup()
190 fn base_context(&self) -> &BaseGlobalTestContext {
/DADK/dadk-user/src/scheduler/
H A Dtests.rs3 global::BaseGlobalTestContext,
165 #[test_context(BaseGlobalTestContext)]
167 fn ensure_all_target_arch_testcase_v1(ctx: &BaseGlobalTestContext) { in ensure_all_target_arch_testcase_v1()
166 ensure_all_target_arch_testcase_v1(ctx: &BaseGlobalTestContext) ensure_all_target_arch_testcase_v1() argument
H A Dtests.rs3 global::BaseGlobalTestContext,
165 #[test_context(BaseGlobalTestContext)]
167 fn ensure_all_target_arch_testcase_v1(ctx: &BaseGlobalTestContext) { in ensure_all_target_arch_testcase_v1() argument
H A Dtests.rs3 global::BaseGlobalTestContext,
165 #[test_context(BaseGlobalTestContext)]
167 fn ensure_all_target_arch_testcase_v1(ctx: &BaseGlobalTestContext) { in ensure_all_target_arch_testcase_v1()
166 ensure_all_target_arch_testcase_v1(ctx: &BaseGlobalTestContext) ensure_all_target_arch_testcase_v1() argument
H A Dtests.rs3 global::BaseGlobalTestContext,
165 #[test_context(BaseGlobalTestContext)]
167 fn ensure_all_target_arch_testcase_v1(ctx: &BaseGlobalTestContext) { in ensure_all_target_arch_testcase_v1() argument