Stubber ์์ ๊ฐ์ ํจ์์ธ๋ฐ functionAddress ๊ฐ ๋ค๋ฅด๊ฒ ์ค์ ๋๋ ๋ฌธ์
// [register]
// arguments type : () -> ()
// return type : ()
// function address : 5003223104
Stubber.register(someClass.some(completion:)) { completion in
completion()
}