IODA Bundle
anonymous_namespace{test_codecs_end_to_end2.cc} Namespace Reference

Classes

class  MockReadIterator
 
struct  MockReadIteratorConstString2
 

Variables

const int num_rows_to_write = 10
 
const char * const_string_2 = "pies\0\0\0\0"
 

Detailed Description

Encoding/decoding using codecs and the reader/writer are tested elsewhere. This file is for miscelaneous tests, in case the edge cases elsewhere are insufficient.

Note
This is mainly SDS being paranoid about removing apparently duplicate tests when restructuring
This test should be in test_codecs_end_to_end.cc, but it was causing segfaults with the cray compiler to put them in the same file. Sigh

Variable Documentation

◆ const_string_2

const char* anonymous_namespace{test_codecs_end_to_end2.cc}::const_string_2 = "pies\0\0\0\0"

Definition at line 89 of file test_codecs_end_to_end2.cc.

◆ num_rows_to_write

const int anonymous_namespace{test_codecs_end_to_end2.cc}::num_rows_to_write = 10

Definition at line 43 of file test_codecs_end_to_end2.cc.