-
Notifications
You must be signed in to change notification settings - Fork 0
/
__procedures__.ms
67 lines (61 loc) · 3.2 KB
/
__procedures__.ms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
proc _msunit_unsupported() {
throw(UnsupportedOperationException, 'Unsupported operation at '.get_stack_trace()[1]['id'])
}
proc _msunit_new_out() {_msunit_unsupported()}
proc _msunit_register_module() {_msunit_unsupported()}
proc _msunit_get_outs() {_msunit_unsupported()}
proc _msunit_get_groups_validator() {_msunit_unsupported()}
proc _msunit_get_script_validator() {_msunit_unsupported()}
proc _msunit_get_validation_messager() {_msunit_unsupported()}
proc _msunit_get_environment_manager() {_msunit_unsupported()}
proc _msunit_new_grouper() {_msunit_unsupported()}
proc _msunit_get_procs_sorter() {_msunit_unsupported()}
proc _msunit_new_tester() {_msunit_unsupported()}
proc _msunit_new_test_filter() {_msunit_unsupported()}
proc _msunit_new_test_state() {_msunit_unsupported()}
proc _msunit_new_logger() {_msunit_unsupported()}
proc _msunit_get_resourse_loader() {_msunit_unsupported()}
proc _msunit_get_application() {_msunit_unsupported()}
proc _msunit_get_class() {_msunit_unsupported()}
proc _msunit_register_class() {_msunit_unsupported()}
proc _msunit_static_method() {_msunit_unsupported()}
proc _msunit_import_root() {_msunit_unsupported()}
proc _msunit_import_resourse_root() {_msunit_unsupported()}
proc _msunit_import_test_api() {_msunit_unsupported()}
proc _msunit_import_test_unsup_api() {_msunit_unsupported()}
proc _msunit_import_modules() {_msunit_unsupported()}
proc _msunit_is_application_started() {_msunit_unsupported()}
proc _msunit_application_start() {_msunit_unsupported()}
proc _msunit_export_options() {_msunit_unsupported()}
proc _msunit_import_options() {_msunit_unsupported()}
proc _msunit_import_tests_setting() {_msunit_unsupported()}
proc _msunit_set_environment() {_msunit_unsupported()}
proc _msunit_clear_environment() {_msunit_unsupported()}
proc _msunit_get_state_environment() {_msunit_unsupported()}
proc _msunit_get_environment() {_msunit_unsupported()}
proc _msunit_get_setting_environment() {_msunit_unsupported()}
proc _msunit_parse_thread() {_msunit_unsupported()}
proc _msunit_thread_name() {_msunit_unsupported()}
proc _msunit_thread_id() {_msunit_unsupported()}
proc _msutil_parse_stack_trace() {_msunit_unsupported()}
proc _msunit_make_file() {_msunit_unsupported()}
proc _msunit_make_folder() {_msunit_unsupported()}
proc _msunit_make_folders() {_msunit_unsupported()}
proc _msunit_get_all_scripts() {_msunit_unsupported()}
proc _msunit_replace_in_array() {_msunit_unsupported()}
proc _msunit_get_procs() {_msunit_unsupported()}
proc _method() {_msunit_unsupported()}
proc _method_array() {_msunit_unsupported()}
proc _reg_like() {_msunit_unsupported()}
proc _msunit_void() {_msunit_unsupported()}
proc _msunit_tasker_add() {_msunit_unsupported()}
proc _msunit_private_tasker_pull() {_msunit_unsupported()}
proc _msunit_tasker_start() {_msunit_unsupported()}
proc _msunit_private_tasker_run() {_msunit_unsupported()}
proc _msunit_tasker_interrupt() {_msunit_unsupported()}
proc _msunit_tasker_stop() {_msunit_unsupported()}
proc _msunit_tasker_is_run() {_msunit_unsupported()}
proc _msunit_tasker_size_waiting() {_msunit_unsupported()}
proc _msunit_tasker_size_running() {_msunit_unsupported()}
proc _msunit_tasker_complited() {_msunit_unsupported()}
proc _msunit_tasker_init_self() {_msunit_unsupported()}