Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js409 assertRaise: function(exceptionName, method) { argument
415 ((exceptionName == null) || (e.name==exceptionName)) ? this.pass() : this.error(e);