To install MoMEUnit full distribution with compiled jars,
sources and docs, users need just download momeunit-all.jar or
momeunit-all.tar.gz archive from
sourceforge.net
and follow instruction contained there. ;-)
Thank You for using MoMEUnit.
Appeal:
If You have impressions, ideas, want to discuss some features of MoMEUnit test framework, please, use Framework forum.
If You want some feature(s) to be present or found some bug(s) in MoMEUnit framework,
please, use Framework category of
Feature Requests
or
Bugs
tracker systems.
If You want to discuss features of test runner(s) included in MoMEUnit framework
or have ideas about new test runner You want to be included in framework
or already developed it, please, use
Runners
forum or
MoMEUnit-Runners
mailing list or use Runners category of
Feature Requests
or
Bugs
tracker systems.
MoMEUnit ant integration does not rely on antenna,
it uses it's own means to run preverify and/or emulator
tools and it is extensible. Developers can use predefined emulators and/or
preverifiers (classes to run emulator/preverify tools)
or implement their own. See Extending MoMEUnit Tasks
for details. There are a lot of combinations of platform, operating systems,
WTKs, environments. It is hard to test tasks on all of them. Thats why,
a feedback and discussion is needed.
If You have impressions, ideas, want to discuss some features of tasks of MoMEUnit Ant Integration package, please, use Ant Integration forum.
If You want some feature(s) of existent tasks or new task to be included or
found some bug(s) or experienced some problems in using MoMEUnit ant integration package
please, use Ant Integration category of
Feature Requests
or
Bugs
tracker systems.
If You want to discuss features of predefined formatters, emulator(s), preverifier(s)
or want emulator and/or preverify tools or
formatter of some type to be included in ant integration package
or already developed them, please, use
Extending Ant Integration
forum or
MoMEUnit-Ant-Extending
mailing list or use Extending Ant Integration category of
Feature Requests
or
Bugs
tracker systems.
To install MoMEUnit framework package, users need
Download momeunit.jar from
sourceforge.net.
Make classes contained in jar file accessible for class loaders
and make sure they are in jar file of user project. To do this follow
instruction of IDE used. In a case of pure WTK 2.2 just copy this
jar file to user project lib directory.
Thank You for using MoMEUnit.
Appeal:
If You have impressions, ideas, want to discuss some features of MoMEUnit test framework, please, use Framework forum.
If You want some feature(s) to be present or found some bug(s) in MoMEUnit framework,
please, use Framework category of
Feature Requests
or
Bugs
tracker systems.
If You developed test runner(s), please, share it with community via Runners forum or MoMEUnit-Runners mailing list.
4Device package contains momeunit framework and MIDletTestRunner classes. It is intended to serve as a library for building J2ME test applications to be deployed on mobile device.
To install MoMEUnit 4device package, users need
Download momeunit-4device.jar from
sourceforge.net.
Make classes contained in jar file accessible for class loaders
and make sure they are in jar file of user project. To do this follow
instruction of IDE used. In a case of pure WTK 2.2 just copy this
jar file to user project lib directory.
Register MIDletTestRunner as midlet in manifest and/or JAD descriptor. To do this, follow instructions of IDE used or see an example of descriptor extract or MIDP documentation.
Configure MIDletTestRunner via properties. See MidletTestRunner Guide.
Thank You for using MoMEUnit.
Appeal:
If You have impressions, ideas, want to discuss some features of MoMEUnit test framework, please, use Framework forum.
If You want some feature(s) to be present or found some bug(s) in MoMEUnit framework,
please, use Framework category of
Feature Requests
or
Bugs
tracker systems.
If You want to discuss features of test runner(s) included in MoMEUnit framework
or have ideas about new test runner You want to be included in framework
or already developed it, please, use
Runners
forum or
MoMEUnit-Runners
mailing list or use Runners category of
Feature Requests
or
Bugs
tracker systems.
Runners package contains momeunit framework, MIDletTestRunner and AntTestRunner classes. It is intended to serve as a library for building J2ME test applications to be used with ant integration package.
To install MoMEUnit runners package, users need
Download momeunit-runners.jar from
sourceforge.net.
Make classes contained in jar file accessible for class loaders of tool used to build test application and make sure they are in jar file of user project. To do this follow instruction of tool used to build J2ME test application.
Thank You for using MoMEUnit.
Appeal:
If You have impressions, ideas, want to discuss some features of MoMEUnit test framework, please, use Framework forum.
If You want some feature(s) to be present or found some bug(s) in MoMEUnit framework,
please, use Framework category of
Feature Requests
or
Bugs
tracker systems.
If You want to discuss features of test runner(s) included in MoMEUnit framework
or have ideas about new test runner You want to be included in framework
or already developed it, please, use
Runners
forum or
MoMEUnit-Runners
mailing list or use Runners category of
Feature Requests
or
Bugs
tracker systems.
To install MoMEUnit Ant Integration package, users need
Download ant-momeunit.jar from
sourceforge.net.
Make this library accessible to ant like any other optional ant library.
For example, put ant-momeunit.jar file in <ANT_HOME>/lib or
<USER_HOME>/.ant/lib directory or include it in a classpath
or via any other suitable for user means. See
Ant Manual.
Note: Users can skip this step and specify path to ant-momeunit.jar
in classpath attribute of <taskdef> task used
to define momeunit tasks.
Define MoMEUnit tasks in user's ant build file via
<taskdef> ant task.
Use for example:
<taskdef resource="momeunit.properties" />if
ant-momeunit.jar is accessible to ant or
<taskdef resource="momeunit.properties" classpath="<path to ant-momeunit.jar file>" />otherwise.
Note: Developers don't need to make MoMEUnit Framework or
Runners packages accessible to ant, as ant-momeunit.jar already includes them.
Note: MoMEUnit Ant Integration does not depend on
antenna project. Developers don't need it to run these tasks.
Thank You for using MoMEUnit.
Appeal:
If You have impressions, ideas, want to discuss some features of MoMEUnit test framework, please, use Framework forum.
If You want some feature(s) to be present or found some bug(s) in MoMEUnit framework,
please, use Framework category of
Feature Requests
or
Bugs
tracker systems.
If You want to discuss features of test runner(s) included in MoMEUnit framework
or have ideas about new test runner You want to be included in framework
or already developed it, please, use
Runners
forum or
MoMEUnit-Runners
mailing list or use Runners category of
Feature Requests
or
Bugs
tracker systems.
MoMEUnit ant integration does not rely on antenna,
it uses it's own means to run preverify and/or emulator
tools and it is extensible. Developers can use predefined emulators and/or
preverifiers (classes to run emulator/preverify tools)
or implement their own. See Extending MoMEUnit Tasks
for details. There are a lot of combinations of platform, operating systems,
WTKs, environments. It is hard to test tasks on all of them. Thats why,
a feedback and discussion is needed.
If You have impressions, ideas, want to discuss some features of tasks of MoMEUnit Ant Integration package, please, use Ant Integration forum.
If You want some feature(s) of existent tasks or new task to be included or
found some bug(s) or experienced some problems in using MoMEUnit ant integration package
please, use Ant Integration category of
Feature Requests
or
Bugs
tracker systems.
If You want to discuss features of predefined formatters, emulator(s), preverifier(s)
or want emulator and/or preverify tools or
formatter of some type to be included in ant integration package
or already developed them, please, use
Extending Ant Integration
forum or
MoMEUnit-Ant-Extending
mailing list or use Extending Ant Integration category of
Feature Requests
or
Bugs
tracker systems.
This framework is available (compiled classes, docs and sources) under Common Public License - v 1.0.