I've asked a friend to help out with some porting tools, so here's a tool we can use for porting tests:
https://resharper-plugins.jetbrains.com/packages/ReSharper.ExJava/ Sources: https://github.com/hmemcpy/ReSharper.ExJava (using Paul's Java porting library) In general, we need to put the least of our efforts in porting tests. Using auto conversion tools just creates more noise we need to clean up later. This tool is aimed at copy-pasting tests class-by-class and to minimize the amount of work we do on that. As far as we are concerned, it can be Java conventions all the way. It just needs to compile and run with minimal efforts. Let me know your thoughts / experience -- Itamar Syn-Hershko http://code972.com | @synhershko <https://twitter.com/synhershko> Freelance Developer & Consultant Author of RavenDB in Action <http://manning.com/synhershko/>
