Frequently Asked Question
Testcase classes: How to determine the correct base class?
Last Updated 9 years ago
The correct base class depends on the protocol to be used:
| Required Protocol | Base class | Complete import | 
| CAN |  FlashTestCase  |   from flashcedere.flash_test_case import FlashTestCase  |  
| FlexRay |  FlexRayTestCase  |   from flashcedere.flexraytp_test_case import FlexRayTestCase  |  
| LIN |  LinTestCase  |   from flashcedere.lin_test_case import LinTestCase  |  
| K-Line |  KlineTestCase  |   from flashcedere.kline_test_case import KlineTestCase  |