dummyjdbc icon indicating copy to clipboard operation
dummyjdbc copied to clipboard

Added new features specifically to make UnitTesting within Dell Boomi more convenient

Open SimoneAvogadro opened this issue 6 years ago • 0 comments

  • CSV can be stored directly in memory from the Unit test by putting it inside:
    • a String
    • an InputStream
  • added optional logic to consider also query parameters when selecting the in-memory resource to use for the resultset
  • added methods to support the testing of INSERT/DELETE parameters

SimoneAvogadro avatar Apr 12 '18 19:04 SimoneAvogadro