[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[News.eclipse.dsdp.mtj] JMUnit: Preverification of Assertion fails
|
- From: heiko.selber@xxxxxxx (Heiko Selber)
- Date: Mon, 7 Sep 2009 11:50:26 +0000 (UTC)
- Newsgroups: eclipse.dsdp.mtj
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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?