Public Types | |
| typedef Teuchos::ScalarTraits < Scalar >::magnitudeType | ScalarMag |
| Local typedef for promoted scalar magnitude. | |
Public Member Functions | |
| TestSpecifier (bool doTest, const ScalarMag &warningTol, const ScalarMag &errorTol) | |
| bool | doTest () const |
| const ScalarMag & | warningTol () const |
| const ScalarMag & | errorTol () const |
Private Attributes | |
| bool | doTest_ |
| double | warningTol_ |
| double | errorTol_ |
Definition at line 37 of file Thyra_TestSpecifier.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Thyra::TestSpecifier< Scalar >::ScalarMag |
Local typedef for promoted scalar magnitude.
Definition at line 41 of file Thyra_TestSpecifier.hpp.
| Thyra::TestSpecifier< Scalar >::TestSpecifier | ( | bool | doTest, |
| const ScalarMag & | warningTol, | ||
| const ScalarMag & | errorTol | ||
| ) | [inline] |
Definition at line 46 of file Thyra_TestSpecifier.hpp.
| bool Thyra::TestSpecifier< Scalar >::doTest | ( | ) | const [inline] |
Definition at line 55 of file Thyra_TestSpecifier.hpp.
References Thyra::TestSpecifier< Scalar >::doTest_.
| const ScalarMag& Thyra::TestSpecifier< Scalar >::errorTol | ( | ) | const [inline] |
Definition at line 61 of file Thyra_TestSpecifier.hpp.
References Thyra::TestSpecifier< Scalar >::errorTol_.
Referenced by TSFExtended::TesterBase< Scalar >::checkTest().
| const ScalarMag& Thyra::TestSpecifier< Scalar >::warningTol | ( | ) | const [inline] |
Definition at line 58 of file Thyra_TestSpecifier.hpp.
References Thyra::TestSpecifier< Scalar >::warningTol_.
Referenced by TSFExtended::TesterBase< Scalar >::checkTest().
bool Thyra::TestSpecifier< Scalar >::doTest_ [private] |
Definition at line 65 of file Thyra_TestSpecifier.hpp.
Referenced by Thyra::TestSpecifier< Scalar >::doTest().
double Thyra::TestSpecifier< Scalar >::errorTol_ [private] |
Definition at line 69 of file Thyra_TestSpecifier.hpp.
Referenced by Thyra::TestSpecifier< Scalar >::errorTol().
double Thyra::TestSpecifier< Scalar >::warningTol_ [private] |
Definition at line 67 of file Thyra_TestSpecifier.hpp.
Referenced by Thyra::TestSpecifier< Scalar >::warningTol().