(sample)
| 2208 | |
| 2209 | getJasmineRequireObj().ArrayWithExactContents = function (j$) { |
| 2210 | function ArrayWithExactContents(sample) { |
| 2211 | this.sample = sample; |
| 2212 | } |
| 2213 | |
| 2214 | ArrayWithExactContents.prototype.asymmetricMatch = function (other, matchersUtil) { |
| 2215 | if (!j$.isArray_(this.sample)) { |
nothing calls this directly
no outgoing calls
no test coverage detected