Home
last modified time | relevance | path

Searched refs:assertNotEqual (Results 1 – 3 of 3) sorted by relevance

/plugin/conflictmerger/tests/
H A Dmerge.test.php52 $this->assertNotEqual('', $result);
66 $this->assertNotEqual('', $result);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php58 $this->assertNotEqual($box->get_width(), 0);
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js313 assertNotEqual: function(expected, actual) { method in Test.Unit.Assertions