1<?
php declare(strict_types=1);
10trait HasNoNamedObjective
19 throw new \InvalidArgumentException(
20 "There is no named objective '$name'."
An exception for terminatinating execution or to throw for unit testing.
getNamedObjective(string $name, Config $config=null)
Get a named objective from this agent.
A configuration for the setup.
An objective is a desired state of the system that is supposed to be created by the setup.