Public Member Functions | |
void | setUp () |
void | tearDown () |
void | TestID () |
void | TestIDThrow () |
void | TestSizeBlock () |
void | TestSizes () |
Public Attributes | |
io::Corsika::BlockID * | fId = nullptr |
Static Public Attributes | |
static const int | kBlockSize = 1092 |
static const int | kBlockSizeParticleData = 1092 + 4*Block::kPadding |
Private Member Functions | |
CPPUNIT_TEST (TestID) | |
CPPUNIT_TEST (TestSizes) | |
CPPUNIT_TEST (TestSizeBlock) | |
CPPUNIT_TEST_EXCEPTION (TestIDThrow, io::CorsikaIOException) | |
CPPUNIT_TEST_SUITE (TestCorsikaBlock) | |
CPPUNIT_TEST_SUITE_END () | |
Definition at line 19 of file testCorsikaBlock.cc.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 36 of file testCorsikaBlock.cc.
References fId, and io::Corsika::BlockID::SetID().
|
inline |
Definition at line 43 of file testCorsikaBlock.cc.
References fId.
|
inline |
Definition at line 50 of file testCorsikaBlock.cc.
References fId, and io::Corsika::BlockID::Is().
|
inline |
Definition at line 59 of file testCorsikaBlock.cc.
References tst::Expected(), and io::Corsika::BlockID::SetID().
|
inline |
Definition at line 79 of file testCorsikaBlock.cc.
References kBlockSizeParticleData.
|
inline |
Definition at line 67 of file testCorsikaBlock.cc.
References kBlockSize, and kBlockSizeParticleData.
io::Corsika::BlockID* TestCorsikaBlock::fId = nullptr |
Definition at line 30 of file testCorsikaBlock.cc.
Referenced by setUp(), tearDown(), and TestID().
|
static |
Definition at line 32 of file testCorsikaBlock.cc.
Referenced by TestSizes().
|
static |
Definition at line 33 of file testCorsikaBlock.cc.
Referenced by TestSizeBlock(), and TestSizes().