Searched defs:account_test (Results 1 – 1 of 1) sorted by relevance
50 struct account_test { struct51 account_test( double init_value ) { m_account.deposit( init_value ); } in account_test() argument61 … // reports 'error in "account_test::test_init": test m_account.balance() >= 0.0 failed' on error in test_init() argument98 …// reports 'fatal error in "account_test::test_deposit": test m_account.balance() >= 100.0 failed'… in test_deposit() argument125 …// reports 'error in "account_test::test_withdraw": exception std::runtime_error is expected' on e… in test_withdraw() argument