testLab.TestMatrixBuilder class

Builder המשמש ליצירת פונקציות ענן עבור אירועי מטריצות בדיקה של מעבדת הבדיקות.

חֲתִימָה:

export declare class TestMatrixBuilder 

שיטות

שיטה משנה תיאור
onComplete(מטפל) טפל ב-TestMatrix שהגיעה למצב בדיקה סופי.

testLab.TestMatrixBuilder.onComplete()

טפל ב-TestMatrix שהגיעה למצב בדיקה סופי.

חֲתִימָה:

onComplete(handler: (testMatrix: TestMatrix, context: EventContext) => PromiseLike<any> | any): CloudFunction<TestMatrix>;

פרמטרים

פָּרָמֶטֶר סוּג תיאור
מטפל (testMatrix: TestMatrix , הקשר: EventContext ) => הבטח כמו<any> | כל

החזרות:

CloudFunction < TestMatrix >