Stubs
Sometimes impossible or inconvenient to test a function without using some other function that has not yet been written or has yet to be tested
In this case you can use a simplified version of the missing or untested functions
These simplified functions are called stubs
These stubs will not necessarily perform the correct calculation but they will deliver values that suffice for testing and they are simple enough that you can have confidence in their performance