.com
Hosted by:
Unit testing expertise at your fingertips!
Home | Discuss | Lists

XUnit Basics

Recent Changes

Testcase Class Category: XUnit Basics 4 November 2006
Group a set of related Test Methods on a single .
Testcase Object Category: XUnit Basics 19 October 2006
We create a Command object for each test and call the run method when we wish to execute it.
Assertion Method Category: XUnit Basics 19 October 2006
Call a utility method to evaluate whether an expected outcome has been achieved.
Test Discovery Category: XUnit Basics 19 October 2006
The Test Automation Framework discovers all the tests that belong to the test suite automatically.
Test Suite Object Category: XUnit Basics 19 October 2006
Define a collection class that implements the standard test interface and use it to run a set of related Testcase Objects.
Test Method Category: XUnit Basics 19 October 2006
Encode each test as a single on some class.
Test Runner Category: XUnit Basics 11 October 2006
Define an application that instantiates a Test Suite Object and executes all the Testcase Objects it contains.
Assertion Message Category: XUnit Basics 16 June 2006
We include a descriptive string argument in each call to an Assertion Method.
Four-Phase Test Category: XUnit Basics 23 January 2004
Structure each test with four distinct parts executed in sequence.
Test Selection Category: XUnit Basics 19 January 2004
The Test Automation Framework selects the Test Methods to be run at runtime based on attributes of the tests.
Test Enumeration Category: XUnit Basics 19 January 2004
The test automater manually writes the code that enumerates all tests that belong to the test suite.

Page generated at Wed Feb 09 16:39:55 +1100 2011

Copyright © 2003-2008 Gerard Meszaros all rights reserved

All Categories
Introductory Narratives
Web Site Instructions
Code Refactorings
Cross References & Lists
Database Patterns
DfT Patterns
External Patterns
Fixture Setup Patterns
Fixture Teardown Patterns
Front Matter
Glossary
Misc
References
Result Verification Patterns
Sidebars
Terminology
Test Double Patterns
Test Organization
Test Refactorings
Test Smells
Test Strategy
Tools
Value Patterns
XUnit Basics
xUnit Members
All "XUnit Basics"
Test Method
--Four-Phase Test
Assertion Method
--Assertion Message
Testcase Class
Test Runner
Testcase Object
Test Suite Object
--Test Discovery
--Test Enumeration
--Test Selection