IODA Bundle
anonymous_namespace{test_codecs_end_to_end.cc} Namespace Reference

Classes

class  MockReadIterator
 
struct  MockReadIteratorConstInt
 
struct  MockReadIteratorConstString1
 

Variables

const int num_rows_to_write = 10
 
const long the_const_value = 20090624
 
const char * const_string_1 = "a-string"
 

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

Variable Documentation

◆ const_string_1

const char* anonymous_namespace{test_codecs_end_to_end.cc}::const_string_1 = "a-string"

Definition at line 96 of file test_codecs_end_to_end.cc.

◆ num_rows_to_write

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

Definition at line 40 of file test_codecs_end_to_end.cc.

◆ the_const_value

const long anonymous_namespace{test_codecs_end_to_end.cc}::the_const_value = 20090624

Definition at line 86 of file test_codecs_end_to_end.cc.