fdk-java icon indicating copy to clipboard operation
fdk-java copied to clipboard

Allow record/verify of calls within Flow Testing

Open zootalures opened this issue 8 years ago • 0 comments

I want to be able to verify the inputs to a given InvokeFunction stage in the graph in test.

I want to be able to :

   testing.getOnlyCall("./testFn") -> some kind of http request| exception if there isn't exactly one call 

   testing.getAllCalls("./testFn") - list of call objects. 

zootalures avatar Nov 03 '17 12:11 zootalures