Template Method
By learnedtheotherday
pattern. an abstract method in a superclass just calling methods implemented in subclasses, so that call order always remains the same
runTest(){
setUp();
run();
tearDown();
}
Tags: cs, term
This entry was posted on July 5, 2008 at 3:44 pm and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.