PHP 클래스 Location\BoundsTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: mjaschen/phpgeo

보호된 프로퍼티들

프로퍼티 타입 설명
$object Bounds

공개 메소드들

메소드 설명
testGetCenter ( )
testGetEast ( )
testGetNortWest ( )
testGetNorth ( )
testGetSouth ( )
testGetSouthEast ( )
testGetWest ( )

보호된 메소드들

메소드 설명
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( )

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( )

testGetCenter() 공개 메소드

public testGetCenter ( )

testGetEast() 공개 메소드

public testGetEast ( )

testGetNortWest() 공개 메소드

public testGetNortWest ( )

testGetNorth() 공개 메소드

public testGetNorth ( )

testGetSouth() 공개 메소드

public testGetSouth ( )

testGetSouthEast() 공개 메소드

public testGetSouthEast ( )

testGetWest() 공개 메소드

public testGetWest ( )

프로퍼티 상세

$object 보호되어 있는 프로퍼티

protected Bounds,Location $object
리턴 Bounds