Am new to Apache camel, working with it from last 2 weeks.
I have written a single route for FTP download and then unzipping the downloaded files from FTP and then parsing the csv files to a bean objects.
Now i have to write unit test cases for this route, so i divided them in parts like 1 for FT,1 for Unzipping and 1 for parsing to bean, am through with writing a FTP test successfully, but for the next two tasks am not clear on how to proceed for unzipping and parsing to bean unit test, can anyone please help me on this?
Thanks for the help