I use the TcOpen Framework.
Therefore i have the TcoContect, where my MainStation, a TcoObject runs.
The FB i want to test derives from a TcoComponent.
I created a Library for this RfidHead-Compoonent and now i want to test it.
In TcUnit i have to create a FB which extends the TcUint.Fb_TestSuite, but i cannot inherit from two different Classes.
So how can i solve this.
This would be the TestSuite with the TestMethods.
I use the TcOpen Framework. Therefore i have the TcoContect, where my MainStation, a TcoObject runs. The FB i want to test derives from a TcoComponent. I created a Library for this RfidHead-Compoonent and now i want to test it. In TcUnit i have to create a FB which extends the TcUint.Fb_TestSuite, but i cannot inherit from two different Classes. So how can i solve this. This would be the TestSuite with the TestMethods.
Thanks for Advices