From: Teiniker E. <ego...@tu...> - 2003-05-14 07:31:32
|
Hi! The test-client instantiates the component and the mirror component, connects all the ports. Until now, the test-client made some calls on supported and provided interfaces. Some problems came out when using user defined types (typdef, etc). The test-client generator can't know the right test data for these user defined types. Therefore, I changed the test-client generator template CppMirrorGeneratorTemplate/MComponentDef to not support this method calls from the generated test-client. I think all test-cases (method calls to supported, provided and used interfaces) should be implemented in the business-logic of the mirror component. Thus, there is only one place to put the test-logic. The test-client only builds up and tears down the component test. :-) Egon |