Class jasmine.Matchers
Defined in: jasmine-0.10.0.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jasmine.Matchers(env, actual, results)
|
Method Attributes | Method Name and Description |
---|---|
<static> |
jasmine.Matchers.addMatcher(expected, options)
Matcher that compares the actual to the expected using ===.
|
Class Detail
jasmine.Matchers(env, actual, results)
- Parameters:
- {jasmine.Env} env
- actual
- {jasmine.NestedResults} results
Method Detail
<static>
jasmine.Matchers.addMatcher(expected, options)
Matcher that compares the actual to the expected using ===.
- Parameters:
- expected
- options