class RunReportTestMessage extends Command implements NormalizableInterface, DenormalizableInterface (View source)

Properties

protected TestInterface $test
protected string|null $resultId

Methods

static string
getHandler()

No description

from  Command
__construct(string $resultId = null, TestInterface $test = null)

No description

string|null
getResultId()

No description

void
setResultId(string|null $resultId)

No description

getTest()

No description

void
setTest(TestInterface $test)

No description

normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])

No description

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Details

static string getHandler()

No description

Return Value

string

__construct(string $resultId = null, TestInterface $test = null)

No description

Parameters

string $resultId
TestInterface $test

string|null getResultId()

No description

Return Value

string|null

void setResultId(string|null $resultId)

No description

Parameters

string|null $resultId

Return Value

void

TestInterface getTest()

No description

Return Value

TestInterface

void setTest(TestInterface $test)

No description

Parameters

TestInterface $test

Return Value

void

normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])

No description

Parameters

NormalizerInterface $normalizer
string $format
array $context

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Parameters

DenormalizerInterface $denormalizer
$data
string $format
array $context