JoyOfCoding icon indicating copy to clipboard operation
JoyOfCoding copied to clipboard

Add file helpers to the InvokeMainTestCase framework

Open DavidWhitlock opened this issue 6 years ago • 3 comments

I've noticed that in the text file and pretty print projects students aren't writing integration tests. I should add some file helpers to the InvokeMainTestCase framework.

DavidWhitlock avatar Jul 26 '18 00:07 DavidWhitlock

One file helper that would be helpful is a method that copies a resource file to a file in a directory (such as the JUnit @TempDir directory).

DavidWhitlock avatar Jul 16 '21 05:07 DavidWhitlock

Oh. And it's possible that failsafe isn't configured to mark src/it/resources as a resource directory.

DavidWhitlock avatar Jul 16 '21 05:07 DavidWhitlock

Another helpful method would read the contents of a text file into a String.

DavidWhitlock avatar Jul 17 '21 02:07 DavidWhitlock