*/ namespace oat\taoQtiTest\models\runner; /** * Interface RunnerMessageService * * Describes a service that will provide messages for the test runner * * @package oat\taoQtiTest\models */ interface RunnerMessageService { /** * Gets a message related to the state of the assessment test session * @param mixed $testSession * @return string */ public function getStateMessage($testSession); }