UNPKG

@boostercloud/application-tester

Version:

Contains Booster types related to the information extracted from the user project

13 lines (12 loc) 480 B
import { GraphQLHelper } from './graphql-helper'; import { Counters, ProviderTestHelper, Queries } from './provider-test-helper'; import { TokenHelper } from './token-helper'; import { HttpHelper } from './http-helper'; export declare class ApplicationTester { readonly graphql: GraphQLHelper; readonly http: HttpHelper; readonly token: TokenHelper; readonly count: Counters; readonly query: Queries; constructor(providerTestHelper: ProviderTestHelper); }