-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
Generating the mutants works perfectly well when my source code is under a package structure, as instructed by MuJava documentation. But, only test files in the root testset directory are visible to MuJava - it will not run the tests under a package structure. When I flatten all the test files out of their directories, MuJava still won't work because of the package definitions mismatching the files. I've now tried refactoring the entire project to be flat (fixing things such as nested imports which require a package), as flattening only the tests and refactoring everything to work turned out too tedious. I hope it will now succeed - but I have many more projects to set up with MuJava, and I feel like this is not the right way to go...
Is there any way to make MuJava (MuScript) run the test files in a package structure, just like the source code?
If this is not available, could you point me to where MuJava's code should be modified please?
Many thanks,
Sara