2002
DOI: 10.1145/563517.563429
|View full text |Cite
|
Sign up to set email alerts
|

Unit testing frameworks

Abstract: In this paper we explore frameworks for performing unit testing in Java. The vehicle for this exploration is a student-written, skeleton program developed for the Computer Graphics course. Our analysis of this one experiment leads us to speculate what benefits in program development and design might accrue by requiring students to unit test their own programs.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
2
0

Year Published

2006
2006
2007
2007

Publication Types

Select...
3
2

Relationship

1
4

Authors

Journals

citations
Cited by 5 publications
(2 citation statements)
references
References 2 publications
0
2
0
Order By: Relevance
“…To help ensure the code quality of UrbanSim, we use unit tests [4,9,15] to automatically test Python classes (previously, Java classes) and their operations. The underlying assumption of existing unit test frameworks is that the unit under test has a deterministic behavior.…”
Section: Unit Testsmentioning
confidence: 99%
“…To help ensure the code quality of UrbanSim, we use unit tests [4,9,15] to automatically test Python classes (previously, Java classes) and their operations. The underlying assumption of existing unit test frameworks is that the unit under test has a deterministic behavior.…”
Section: Unit Testsmentioning
confidence: 99%
“…Such testing could be entirely batch using test scripts, interactive, or a mixture of the two. Assessment may incorporate other checks including: plagiarism detection [1], unit testing [5], test coverage, comment assessment, and code metrics.…”
mentioning
confidence: 99%