Answer:
stub
Step-by-step explanation:
A stub can demonstrate the behavior of a code block (function or method) and as such it can be used as a temporal substitute, place holder or dummy function for code segments that are yet to be written to test the call and return from the function.