Lines Matching full:environment
30 /// Execution environment subsystem interface.
49 /// Abstract interface of an execution environment.
69 /// Initializes execution environment.
73 /// execution environment setup fails, and test execution could use the
74 /// configured proc environment, if expected.
77 /// Cleanups or removes execution environment.
82 /// Executes a test within the execution environment.
92 /// Abstract interface of an execution environment manager.
98 /// Returns name of an execution environment.
101 /// Returns whether this execution environment is actually supported.
106 /// Returns execution environment for a test.
108 /// It checks if the given test is designed for this execution environment.
123 /// Registers an execution environment.
125 /// \param manager Execution environment manager.
135 /// Returns execution environment for a test case.
140 /// \return An execution environment of a test.