Hey,
I'm considering writing JUnit4 tests in JRuby instead of Java.
I might missed it but I googled it and found nothing about writing JUnit 4 tests in JRuby.
Is it possible to do this?
Thanks.
You might want to have a look at the comments on this page
Charles Oliver Nutter added a comment - 03/Feb/09 9:58 PM I'm resolving this as "duplicate" because there are other bugs to track eventual development of a "compiler #2"
that can create normal Java classes, at which time all annotation-based libraries should work fine. So there's not
really a need to track JUnit4 independent of the larger task of building that compiler.
The same way you'd run them in Ruby. JRuby *is* Ruby, on the JVM. Modulo some JNI libraries, anything you can do in Ruby you can do with JRuby. Gems work. Libraries work. Ruby works.