Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

TestCaseControlAction_1 Class Reference

#include <TestCaseControlAction_1.h>

Inheritance diagram for TestCaseControlAction_1:

TestCaseGenericSetUp TestCase List of all members.

Detailed Description

Check the services offered by control actions.

One DC_ControlAction component is created and the following tests are performed upon it:

  1. The correctness of the class identifier is verified.
  2. It is checked that the configuration check service initially reports: "not configured".
  3. A control block is loaded and it is verified that the load operations was successful. The control block that is loaded is an instance of DC_DummyControlBlock.
  4. It is checked that the configuration check service now reports: "configured".
  5. An execution request is sent to the control action and it is verified that the control block is propagated.
  6. A reset request is sent to the control action and it is verified that the control block is reset.
See also:
DC_ControlAction

DC_DummyControlBlock

Author:
A. Pasetti
Version:
1.0

Definition at line 37 of file TestCaseControlAction_1.h.

Public Member Functions

 TestCaseControlAction_1 (void)
 Set the identifier and the name of the test case to, respectively, ID_CONTROLACTION*10+1 and "TestCaseControlAction_1".

virtual void runTestCase (void)
 Execute the test case.


Constructor & Destructor Documentation

TestCaseControlAction_1::TestCaseControlAction_1 void   ) 
 

Set the identifier and the name of the test case to, respectively, ID_CONTROLACTION*10+1 and "TestCaseControlAction_1".

Definition at line 21 of file TestCaseControlAction_1.cpp.


Member Function Documentation

void TestCaseControlAction_1::runTestCase void   )  [virtual]
 

Execute the test case.

See class comment for details.

Reimplemented from TestCaseGenericSetUp.

Definition at line 26 of file TestCaseControlAction_1.cpp.


The documentation for this class was generated from the following files:
Copyright 2003 P&P Software GmbH - All Rights Reserved