Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OSEE/OTE/Users Guide/Concepts"

(Message System Test Enviroment)
(Core Test Enviroment)
Line 3: Line 3:
 
==Core Test Enviroment==
 
==Core Test Enviroment==
  
Future
+
TestEnvironment is the base class the provides the core execution management of tests to all of the other more specialized test environments. It manages models, test execution, and holds onto many interfaces that determine the behavior of the environment. It is the starting point for testing in OSEE.
  
 
==Message System Test Enviroment==
 
==Message System Test Enviroment==

Revision as of 18:39, 17 December 2010

Concepts

Core Test Enviroment

TestEnvironment is the base class the provides the core execution management of tests to all of the other more specialized test environments. It manages models, test execution, and holds onto many interfaces that determine the behavior of the environment. It is the starting point for testing in OSEE.

Message System Test Enviroment

The Message System Test Environment is the base environment that provides message and element support. This includes most of the element types such as Integer, Float, etc... and the checks that are available on both the message and the element. It also adds in the remote message service which enables all of the messaging based tools that remote clients use.

Models

Future

Back to the top