Documentation

GraphTest extends TestCase
in package

Test for the the class representing a GraphViz graph.

Table of Contents

Properties

$fixture  : Graph

Methods

test__call()  : void
test__get()  : void
test__set()  : void
test__toString()  : void
testAddGraph()  : void
testCreate()  : void
testExport()  : void
testExportException()  : void
testFindNode()  : void
testGetGraph()  : void
testGetName()  : void
testGetNonExistingAttributeThrowsAttributeNotFound()  : void
testGetType()  : void
testHasGraph()  : void
testIsStrict()  : void
testLink()  : void
testSetName()  : void
testSetNode()  : void
testSetPath()  : void
testSetStrict()  : void
testSetType()  : void
testSetTypeException()  : void
setUp()  : void
Sets up the fixture, for example, opens a network connection.
tearDown()  : void
Tears down the fixture, for example, closes a network connection.
normalizeLineEndings()  : string
Help avoid issue of "#Warning: Strings contain different line endings!" on Windows.

Properties

Methods

test__call()

public test__call() : void
Tags
covers
covers
covers

test__get()

public test__get() : void
Tags
covers

test__set()

public test__set() : void
Tags
covers

test__toString()

public test__toString() : void
Tags
covers

testAddGraph()

public testAddGraph() : void
Tags
covers

testCreate()

public testCreate() : void
Tags
covers

testExport()

public testExport() : void
Tags
covers

testExportException()

public testExportException() : void
Tags
covers

testFindNode()

public testFindNode() : void
Tags
covers

testGetGraph()

public testGetGraph() : void
Tags
covers

testGetName()

public testGetName() : void
Tags
covers

testGetNonExistingAttributeThrowsAttributeNotFound()

public testGetNonExistingAttributeThrowsAttributeNotFound() : void
Tags
covers
covers

testGetType()

public testGetType() : void
Tags
covers

testHasGraph()

public testHasGraph() : void
Tags
covers

testIsStrict()

public testIsStrict() : void
public testLink() : void
Tags
covers

testSetName()

public testSetName() : void
Tags
covers

testSetNode()

public testSetNode() : void
Tags
covers

testSetStrict()

public testSetStrict() : void

testSetType()

public testSetType() : void
Tags
covers

testSetTypeException()

public testSetTypeException() : void
Tags
covers

setUp()

Sets up the fixture, for example, opens a network connection.

protected setUp() : void

This method is called before a test is executed.

tearDown()

Tears down the fixture, for example, closes a network connection.

protected tearDown() : void

This method is called after a test is executed.

normalizeLineEndings()

Help avoid issue of "#Warning: Strings contain different line endings!" on Windows.

private normalizeLineEndings(string $string) : string
Parameters
$string : string
Return values
string

        
On this page

Search results