Method stub
|
A method stub or simply stub in software development is a piece of software used to stand in for some other code. The code the stub pretends to be may be on another machine, more complicated or up to now undeveloped. Stubs are therefore used especially in distributed computing, testing, and during development.
External links
- A Stub Generation System For C++ (http://www.cs.ncl.ac.uk/research/pubs/articles/papers/94.pdf) (PDF)