Girish Mahajan (Editor)

List of unit testing frameworks

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

This page is a list of tables of code-driven unit testing frameworks for various programming languages. Some but not all of these are based on xUnit.

Contents

Columns (Classification)

  • Name: This column contains the name of the framework and will usually link to it.
  • xUnit: This column indicates whether a framework should be considered of xUnit type.
  • TAP: This column indicates whether a framework can emit TAP output for TAP-compliant testing harnesses.
  • Generators: Indicates whether a framework supports data generators. Data generators generate input data for a test and the test is run for each input data that the generator produces.
  • Fixtures: Indicates whether a framework supports test-local fixtures. Test-local fixtures ensure a specified environment for a single test.
  • Group fixtures: Indicates whether a framework supports group fixtures. Group fixtures ensure a specified environment for a whole group of Tests
  • MPI: Indicates whether a framework supports message passing via MPI - commonly used for high-performance scientific computing.
  • Other columns: These columns indicate whether a specific language / tool feature is available / used by a framework.
  • Remarks: Any remarks.
  • C#

    See .NET programming languages below.

    Groovy

    All entries under Java may also be used in Groovy.

    Visual Basic (VB6.0)

    For unit testing frameworks for VB.NET, see the .NET programming languages section.

    References

    List of unit testing frameworks Wikipedia


    Similar Topics