BAEL-3299 - Testing a Spring Batch Job (#7982)
* BAEL-3299: First version. Broken tests * BAEL-3299: Fix tests * BAEL-3299: Include gitignore for output files * BAEL-3299: Example of writer unit test * BAEL-3299: Cleaned up and included more tests * BAEL-3299: Updated to use JobParameters * BAEL-3299: Fixed broken startup and included cleanup for tests * BAEL-3299: Fine tuned version. Fixed formatting. * BAEL-3299: Cleaned up redundant stuff * BAEL-3299: Fixed formatting * BAEL-3299: Moved source code in spring-batch module * BAEL-3299: Fixed broken tests
This commit is contained in:
8
spring-batch/src/main/resources/batchtesting/input.csv
Normal file
8
spring-batch/src/main/resources/batchtesting/input.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
Foundation,Asimov I.,hardcover,ISBN 12839,2018
|
||||
Roadside Picnic,Strugatski A.,paperback,ISBN 12839,1988
|
||||
Norwegian Wood,Murakami H.,paperback,ISBN 12839,2015
|
||||
Davinci Code,Brown D.,hardcover,ISBN 12839,2005
|
||||
Ubik,Dick K. P.,hardcover,ISBN 12839,2013
|
||||
JFK,King S.,paperback,ISBN 12839,2017
|
||||
Contact,Sagan C.,paperback,ISBN 12839,2000
|
||||
Brave New World,Huxley A.,paperback,ISBN 12839,1986
|
||||
|
Reference in New Issue
Block a user