Skip to content

Conversation

Pankraz76
Copy link

demonstrator for:


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

@Pankraz76 Pankraz76 force-pushed the LexicographicalAnnotationListing--extend-errorprone branch from d106e13 to f68b088 Compare October 9, 2025 09:18
Copy link
Author

@Pankraz76 Pankraz76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting feedback and enabler:

List<Object> allInstances = new ArrayList<>(testInstances.getAllInstances());
allInstances.add(instance);
return new DefaultTestInstances(Collections.unmodifiableList(allInstances));
return new DefaultTestInstances(unmodifiableList(allInstances));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

less noise/context is more.

@Repeatable(CsvFileSources.class)
@API(status = STABLE, since = "5.7")
@ArgumentsSource(CsvFileArgumentsProvider.class)
@Retention(RetentionPolicy.RUNTIME)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

natural order and grouping another term for Lexicographical

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant