Ticket #6249 (closed enhancement: fixed)
[patch][cla] I need doh.assertNotEqual to test if value != null for example
| Reported by: | harobed | Owned by: | dylan |
|---|---|---|---|
| Priority: | low | Milestone: | 1.2 |
| Component: | TestFramework | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by dylan) (diff)
Hi,
I've this code :
doh.register("t",
[
function test1(t) {
foo = function() { ... };
// I would like do this :
t.assertNotEqual(null, foo);
}
]
);
Thanks for your comment.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.