18 $agent_finder = $this->createMock(Setup\AgentFinder::class);
21 $objective = $this->createMock(Setup\Objective::class);
22 $agent = $this->createMock(Setup\AgentCollection::class);
23 $expected =
new M(M::STABILITY_MIXED, M::TYPE_COLLECTION, []);
26 ->expects($this->once())
27 ->method(
"getStatusObjective")
31 $result = $obj->getMetrics($agent);
33 $this->assertEquals($expected,
$result);
A objective collection is a objective that is achieved once all subobjectives are achieved...
Command to output status information about the installation.
A metric is something we can measure about the system.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...