PHP 클래스 Fhaculty\Graph\Tests\VertexTest

파일 보기 프로젝트 열기: clue/graph

공개 메소드들

메소드 설명
setUp ( )
testBalance ( )
testBalanceInvalid ( )
testCanNotConstructDuplicateVertex ( )
testConstructor ( )
testCreateEdgeOtherGraphFails ( )
testCreateEdgeToOtherGraphFails ( )
testEdges ( )
testGroup ( )
testGroupInvalid ( )
testPrecondition ( )
testRemoveInvalidEdge ( )
testRemoveWithEdgeLoopDirected ( )
testRemoveWithEdgeLoopUndirected ( )

보호된 메소드들

메소드 설명
createAttributeAware ( )

메소드 상세

createAttributeAware() 보호된 메소드

protected createAttributeAware ( )

setUp() 공개 메소드

public setUp ( )

testBalance() 공개 메소드

public testBalance ( )

testBalanceInvalid() 공개 메소드

public testBalanceInvalid ( )

testCanNotConstructDuplicateVertex() 공개 메소드

testConstructor() 공개 메소드

public testConstructor ( )

testCreateEdgeOtherGraphFails() 공개 메소드

testCreateEdgeToOtherGraphFails() 공개 메소드

testEdges() 공개 메소드

public testEdges ( )

testGroup() 공개 메소드

public testGroup ( )

testGroupInvalid() 공개 메소드

public testGroupInvalid ( )

testPrecondition() 공개 메소드

public testPrecondition ( )

testRemoveInvalidEdge() 공개 메소드

testRemoveWithEdgeLoopDirected() 공개 메소드

testRemoveWithEdgeLoopUndirected() 공개 메소드