OpENerTests.h 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. /*******************************************************************************
  2. * Copyright (c) 2014, Rockwell Automation, Inc.
  3. * All rights reserved.
  4. *
  5. ******************************************************************************/
  6. /** @file OpENerTests.h
  7. * @brief This file includes all test groups of the OpENer test suite
  8. */
  9. #ifndef TESTS_OPENERTESTS_H_
  10. #define TESTS_OPENERTESTS_H_
  11. #include "CppUTest/CommandLineTestRunner.h"
  12. IMPORT_TEST_GROUP(RandomClass);
  13. IMPORT_TEST_GROUP(XorShiftRandom);
  14. IMPORT_TEST_GROUP(EndianConversion);
  15. IMPORT_TEST_GROUP(CipCommon);
  16. IMPORT_TEST_GROUP(CipEpath);
  17. IMPORT_TEST_GROUP(CipElectronicKey);
  18. IMPORT_TEST_GROUP(CipElectronicKeyFormat);
  19. IMPORT_TEST_GROUP(CipConnectionManager);
  20. IMPORT_TEST_GROUP(CipConnectionObject);
  21. IMPORT_TEST_GROUP(SocketTimer);
  22. IMPORT_TEST_GROUP(CheckEncapsulationInactivity);
  23. IMPORT_TEST_GROUP(NetworkHandlerSecurity);
  24. IMPORT_TEST_GROUP(DoublyLinkedList);
  25. IMPORT_TEST_GROUP(EncapsulationProtocol);
  26. IMPORT_TEST_GROUP(CipString);
  27. #endif // TESTS_OPENERTESTS_H_