#include <gtest/gtest.h>#include <ixblue_stdbin_decoder/stdbin_decoder.h>#include "datasets/log_STDBIN_V2.h"#include "datasets/log_STDBIN_V3.h"#include "datasets/log_STDBIN_V4.h"#include "datasets/log_STDBIN_V5.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (StdBinDecoder, WeCannotParseAFrameWithSomeMissingFields) | |
| TEST (StdBinDecoder, WeCanParseAMinimalV2Frame) | |
| TEST (StdBinDecoder, WeCanParseV2Protocol) | |
| TEST (StdBinDecoder, WeCanParseV2ProtocolReceivedInTwoPartsWhereverCutpointIs) | |
| TEST (StdBinDecoder, WeCanParseV2ProtocolReceivedWithGarbageAtFront) | |
| TEST (StdBinDecoder, WeCanParse2FramesInTheSameBufferWithGarbageOnFront) | |
| TEST (StdBinDecoder, WeCanParseV3Protocol) | |
| TEST (StdBinDecoder, WeCanParseV4Protocol) | |
| TEST (StdBinDecoder, WeCanParseV5Protocol) | |
| TEST (StdBinDecoder, WeCanParseAnAnswerFrame) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1150 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCannotParseAFrameWithSomeMissingFields | |||
| ) |
Definition at line 9 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseAMinimalV2Frame | |||
| ) |
Definition at line 33 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseV2Protocol | |||
| ) |
Definition at line 63 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseV2ProtocolReceivedInTwoPartsWhereverCutpointIs | |||
| ) |
Definition at line 203 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseV2ProtocolReceivedWithGarbageAtFront | |||
| ) |
Definition at line 231 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParse2FramesInTheSameBufferWithGarbageOnFront | |||
| ) |
Definition at line 252 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseV3Protocol | |||
| ) |
Definition at line 279 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseV4Protocol | |||
| ) |
Definition at line 621 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseV5Protocol | |||
| ) |
Definition at line 873 of file stdbin_decoder.test.cc.
| TEST | ( | StdBinDecoder | , |
| WeCanParseAnAnswerFrame | |||
| ) |
Definition at line 1125 of file stdbin_decoder.test.cc.