Informazioni sul client che ha invocato il test.
Firma:
export declare class ClientInfo
Proprietà
Proprietà | Modificatori | Tipo | Descrizione |
---|---|---|---|
dettagli | { [tasto: stringa]: stringa; } | Mappa delle informazioni dettagliate sul client che ha invocato il test. | |
nome | corda | Nome del cliente, ad esempio "gcloud". |
testLab.ClientInfo.details
Mappa delle informazioni dettagliate sul client che ha invocato il test.
Firma:
details: {
[key: string]: string;
};
testLab.ClientInfo.nome
Nome del cliente, ad esempio "gcloud".
Firma:
name: string;