| Author |
Testing J2ME apps without using emulators
|
Jeremy Thornton
Ranch Hand
Joined: Feb 21, 2002
Posts: 91
|
|
Does anyone know if it is possible to test j2me applications without running up an emulator ? The reason that I ask is that I'd like to use a testing framework for my j2me classes and JUnit seems the obvious choice. I don't want to have to run up an emulator to run tests because this contrasts with the "run unit tests often" ethos mandated in Extreme Programming and even if I could, JUnit uses reflection which is not supported in j2me. If I run a JUnit test against a "j2me" class using the standard JVM, obviously things go a little haywire when calling native methods for e.g. persistant storage or networking. Any ideas ?
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
I'm not sure that it is at all possible. I do know that you can come up with your own emulator, so that may be the way to go. Check out the Basic Customization Guide for more information on how to develop your own emulator. [ February 26, 2002: Message edited by: Valentin Crettaz ]
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
 |
|
|
subject: Testing J2ME apps without using emulators
|
|
|