testLab.TestMatrixBuilder class

Konstruktor używany do tworzenia funkcji Cloud Functions dla zdarzeń macierzy testowych laboratorium testowego.

Podpis:

export declare class TestMatrixBuilder 

Metody

metoda Modyfikatory Opis
onComplete(obsługa) Obsługuj TestMatrix, który osiągnął końcowy stan testowy.

testLab.TestMatrixBuilder.onComplete()

Obsługuj TestMatrix, który osiągnął końcowy stan testowy.

Podpis:

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

Parametry

Parametr Typ Opis
treser (testMatrix: TestMatrix , kontekst: EventContext ) => ObietnicaLike<dowolny> | każdy

Zwroty:

Funkcja chmury < Materiał testowy >