You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the DataMapper class and noticed that map method take a Reader instead of Readers. Is three a way I can pass in multiple files to FileParameters? what is the best way to extend the existing DataMapper to accept a Reader var arg?
I looked at the DataMapper class and noticed that map method take a Reader instead of Readers. Is three a way I can pass in multiple files to FileParameters? what is the best way to extend the existing DataMapper to accept a Reader var arg?
I'm looking to achieve the following -
@Test @FileParameters(value = "classpath:payload1.json,classpath:payload2.json", mapper = JSONMapper.class) public void sampleTest(Map<?, ?> payload1, Map<?, ?> payload2){ }
The text was updated successfully, but these errors were encountered: