Parametr NativePocStatusAsserter

public class NativePocStatusAsserter
extends Object

java.lang.Object
com.android.sts.common.NativePocStatusAsserter,


Podsumowanie

Konstruktory publiczne

NativePocStatusAsserter()

Metody publiczne

static NativePocAsserter assertExitCode(int exitCode)

Zwraca NativePocAsserter, który sprawdza, czy osoba kontaktowa z podanym kodem opuściła urządzenie.

static NativePocAsserter assertNotExitCode(int badExitCode)

Zwróć kod NativePocAsserter, aby sprawdzić, czy osoba kontaktowa nie opuściła urządzenia po podaniu podanego kodu.

static NativePocAsserter assertNotVulnerableExitCode()

Zwróć NativePocAsserter, aby sprawdzić, czy osoba kontaktowa nie opuściła spotkania z kodem 113.

Konstruktory publiczne

Parametr NativePocStatusAsserter

public NativePocStatusAsserter ()

Metody publiczne

assertExitCode

public static NativePocAsserter assertExitCode (int exitCode)

Zwraca NativePocAsserter, który sprawdza, czy osoba kontaktowa z podanym kodem opuściła urządzenie.

Parametry
exitCode int

Zwroty
NativePocAsserter

assertNotExitCode

public static NativePocAsserter assertNotExitCode (int badExitCode)

Zwróć kod NativePocAsserter, aby sprawdzić, czy osoba kontaktowa nie opuściła urządzenia po podaniu podanego kodu.

Parametry
badExitCode int

Zwroty
NativePocAsserter

AssertNotVulnerableExitCode

public static NativePocAsserter assertNotVulnerableExitCode ()

Zwróć NativePocAsserter, aby sprawdzić, czy osoba kontaktowa nie opuściła spotkania z kodem 113.

Zwroty
NativePocAsserter