You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pitest/descartes on xwiki-platform-model the method org.xwiki.model.EntityType#setParentTypes()List<EntityType> as pseudo-tested and Tests section contains only one test ( org.xwiki.model.internal.DefaultModelConfigurationTest.testGetDefaultReferenceNameWhenDefinedInConfiguration).
Problem is that if I do what's indicated (remove the body of that method) then I get the following:
There is nothing special about those tests so pitest probably find them well but maybe the issue is related to the fact that this is an enum (so this method is indeed "covered" only once by the very first test executed).
The text was updated successfully, but these errors were encountered:
When running pitest/descartes on xwiki-platform-model the method
org.xwiki.model.EntityType#setParentTypes()List<EntityType>
as pseudo-tested and Tests section contains only one test (org.xwiki.model.internal.DefaultModelConfigurationTest.testGetDefaultReferenceNameWhenDefinedInConfiguration
).Problem is that if I do what's indicated (remove the body of that method) then I get the following:
There is nothing special about those tests so pitest probably find them well but maybe the issue is related to the fact that this is an enum (so this method is indeed "covered" only once by the very first test executed).
The text was updated successfully, but these errors were encountered: