While running mutation test , there are survived cases . The reason is org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator
The exact error message is : replaced return value with Collections.emptyList for package/JavaFile::Method → SURVIVED
I added few test cases to pass the emptyList but still failed.Can anyone please help here about this and what's the test case need to be added?