Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 364500 - assert is missing a fail() method
Summary: assert is missing a fail() method
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.4 M1   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 12:56 EST by Felipe Heidrich CLA
Modified: 2011-12-01 17:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felipe Heidrich CLA 2011-11-22 12:56:01 EST
something like
http://kentbeck.github.com/junit/javadoc/latest/org/junit/Assert.html#fail(java.lang.String)

I'm using 
assert.equal(10,11, "listener should not have being called");

which is pretty silly