satauros
06/29/2023, 5:33 AMIFoo
with a method public component function setBar( required string arg )
. If I use createStub( implements = "IFoo")
in my tests, I get the error The value returned from the setBaseUrl function is not of type component.
. What am i doing wrong here?