Warning, /acts/Tests/IntegrationTests/README.md is written in an unsupported language. File is not indexed.
0001 # Integration tests
0002
0003 These are tests of large or multiple components of the library.
0004
0005 ## Propagation
0006
0007 These are test of different propagators and propagator configurations. There are
0008 two types of tests: self-consistency tests of single propagators and comparison
0009 tests between two separate propagators.
0010
0011 The actual tests are implemented in `PropagationTests.hpp` and are templated on
0012 the propagator type. The different test suites implemented in the
0013 `Propagation....cpp` files only handle the surrounding infrastructure, e.g.
0014 propagator construction and data-driven testcases, and then call the test
0015 functions.