Menu

Nounit with J2meunit

Developers
2005-07-29
2013-04-09
  • Muhammad Rauf

    Muhammad Rauf - 2005-07-29

    hello all

    can anyone tell me that nounit works with j2meunit or not ?

     
    • Paul Browne

      Paul Browne - 2005-07-29

      NoUnit has not been tested with J2MEUnit , but I think it would be possible to get it working without too much effort.

      The steps would be
      1) NoUnit searches the provided code for instances of JUnit TestCase class. This would need to be changed to the equivalent J2ME class

      2)NoUnit uses XSLT to generate the report - minor tweaks may be needed here. If you can write HTML , then this will not be a problem.

      Hope this Helps

      Paul

       

Log in to post a comment.