UNPKG

jec-exchange-mock

Version:

JEC EXCHANGE-MOCK - Mocking library for testing objects built over the JEC Exchange API, such as the @WebJslet decorator.

15 lines (12 loc) 523 B
/*! * JEC EXCHANGE-MOCK Node Module * Copyright(c) 2017-2018 Pascal ECHEMANN * Apache 2.0 Licensed * This is a part of the JEC projects: <http://jecproject.org> */ declare module "jec-exchange-mock" { import { WebJsletParams, JsletContext, Jslet, SecurityContext, SessionContext, HttpRequest, HttpResponse, SessionError, HttpJslet } from "jec-exchange"; import { Singleton, Decorator, AbstractDecoratorConnector, Interface, JcadContext, Logger } from "jec-commons"; /*PLACEHOLDER*/}