Home
last modified time | relevance | path

Searched defs:account_test (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/test/example/
Dunit_test_example_10.cpp50 struct account_test { struct
51 account_test( double init_value ) { m_account.deposit( init_value ); } in account_test() argument
61 … // reports 'error in "account_test::test_init": test m_account.balance() >= 0.0 failed' on error in test_init() argument
98 …// reports 'fatal error in "account_test::test_deposit": test m_account.balance() >= 100.0 failed'… in test_deposit() argument
125 …// reports 'error in "account_test::test_withdraw": exception std::runtime_error is expected' on e… in test_withdraw() argument