In need of lots of hardcoded literal arrays? Even if not considered a good practice, maybe you are unit testing array receiving methods so, is there a direct way without having to do the classic new Type[]{… thing? View the code on Gist. If needed in more places, just make those methods static (and in […]