Right now TestSimpleSchemaConflictResolutionStrategy extends SimpleSchemaConflictResolutionStrategy due to the limitation of test mocks. This should be improved so that TestSimpleSchemaConflictResolutionStrategy does not extend SimpleSchemaConflictResolutionStrategy.
{code:java}
public class TestSimpleSchemaConflictResolutionStrategy extends SimpleSchemaConflictResolutionStrategy {code}
JIRA info
Right now TestSimpleSchemaConflictResolutionStrategy extends SimpleSchemaConflictResolutionStrategy due to the limitation of test mocks. This should be improved so that TestSimpleSchemaConflictResolutionStrategy does not extend SimpleSchemaConflictResolutionStrategy.
{code:java}
public class TestSimpleSchemaConflictResolutionStrategy extends SimpleSchemaConflictResolutionStrategy {code}
JIRA info