wide::class library documentation
unittest
previous | next | index

unittestΒΆ

The unittest module contains a set of classes that provides a system for writing unit tests.

  • Features
    • A trivial example
  • Overview
  • Test suites
    • The test_suite base class
    • Writing tests
  • Test runners
    • The test_runner interface
    • Suite registration
    • Running single suites
    • Running single tests
  • Test reporters
    • The test_reporter interface
    • The text_reporter
    • The multi_reporter
    • The run_descriptor class
    • Suppress usage of << operator
  • Constriants
    • The Verify() function
    • Value constraints
    • Customizing value constraints
    • Throws constraints
    • Verifying collections of values
  • Utlitity classes
    • The cmdline_test_runner_factory class
  • Example

Table Of Contents

  • Introduction
  • unittest
    • Features
    • Overview
    • Test suites
    • Test runners
    • Test reporters
    • Constriants
    • Utlitity classes
    • Example

Search

Enter search terms or a module, class or function name.

unittest
previous | next | index

© Copyright 2012, Orlando Wingbrant. Created using Sphinx 1.1.2.
(Show document source)