#include "CoLa2ProtocolHandler.h"#include "CoLaParameterReader.h"#include "CoLaParameterWriter.h"#include "MockTransport.h"#include "VisionaryEndian.h"#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
| TEST (CoLa2ProtocolHandlerTest, ColaAnswerTooShort) | |
| TEST (CoLa2ProtocolHandlerTest, ColaErrorErrornoMissing) | |
| TEST (CoLa2ProtocolHandlerTest, ColaErrorErrorTooShort) | |
| TEST (CoLa2ProtocolHandlerTest, ColaErrorTooShort) | |
| TEST (CoLa2ProtocolHandlerTest, ColaErrorValid) | |
| TEST (CoLa2ProtocolHandlerTest, EmptyAnswer) | |
| TEST (CoLa2ProtocolHandlerTest, EmptyPackage) | |
| TEST (CoLa2ProtocolHandlerTest, InvalidMagicBytes) | |
| TEST (CoLa2ProtocolHandlerTest, InvalidReqId) | |
| TEST (CoLa2ProtocolHandlerTest, InvalidResponseCode) | |
| TEST (CoLa2ProtocolHandlerTest, InvalidSessionId) | |
| TEST (CoLa2ProtocolHandlerTest, MethodInvocation) | |
| TEST (CoLa2ProtocolHandlerTest, OpenSession) | |
| TEST (CoLa2ProtocolHandlerTest, OpenSessionBrokenPacket) | |
| TEST (CoLa2ProtocolHandlerTest, OpenSessionEmptyPacket) | |
| TEST (CoLa2ProtocolHandlerTest, OpenSessionInvalidMagic) | |
| TEST (CoLa2ProtocolHandlerTest, ReadVariable) | |
| TEST (CoLa2ProtocolHandlerTest, SendFailed) | |
| TEST (CoLa2ProtocolHandlerTest, tooFewMagicBytes) | |
| TEST (CoLa2ProtocolHandlerTest, WriteVariable) | |
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| ColaAnswerTooShort | |||
| ) |
Definition at line 217 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| ColaErrorErrornoMissing | |||
| ) |
Definition at line 245 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| ColaErrorErrorTooShort | |||
| ) |
Definition at line 259 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| ColaErrorTooShort | |||
| ) |
Definition at line 231 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| ColaErrorValid | |||
| ) |
Definition at line 274 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| EmptyAnswer | |||
| ) |
Definition at line 148 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| EmptyPackage | |||
| ) |
Definition at line 160 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| InvalidMagicBytes | |||
| ) |
Definition at line 123 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| InvalidReqId | |||
| ) |
Definition at line 187 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| InvalidResponseCode | |||
| ) |
Definition at line 203 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| InvalidSessionId | |||
| ) |
Definition at line 172 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| MethodInvocation | |||
| ) |
Definition at line 73 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| OpenSession | |||
| ) |
Definition at line 17 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| OpenSessionBrokenPacket | |||
| ) |
Definition at line 107 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| OpenSessionEmptyPacket | |||
| ) |
Definition at line 115 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| OpenSessionInvalidMagic | |||
| ) |
Definition at line 99 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| ReadVariable | |||
| ) |
Definition at line 31 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| SendFailed | |||
| ) |
Definition at line 289 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| tooFewMagicBytes | |||
| ) |
Definition at line 136 of file CoLa2ProtocolHandlerTest.cpp.
| TEST | ( | CoLa2ProtocolHandlerTest | , |
| WriteVariable | |||
| ) |
Definition at line 51 of file CoLa2ProtocolHandlerTest.cpp.