Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testClose () |
void | testConstructor () |
void | testConstructorThrow () |
void | testOpen () |
void | testOpenCloseOpen () |
void | testOpenThrowNonExistent () |
void | testOpenThrowReOpen () |
void | testRandomAccess () |
void | testReadHeader () |
void | testReadToTrailer () |
void | testSize () |
Public Attributes | |
RawFile * | f |
Static Public Attributes | |
static const int | kBlockSize = sizeof(Block) |
Definition at line 24 of file testRawFile.cc.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 49 of file testRawFile.cc.
References f.
|
inline |
Definition at line 54 of file testRawFile.cc.
References f.
|
inline |
Definition at line 97 of file testRawFile.cc.
References io::Corsika::RawFile::Close(), f, and io::Corsika::RawFile::Open().
|
inline |
Definition at line 65 of file testRawFile.cc.
|
inline |
Definition at line 71 of file testRawFile.cc.
References tst::Expected().
|
inline |
Definition at line 77 of file testRawFile.cc.
References f, io::Corsika::RawFile::IsOpen(), and io::Corsika::RawFile::Open().
|
inline |
Definition at line 104 of file testRawFile.cc.
References io::Corsika::RawFile::Close(), f, and io::Corsika::RawFile::Open().
|
inline |
Definition at line 84 of file testRawFile.cc.
References tst::Expected(), f, and io::Corsika::RawFile::Open().
|
inline |
Definition at line 90 of file testRawFile.cc.
References tst::Expected(), f, and io::Corsika::RawFile::Open().
|
inline |
Definition at line 133 of file testRawFile.cc.
References RdGeoCeLDFFitter::b, f, io::Corsika::RawFile::GetNextBlock(), io::Corsika::RawFile::GetNextPosition(), io::Corsika::RawFile::Open(), and io::Corsika::RawFile::SeekTo().
|
inline |
Definition at line 111 of file testRawFile.cc.
References RdGeoCeLDFFitter::b, f, io::Corsika::RawFile::GetNextBlock(), and io::Corsika::RawFile::Open().
|
inline |
Definition at line 122 of file testRawFile.cc.
References RdGeoCeLDFFitter::b, f, io::Corsika::RawFile::GetNextBlock(), and io::Corsika::RawFile::Open().
|
inline |
Definition at line 59 of file testRawFile.cc.
References kBlockSize.
RawFile* testRawFile::f |
Definition at line 47 of file testRawFile.cc.
Referenced by setUp(), tearDown(), testClose(), testOpen(), testOpenCloseOpen(), testOpenThrowNonExistent(), testOpenThrowReOpen(), testRandomAccess(), testReadHeader(), and testReadToTrailer().
|
static |
Definition at line 45 of file testRawFile.cc.
Referenced by testSize().