STAMP-project / test-runner

test driver to run JUnit tests isolated in a new JVM
GNU General Public License v3.0
16 stars 15 forks source link

Specify test classes and methods to run via a file #107

Closed andre15silva closed 2 years ago

andre15silva commented 3 years ago

Related https://github.com/SpoonLabs/flacoco/issues/57.

If we specify all test methods that are to be ran in a big enough project, we will easily reach the space available for command arguments set by Linux.

@martinezmatias proposes a file could be used as an alternative to passing them as a command line argument.

danglotb commented 2 years ago

This has been solved with #143