Lexicon - GradedJestRisk/lexicon GitHub Wiki
Element | Acronym | Synonym | Definition |
---|---|---|---|
test double | x | x | Replace a production object for testing purposes |
class | x | x | Defines how the object is implemented. Objects of different classes can have the same type, see Introduction in GoF |
Type | x | x | An object's type only refers to its interface - the set of requests to which it can respond. An object can have many types, see Introduction in GoF |