fdk-java
fdk-java copied to clipboard
Allow record/verify of calls within Flow Testing
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.