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 wartość NativePocAsserter, która zapewnia, że PoC został zamknięty z podanym kodem.

static NativePocAsserter assertNotExitCode(int badExitCode)

Zwracać wartość NativePocAsserter, która potwierdza, że PoC nie zakończył działania z danym kodem.

static NativePocAsserter assertNotVulnerableExitCode()

Zwraca wartość NativePocAsserter, która potwierdza, że PoC nie zakończyło działania z kodem 113.

Konstruktory publiczne

NativePocStatusAsserter

public NativePocStatusAsserter ()

Metody publiczne

assertExitCode

public static NativePocAsserter assertExitCode (int exitCode)

Zwraca wartość NativePocAsserter, która zapewnia, że PoC został zamknięty z podanym kodem.

Parametry
exitCode int

Zwroty
NativePocAsserter

assertNotExitCode

public static NativePocAsserter assertNotExitCode (int badExitCode)

Zwracać wartość NativePocAsserter, która zapewnia, że PoC nie zakończyła się z danym kodem.

Parametry
badExitCode int

Zwroty
NativePocAsserter

assertNotVulnerableExitCode

public static NativePocAsserter assertNotVulnerableExitCode ()

Zwraca wartość NativePocAsserter, która potwierdza, że PoC nie zakończyło działania z kodem 113.

Zwroty
NativePocAsserter