Google\Cloud\Tests\Snippets\Vision\Annotation\Face\LandmarksTest::testRightEyeBoundaries PHP Method

testRightEyeBoundaries() public method

    public function testRightEyeBoundaries()
    {
        $snippet = $this->snippetFromMethod(Landmarks::class, 'rightEyeBoundaries');
        $snippet->addLocal('landmarks', $this->landmarks);
        $res = $snippet->invoke();
        $this->assertEquals($this->positionAggregate(['left' => 'RIGHT_EYE_LEFT_CORNER', 'top' => 'RIGHT_EYE_TOP_BOUNDARY', 'right' => 'RIGHT_EYE_RIGHT_CORNER', 'bottom' => 'RIGHT_EYE_BOTTOM_BOUNDARY']), $res->output());
    }