lundi 26 février 2018

How to pass command line arguments into Arquillian Tests in IntelliJ?

I have a pretty basic file IO command line Java application that I am creating in IntelliJ IDEA. I want to create tests to run so I do not have to manually change the Command Line Arguments (String [] args) under Run/Edit Configurations/Configuration tab --> Program Arguments. I bascially want to be able to run a test after any serious changes that I make to ensure all of my different flagging options and file paths that are being passed in are not failing.

How can I do this simply?

Aucun commentaire:

Enregistrer un commentaire