![]() |
Peano
|
Go to the source code of this file.
Macros | |
#define | testMethod(name) |
Run a test method and check for errors. | |
#define | testNumericalEquals(lhs, rhs) (std::abs((rhs) -(lhs)) <= 1.0e-10) |
#define | validate(booleanExpr) |
#define | validateWithMessage(booleanExpr, message) |
parameter message has to be a std::string or char* | |
#define | validateWithParams1(booleanExpr, param0) |
#define | validateWithParams2(booleanExpr, param0, param1) |
#define | validateWithParams3(booleanExpr, param0, param1, param2) |
#define | validateWithParams4(booleanExpr, param0, param1, param2, param3) |
#define | validateWithParams5(booleanExpr, param0, param1, param2, param3, param4) |
#define | validateWithParams6(booleanExpr, param0, param1, param2, param3, param4, param5) |
#define | validateWithParams7(booleanExpr, param0, param1, param2, param3, param4, param5, param6) |
#define | validateWithParams8(booleanExpr, param0, param1, param2, param3, param4, param5, param6, param7) |
#define | validateWithParams9(booleanExpr, param0, param1, param2, param3, param4, param5, param6, param7, param8) |
#define | validateWithParams10(booleanExpr, param0, param1, param2, param3, param4, param5, param6, param7, param8, param9) |
#define | validateWithParams11(booleanExpr, param0, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10) |
#define | validateWithParams12(booleanExpr, param0, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11) |
#define | validateWithParams13(booleanExpr, param0, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12) |
#define | validateWithParams14(booleanExpr, param0, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13) |
#define | validateEquals(actualValue, validValue) |
#define | validateEqualsWithMessage(actualValue, validValue, message) |
#define | validateEqualsWithParams1(actualValue, validValue, param0) |
#define | validateEqualsWithParams2(actualValue, validValue, param0, param1) |
#define | validateEqualsWithParams3(actualValue, validValue, param0, param1, param2) |
#define | validateEqualsWithParams4(actualValue, validValue, param0, param1, param2, param3) |
#define | validateEqualsWithParams5(actualValue, validValue, param0, param1, param2, param3, param4) |
#define | validateEqualsWithParams6(actualValue, validValue, param0, param1, param2, param3, param4, param5) |
#define | validateEqualsWithParams7(actualValue, validValue, param0, param1, param2, param3, param4, param5, param6) |
#define | validateEqualsWithParams8(actualValue, validValue, param0, param1, param2, param3, param4, param5, param6, param7) |
#define | validateEqualsWithParams9(actualValue, validValue, param0, param1, param2, param3, param4, param5, param6, param7, param8) |
#define | validateNotEqual(actualValue, validValue) |
#define | validateNumericalEquals(actualValue, validValue) |
#define | validateNumericalEqualsWithEps(actualValue, validValue, eps) |
#define | validateNumericalEqualsWithEpsWithParams1(actualValue, validValue, eps, param0) |
#define | validateNumericalEqualsWithEpsWithParams2(actualValue, validValue, eps, param0, param1) |
#define | validateNumericalEqualsWithEpsWithParams3(actualValue, validValue, eps, param0, param1, param2) |
#define | validateNumericalEqualsWithParams1(actualValue, validValue, param0) |
#define | validateNumericalEqualsWithParams2(actualValue, validValue, param0, param1) |
#define | validateNumericalEqualsWithParams3(actualValue, validValue, param0, param1, param2) |
#define | validateNumericalEqualsWithParams4(actualValue, validValue, param0, param1, param2, param3) |
#define | validateNumericalEqualsWithParams5(actualValue, validValue, param0, param1, param2, param3, param4) |
#define | validateNumericalEqualsWithParams6(actualValue, validValue, param0, param1, param2, param3, param4, param5) |
#define | validateNumericalVectorEquals(actual, valid) |
Macro for validating the (numerical) equality of two Vectors. | |
#define | validateNumericalVectorEqualsWithParams1(actual, valid, param0) |
#define | validateNumericalVectorEqualsWithParams2(actual, valid, param0, param1) |
#define | validateNumericalVectorEqualsWithParams3(actual, valid, param0, param1, param2) |
#define testMethod | ( | name | ) |
Run a test method and check for errors.
It is necessary to use assertion-macros which set member _error in a TestCase.
name | the name of the method to call (without parentheses!) |
Definition at line 24 of file TestMacros.h.
Referenced by exahype2::fd::tests::CCZ4KernelTest::run(), exahype2::fd::tests::SommerfeldBCTest::run(), exahype2::fv::tests::InterpolationRestrictionTest::run(), tarch::la::tests::LUDecompositionTest::run(), tarch::la::tests::MatrixTest::run(), tarch::la::tests::MatrixVectorTest::run(), tarch::la::tests::ScalarTest::run(), tarch::la::tests::VectorTest::run(), tarch::plotter::griddata::unstructured::vtk::tests::VTKBinaryFileTestCase::run(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::run(), exahype2::dg::rusanov::tests::RiemannTest::run(), exahype2::dg::tests::CellIntegralTest::run(), exahype2::dg::tests::DGUtilsTest::run(), exahype2::dg::tests::RiemannTest::run(), exahype2::fv::rusanov::tests::ApplySplit1DRiemannToPatchTest::run(), exahype2::fv::rusanov::tests::CopyPatchTest::run(), peano4::grid::tests::GridControlEventTest::run(), peano4::grid::tests::GridTraversalEventGeneratorTest::run(), peano4::grid::tests::SpacetreeTest::run(), peano4::parallel::tests::NodeTest::run(), peano4::parallel::tests::PingPongTest::run(), peano4::utils::tests::ParallelDForTest::run(), tarch::la::tests::DynamicMatrixTest::run(), tarch::la::tests::GramSchmidtTest::run(), tarch::mpi::tests::StringTest::run(), toolbox::blockstructured::tests::IandRInMatricesTest::run(), toolbox::blockstructured::tests::IandRSecondOrderTest::run(), toolbox::blockstructured::tests::IandRThirdOrderTest::run(), toolbox::blockstructured::tests::IandRVolumetricTest::run(), toolbox::blockstructured::tests::InterpolationTest::run(), toolbox::finiteelements::tests::StencilFactoryTest::run(), toolbox::particles::assignmentchecks::tests::TestHelpers::run(), toolbox::particles::tests::MultiscaleTransitionsTest::run(), and toolbox::particles::tests::TestHelpers::run().
#define testNumericalEquals | ( | lhs, | |
rhs ) (std::abs((rhs) -(lhs)) <= 1.0e-10) |
Definition at line 33 of file TestMacros.h.
#define validate | ( | booleanExpr | ) |
Definition at line 37 of file TestMacros.h.
Referenced by tarch::la::tests::ScalarTest::testComparison(), peano4::parallel::tests::NodeTest::testGetOutputStacksForPeriodicBoundaryExchange(), toolbox::finiteelements::tests::StencilFactoryTest::testIntegrationWithN1(), tarch::la::tests::MatrixTest::testMatrixMatrixOperations(), peano4::grid::tests::GridControlEventTest::testMerge2(), tarch::la::tests::GramSchmidtTest::testModifiedGramSchmidt(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithBlockingReceives(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithBlockingSends(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithBlockingSendsAndReceives(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithNonblockingReceives(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithNonblockingSends(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithNonblockingSendsAndReceives(), tarch::la::tests::MatrixTest::testTransposedMatrix(), and tarch::la::tests::VectorTest::testVectorVectorOperations().
#define validateEquals | ( | actualValue, | |
validValue ) |
Definition at line 299 of file TestMacros.h.
Referenced by tarch::la::tests::ScalarTest::testAbs(), tarch::la::tests::MatrixTest::testAssignment(), tarch::la::tests::VectorTest::testAssignment(), peano4::parallel::tests::PingPongTest::testBuiltInType(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testComposeDecompose(), tarch::la::tests::MatrixTest::testConstruction(), tarch::la::tests::VectorTest::testConstruction(), exahype2::fv::rusanov::tests::CopyPatchTest::testCopyPatch(), peano4::grid::tests::SpacetreeTest::testGetAdjacentDomainIds(), exahype2::dg::tests::DGUtilsTest::testGetIndex(), peano4::parallel::tests::NodeTest::testGetOutputStacksForPeriodicBoundaryExchange(), tarch::la::tests::LUDecompositionTest::testInversion0(), tarch::la::tests::LUDecompositionTest::testInversion1(), tarch::la::tests::LUDecompositionTest::testLU(), tarch::la::tests::MatrixTest::testMatrixMatrixOperations(), tarch::la::tests::MatrixTest::testMatrixOperations(), peano4::grid::tests::GridControlEventTest::testMerge1(), peano4::grid::tests::GridControlEventTest::testMerge3(), tarch::la::tests::MatrixVectorTest::testMultiplication(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithBlockingSends(), peano4::parallel::tests::PingPongTest::testMultithreadedPingPongWithNonblockingSends(), exahype2::dg::tests::RiemannTest::testProjectVolumetricDataOntoFacesForConstantSolutionOrder3(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testTinyValues(), tarch::la::tests::MatrixTest::testTransposedMatrix(), tarch::la::tests::VectorTest::testVectorOperations(), tarch::la::tests::VectorTest::testVectorScalarOperations(), tarch::la::tests::VectorTest::testVectorVectorOperations(), and tarch::la::tests::VectorTest::testWrappedVector().
#define validateEqualsWithMessage | ( | actualValue, | |
validValue, | |||
message ) |
Definition at line 308 of file TestMacros.h.
#define validateEqualsWithParams1 | ( | actualValue, | |
validValue, | |||
param0 ) |
Definition at line 318 of file TestMacros.h.
Referenced by tarch::la::tests::VectorTest::testAssignment(), tarch::la::tests::DynamicMatrixTest::testBatchedMultiplyAoS(), peano4::grid::tests::GridTraversalEventGeneratorTest::testCreateGenericCellTraversalEvent1(), peano4::parallel::tests::NodeTest::testGetOutputStacksForPeriodicBoundaryExchange(), peano4::parallel::tests::NodeTest::testGetPeriodicBoundaryNumber(), toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex03(), toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex04(), peano4::grid::tests::GridControlEventTest::testSortWithinMerge(), tarch::la::tests::VectorTest::testVectorScalarOperations(), and tarch::la::tests::VectorTest::testWrappedVector().
#define validateEqualsWithParams2 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1 ) |
Definition at line 328 of file TestMacros.h.
Referenced by peano4::parallel::tests::PingPongTest::testDaStGenTypeIntegerMessage(), peano4::parallel::tests::PingPongTest::testDaStGenTypeStartTraversalMessage(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testDecomposeWithInt(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testDecomposeWithLongInt(), peano4::parallel::tests::NodeTest::testGetOutputStacksForPeriodicBoundaryExchange(), peano4::utils::tests::ParallelDForTest::testParallelDFor(), tarch::mpi::tests::StringTest::testSendReceive(), and toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testTinyValues().
#define validateEqualsWithParams3 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2 ) |
Definition at line 339 of file TestMacros.h.
Referenced by peano4::parallel::tests::NodeTest::testGetOutputStacksForPeriodicBoundaryExchange().
#define validateEqualsWithParams4 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3 ) |
Definition at line 349 of file TestMacros.h.
#define validateEqualsWithParams5 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4 ) |
Definition at line 359 of file TestMacros.h.
Referenced by toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex03().
#define validateEqualsWithParams6 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5 ) |
Definition at line 369 of file TestMacros.h.
#define validateEqualsWithParams7 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6 ) |
Definition at line 379 of file TestMacros.h.
Referenced by toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testTinyValues().
#define validateEqualsWithParams8 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7 ) |
Definition at line 392 of file TestMacros.h.
Referenced by peano4::parallel::tests::PingPongTest::testDaStGenArray().
#define validateEqualsWithParams9 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7, | |||
param8 ) |
Definition at line 405 of file TestMacros.h.
#define validateNotEqual | ( | actualValue, | |
validValue ) |
Definition at line 419 of file TestMacros.h.
#define validateNumericalEquals | ( | actualValue, | |
validValue ) |
Definition at line 428 of file TestMacros.h.
Referenced by exahype2::dg::tests::DGUtilsTest::testComputeGradientOnConstantSolution(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testErrorComputation(), exahype2::fv::tests::InterpolationRestrictionTest::testInjectionExtrapolationRestrictionWithTensorProduct(), exahype2::fv::rusanov::tests::ApplySplit1DRiemannToPatchTest::testIterateGrid(), exahype2::fv::tests::InterpolationRestrictionTest::testPiecewiseConstantInterpolationWithTensorProduct1(), exahype2::dg::tests::RiemannTest::testProjectVolumetricDataOntoFacesForConstantSolutionOrder0(), exahype2::dg::tests::RiemannTest::testProjectVolumetricDataOntoFacesForConstantSolutionOrder3(), toolbox::blockstructured::tests::InterpolationTest::testRestrictCellForBreakingDam(), and toolbox::blockstructured::tests::InterpolationTest::testRestrictHaloLayer_AoS_averaging().
#define validateNumericalEqualsWithEps | ( | actualValue, | |
validValue, | |||
eps ) |
Definition at line 438 of file TestMacros.h.
#define validateNumericalEqualsWithEpsWithParams1 | ( | actualValue, | |
validValue, | |||
eps, | |||
param0 ) |
Definition at line 449 of file TestMacros.h.
Referenced by toolbox::blockstructured::tests::IandRVolumetricTest::testMatrixInterpolation(), and toolbox::blockstructured::tests::IandRVolumetricTest::testSecondOrderInterpolation().
#define validateNumericalEqualsWithEpsWithParams2 | ( | actualValue, | |
validValue, | |||
eps, | |||
param0, | |||
param1 ) |
Definition at line 461 of file TestMacros.h.
Referenced by toolbox::blockstructured::tests::IandRInMatricesTest::compareInterpolateLinearCaseToTensorProductPatch().
#define validateNumericalEqualsWithEpsWithParams3 | ( | actualValue, | |
validValue, | |||
eps, | |||
param0, | |||
param1, | |||
param2 ) |
Definition at line 473 of file TestMacros.h.
Referenced by toolbox::blockstructured::tests::IandRSecondOrderTest::compareInterpolateLinearCaseToTensorProduct(), toolbox::blockstructured::tests::IandRThirdOrderTest::compareInterpolateLinearCaseToTensorProduct(), toolbox::blockstructured::tests::IandRSecondOrderTest::compareRestrictLinearCaseToTensorProduct(), toolbox::blockstructured::tests::IandRThirdOrderTest::compareRestrictLinearCaseToTensorProduct(), and toolbox::blockstructured::tests::IandRInMatricesTest::compareRestrictLinearCaseToTensorProductPatch().
#define validateNumericalEqualsWithParams1 | ( | actualValue, | |
validValue, | |||
param0 ) |
Definition at line 486 of file TestMacros.h.
Referenced by toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testComposeDecompose(), exahype2::dg::tests::DGUtilsTest::testEvaluatePolynomialOrder1(), exahype2::dg::tests::DGUtilsTest::testEvaluatePolynomialOrder2(), toolbox::blockstructured::tests::InterpolationTest::testInterpolateCellDataAssociatedToVolumesIntoOverlappingCell_linear(), and peano4::grid::tests::GridControlEventTest::testSortWithinMerge().
#define validateNumericalEqualsWithParams2 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1 ) |
Definition at line 497 of file TestMacros.h.
Referenced by exahype2::dg::tests::CellIntegralTest::runEulerOrder2OnStationarySetup(), exahype2::dg::tests::CellIntegralTest::runEulerOrder4OnStationarySetup(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testDecomposeWithInt(), and toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testTinyValues().
#define validateNumericalEqualsWithParams3 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2 ) |
Definition at line 508 of file TestMacros.h.
#define validateNumericalEqualsWithParams4 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3 ) |
Definition at line 519 of file TestMacros.h.
Referenced by toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testTinyValues().
#define validateNumericalEqualsWithParams5 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4 ) |
Definition at line 530 of file TestMacros.h.
#define validateNumericalEqualsWithParams6 | ( | actualValue, | |
validValue, | |||
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5 ) |
Definition at line 542 of file TestMacros.h.
Referenced by exahype2::fv::tests::InterpolationRestrictionTest::testAverageRestrictionWithTensorProduct(), and exahype2::fv::tests::InterpolationRestrictionTest::testInjectionExtrapolationRestrictionWithTensorProduct().
#define validateNumericalVectorEquals | ( | actual, | |
valid ) |
Macro for validating the (numerical) equality of two Vectors.
The "difference" is here implemented as Euclidean norm of the difference vector.
actual | Vector under test. |
valid | Valid reference vector. |
testCaseMethodName | String containing the name of the test case method. |
Definition at line 563 of file TestMacros.h.
#define validateNumericalVectorEqualsWithParams1 | ( | actual, | |
valid, | |||
param0 ) |
Definition at line 574 of file TestMacros.h.
#define validateNumericalVectorEqualsWithParams2 | ( | actual, | |
valid, | |||
param0, | |||
param1 ) |
Definition at line 586 of file TestMacros.h.
#define validateNumericalVectorEqualsWithParams3 | ( | actual, | |
valid, | |||
param0, | |||
param1, | |||
param2 ) |
Definition at line 598 of file TestMacros.h.
#define validateWithMessage | ( | booleanExpr, | |
message ) |
parameter message has to be a std::string or char*
Definition at line 49 of file TestMacros.h.
#define validateWithParams1 | ( | booleanExpr, | |
param0 ) |
Definition at line 59 of file TestMacros.h.
Referenced by peano4::grid::tests::GridTraversalEventGeneratorTest::testAreFacesLocal1(), peano4::grid::tests::GridTraversalEventGeneratorTest::testAreFacesLocal2(), peano4::parallel::tests::PingPongTest::testDaStGenArrayTreeManagementMessage(), peano4::grid::tests::GridTraversalEventGeneratorTest::testGetFaceType(), toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex03(), and peano4::grid::tests::GridControlEventTest::testMerge1().
#define validateWithParams10 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7, | |||
param8, | |||
param9 ) |
Definition at line 189 of file TestMacros.h.
#define validateWithParams11 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7, | |||
param8, | |||
param9, | |||
param10 ) |
Definition at line 209 of file TestMacros.h.
#define validateWithParams12 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7, | |||
param8, | |||
param9, | |||
param10, | |||
param11 ) |
Definition at line 230 of file TestMacros.h.
#define validateWithParams13 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7, | |||
param8, | |||
param9, | |||
param10, | |||
param11, | |||
param12 ) |
Definition at line 252 of file TestMacros.h.
#define validateWithParams14 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7, | |||
param8, | |||
param9, | |||
param10, | |||
param11, | |||
param12, | |||
param13 ) |
Definition at line 275 of file TestMacros.h.
#define validateWithParams2 | ( | booleanExpr, | |
param0, | |||
param1 ) |
Definition at line 69 of file TestMacros.h.
Referenced by exahype2::dg::tests::CellIntegralTest::runEulerOrder2OnStationarySetup(), peano4::grid::tests::GridControlEventTest::testMerge2(), peano4::grid::tests::SpacetreeTest::testRestrictToCoarseGrid(), and tarch::la::tests::VectorTest::testVectorVectorOperations().
#define validateWithParams3 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2 ) |
Definition at line 80 of file TestMacros.h.
Referenced by peano4::parallel::tests::NodeTest::testGetOutputStacksForPeriodicBoundaryExchange(), toolbox::particles::tests::TestHelpers::testParticleAssignedToVertexWillBeLocal(), and tarch::la::tests::VectorTest::testVectorVectorOperations().
#define validateWithParams4 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3 ) |
Definition at line 92 of file TestMacros.h.
Referenced by toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testBatchDecomposition(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testBatchDecompositionWithArrayOfFour(), toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testDecomposeWithChar(), and toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testDecomposeWithInt().
#define validateWithParams5 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4 ) |
Definition at line 105 of file TestMacros.h.
Referenced by toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testDecompose(), toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex03(), and toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex04().
#define validateWithParams6 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5 ) |
Definition at line 119 of file TestMacros.h.
Referenced by toolbox::multiprecision::tests::CompressedFloatingPointNumbersTest::testDecompose(), toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex01(), toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex02(), toolbox::particles::tests::MultiscaleTransitionsTest::testSievePredicate(), and peano4::parallel::tests::NodeTest::testTagCalculation().
#define validateWithParams7 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6 ) |
Definition at line 135 of file TestMacros.h.
Referenced by toolbox::particles::tests::MultiscaleTransitionsTest::testLiftDropOfParticleAssociatedWithVertex02().
#define validateWithParams8 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7 ) |
Definition at line 152 of file TestMacros.h.
#define validateWithParams9 | ( | booleanExpr, | |
param0, | |||
param1, | |||
param2, | |||
param3, | |||
param4, | |||
param5, | |||
param6, | |||
param7, | |||
param8 ) |
Definition at line 170 of file TestMacros.h.