Kraken\_Unit\Runtime\Command\Thread\ThreadExistsCommandTest::testApiCommand_ThrowsException_WhenContextParamAliasDoesNotExist PHP 메소드

testApiCommand_ThrowsException_WhenContextParamAliasDoesNotExist() 공개 메소드

    public function testApiCommand_ThrowsException_WhenContextParamAliasDoesNotExist()
    {
        $this->setExpectedException(RejectionException::class);
        $command = $this->createCommand();
        $this->callProtectedMethod($command, 'command', [[]]);
    }