reafactor(XHR): rename XHRMock to MockXHR for consistency
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import {List, ListWrapper, Map, MapWrapper} from 'angular2/src/facade/collection
|
||||
import {isBlank, isPresent, normalizeBlank, BaseException} from 'angular2/src/facade/lang';
|
||||
import {PromiseWrapper, Promise} from 'angular2/src/facade/async';
|
||||
|
||||
export class XHRMock extends XHR {
|
||||
export class MockXHR extends XHR {
|
||||
_expectations: List<_Expectation>;
|
||||
_definitions: Map;
|
||||
_requests: List<Promise>;
|
||||
|
||||
Reference in New Issue
Block a user