eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.42k stars 604 forks source link

Move test template to the correct directory - fixes #1520 #1521

Closed Desislav-Petrov closed 4 months ago

Desislav-Petrov commented 10 months ago

Move test template file to the correct location

Desislav-Petrov commented 7 months ago

@donraab do you mind casting an eye whenever you get a chance please

donraab commented 5 months ago

Hi @Desislav-Petrov, one of the inspections builds is failing.

Desislav-Petrov commented 5 months ago

Hi @Desislav-Petrov, one of the inspections builds is failing.

Sry - fixed

Desislav-Petrov commented 4 months ago

Thanks @Desislav-Petrov for the updates. I think we're getting close but I first want to understand why ImmutableByteMapKeySetTest was deleted. Thanks!

Hi @donraab - the one I have deleted wasn't autogenerated and it was incorrectly placed in the mutable package. After the template adjustments, we now have ImmutableByteMapKeySetTest in the immutable package that's auto generated.

PR rebased as well.