[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.dsdp.mtj] JMUnit: Preverification of Assertion fails

Hello,

I tried to write some JMUnit tests for a new MTJ project, following the instructions here: http://help.eclipse.org/galileo/topic/org.eclipse.mtj.doc.user/html/gettingstarted/jmunit.html

After creating the first (empty) test case, i.e. a class derived from jmunit.framework.cldc11.TestCase, I immediately get a couple of preverification errors, which I can't get rid of.

I get a few of these...:

Preverification errors: Error preverifying class jmunit.framework.cldc11.Assertion

..and these...:

Type jmunit.framework.cldc11.Assertion Error preverifying class jmunit.framework.cldc11.Assertion

..without further explanation.

Can anybody give me a hint how to solve this?