NativePocStatusAsserter

public class NativePocStatusAsserter
extends Object

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


概要

パブリック コンストラクタ

NativePocStatusAsserter()

パブリック メソッド

static NativePocAsserter assertExitCode(int exitCode)

PoC が指定されたコードで終了したことを確認する NativePocAsserter を返します。

static NativePocAsserter assertNotExitCode(int badExitCode)

PoC が指定されたコードで終了しなかったことを確認する NativePocAsserter を返します。

static NativePocAsserter assertNotVulnerableExitCode()

PoC がコード 113 で終了しなかったことを確認する NativePocAsserter を返します。

パブリック コンストラクタ

NativePocStatusAsserter

public NativePocStatusAsserter ()

パブリック メソッド

assertExitCode

public static NativePocAsserter assertExitCode (int exitCode)

PoC が指定されたコードで終了したことを確認する NativePocAsserter を返します。

パラメータ
exitCode int

戻り値
NativePocAsserter

assertNotExitCode

public static NativePocAsserter assertNotExitCode (int badExitCode)

PoC が指定されたコードで終了しなかったことを確認する NativePocAsserter を返します。

パラメータ
badExitCode int

戻り値
NativePocAsserter

assertNotVulnerableExitCode

public static NativePocAsserter assertNotVulnerableExitCode ()

PoC がコード 113 で終了しなかったことを確認する NativePocAsserter を返します。

戻り値
NativePocAsserter