Opened 11 years ago

Closed 11 years ago

#5586 closed Feature Requests (worksforme)

Boost Test improvements

Reported by: nn-mail@… Owned by: Gennadiy Rozental
Milestone: To Be Determined Component: test
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Some things to improve:

  1. Add colorful output like in GoogleTest.
  2. Print test timings.
  3. Add option to stop test if it takes too much time to run.
  4. Add option to throw exception if some check fails.
  5. Add option to start debugger if some check fails.

Thanx.

Change History (2)

comment:1 by anonymous, 11 years ago

Also please add option to run test many times.

comment:2 by Gennadiy Rozental, 11 years ago

Resolution: worksforme
Status: newclosed

All of this is already supported but Boost.Test

  1. --color_output
  2. See log output
  3. timeout for the test case
  4. BOOST_REQUIRE_...
  5. --auto_start_dbg
Note: See TracTickets for help on using tickets.