testLab.TestMatrixBuilder class

Konstruktor używany do tworzenia zdarzeń macierzy testów w Cloud Functions for Test Lab.

Podpis:

export declare class TestMatrixBuilder 

Metody

Metoda Modyfikatory Opis
onComplete(obsługa) Obsługa matrycy testów, która osiągnęła ostateczny stan testowy.

testLab.TestMatrixBuilder.onComplete()

Obsługa matrycy testów, która osiągnęła ostateczny stan testowy.

Podpis:

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

Parametry

Parametr Typ Opis
moduł obsługi (testMatrix: TestMatrix, kontekst: EventContext) => Obietnica<any> | wszystkie

Zwroty:

Funkcja w Cloud Functions<TestMatrix>