CSC/ECE 517 Fall 2009/wiki1a 1 103: Difference between revisions
Jump to navigation
Jump to search
(Writing Effective JUnit Test Cases) |
(structure) |
||
Line 1: | Line 1: | ||
Writing Effective JUnit Test Cases | = Writing Effective Junit Test Cases = | ||
== Prerequisites == | |||
This article, rather than introduces to the reader, assumes the reader is familiar with the following terms/names and their concepts: | |||
[http://en.wikipedia.org/wiki/Unit_testing Unit Testing] | |||
[http://en.wikipedia.org/wiki/Test_case Test case] | |||
[http://en.wikipedia.org/wiki/JUnit JUnit] | |||
== Criteria For Effective Unit Testing == | |||
== Effective JUnit Test Cases == | |||
== Summary == | |||
== References == |
Revision as of 16:52, 8 September 2009
Writing Effective Junit Test Cases
Prerequisites
This article, rather than introduces to the reader, assumes the reader is familiar with the following terms/names and their concepts: