import { IPSAppView } from '../app/view/ipsapp-view'; import { IPSDEServiceAPI } from '../dataentity/service/ipsdeservice-api'; import { IPSDEServiceAPIMethod } from '../dataentity/service/ipsdeservice-apimethod'; import { IPSAppViewTestCase } from './ipsapp-view-test-case'; import { IPSDESAMethodTestCase } from './ipsdesamethod-test-case'; import { IPSSysTestModule } from './ipssys-test-module'; import { IPSSysTestPrj } from './ipssys-test-prj'; import { PSSysTestCaseImpl } from './pssys-test-case-impl'; export declare class PSSysTestCase2Impl extends PSSysTestCaseImpl implements IPSDESAMethodTestCase, IPSAppViewTestCase { protected psappview: IPSAppView | null; getPSAppView(): IPSAppView | null; get psAppView(): IPSAppView | null; getPSAppViewMust(): IPSAppView; protected psdeserviceapi: IPSDEServiceAPI | null; getPSDEServiceAPI(): IPSDEServiceAPI | null; get psDEServiceAPI(): IPSDEServiceAPI | null; getPSDEServiceAPIMust(): IPSDEServiceAPI; protected psdeserviceapimethod: IPSDEServiceAPIMethod | null; getPSDEServiceAPIMethod(): IPSDEServiceAPIMethod | null; get psDEServiceAPIMethod(): IPSDEServiceAPIMethod | null; getPSDEServiceAPIMethodMust(): IPSDEServiceAPIMethod; protected pssystestmodule: IPSSysTestModule | null; getPSSysTestModule(): IPSSysTestModule | null; get psSysTestModule(): IPSSysTestModule | null; getPSSysTestModuleMust(): IPSSysTestModule; protected pssystestprj: IPSSysTestPrj | null; getPSSysTestPrj(): IPSSysTestPrj | null; get psSysTestPrj(): IPSSysTestPrj | null; getPSSysTestPrjMust(): IPSSysTestPrj; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-test-case2-impl.d.ts.map