0

Am newbie to Spring. I have a spring project created using spring-integration-file (spring boot- FTP,SFTP,NFS) which will transform the file from source path to destination path.

Have to write junit test cases to test the project. It will be helpful if someone share some documents/link to write junit testcases with @RunWith(SpringRunner.class) for spring-integration-file project

Thanks in advance

Jessie
  • 963
  • 5
  • 16
  • 26

1 Answers1

1

You can consult Spring Integration Samples project on the matter.

Also there are a lot of JUnit tests in the spring-integration-file module of the core project per se.

Artem Bilan
  • 113,505
  • 11
  • 91
  • 118