Benjamin DANGLOT
Benjamin DANGLOT
Hello, TestDataMutator is the old implementation of AllLiteralAmplifiers, so it should be in the category *Literals*, right? Thank you.
The fact is that since *TestDataMutator* is less stronger, _i.e._ it generates less amplified test methods at each iteration, it allows DSpot to obtain _better_ result because good amplified test...
Hi, @Deeplus Yeah this is the correct category. @monperrus okay to modify the name of the amplifier `TestDataMutator` to `FastLiteralAmplifier`
Hello @tomasalmeida Honestly, I never tried it using java 11 but I doubt a lot it would work. I will try on my side and keep you updated. Thank you.
Hello @tomasalmeida, In Dspot, we use by default the version `1.4.0` of PIT and [`descartes`](https://github.com/STAMP-project/pitest-descartes) as mutation engine. However, it seems that both of them do not support Java 11....
Hello @gibello in the `pdp-engine` module, there are only parametrized tests. It seems that the test-runner of DSpot does not support junit4 parametrized tests anymore. I might have introduced a...
Actually, this happened when I had some configuration in the `pom.xml` of `pdp-engine`. Do you have modified your `pom.xml`? If so, could you provide me your configuration? Thank you.
Okay, I did reproduce using the `-Duse-maven-to-exe-test` command line option (without I do not have the error thrown). The real errors is the following: ``` [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test)...
After further investigations, the problem comes from the way the parametrized tests are named. For example, in `org.ow2.authzforce.core.pdp.impl.test.DefaultEnvironmentPropertiesTest`, the tests are named as follow: ``` @Parameters(name = "{index}: {1}; user={2};...
Hi @danzone Thank you for developing the support of Ant project. The issue here, is about to have the implementation of an [`AutomaticBuilder`](https://github.com/STAMP-project/dspot/blob/master/dspot/src/main/java/fr/inria/diversify/automaticbuilder/AutomaticBuilder.java) such as the [`GradleAutomaticBuilder`](https://github.com/STAMP-project/dspot/blob/master/dspot/src/main/java/fr/inria/diversify/automaticbuilder/GradleAutomaticBuilder.java) you did and...