#include "../tests/testutil_unity.hpp"
#include <curve_mechanism_base.hpp>
#include <msg.hpp>
#include <random.hpp>
#include <unity.h>
#include <vector>
Go to the source code of this file.
Functions | |
int | main () |
void | setUp () |
void | tearDown () |
void | test_roundtrip (zmq::msg_t *msg_) |
void | test_roundtrip_empty () |
void | test_roundtrip_empty_more () |
void | test_roundtrip_large () |
void | test_roundtrip_small () |
int main | ( | ) |
Definition at line 132 of file unittest_curve_encoding.cpp.
void setUp | ( | ) |
Definition at line 18 of file unittest_curve_encoding.cpp.
void tearDown | ( | ) |
Definition at line 22 of file unittest_curve_encoding.cpp.
void test_roundtrip | ( | zmq::msg_t * | msg_ | ) |
Definition at line 26 of file unittest_curve_encoding.cpp.
void test_roundtrip_empty | ( | ) |
Definition at line 73 of file unittest_curve_encoding.cpp.
void test_roundtrip_empty_more | ( | ) |
Definition at line 117 of file unittest_curve_encoding.cpp.
void test_roundtrip_large | ( | ) |
Definition at line 100 of file unittest_curve_encoding.cpp.
void test_roundtrip_small | ( | ) |
Definition at line 86 of file unittest_curve_encoding.cpp.