/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
/** * This file is for use by unit tests for isolated debugger components that do * not need to interact with the redux store. When these tests need to construct * debugger objects, these interfaces should be used instead of plain object * literals.
*/
import * as asyncValue from "./async-value";
import { initialState } from "../reducers/index";
import { getDisplayURL } from "./sources-tree/getURL"; import { createLocation } from "./location";
// Mock contexts for use in tests that do not create a redux store. const mockcx = { navigateCounter: 0 }; const mockthreadcx = {
navigateCounter: 0, thread: "FakeThread",
pauseCounter: 0,
isPaused: false,
};
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.19Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.