GraphTest
extends TestCase
in package
Test for the the class representing a GraphViz graph.
Table of Contents
Properties
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
$fixture
protected
Graph
$fixture
Methods
test__call()
public
test__call() : void
Tags
test__get()
public
test__get() : void
Tags
test__set()
public
test__set() : void
Tags
test__toString()
public
test__toString() : void
Tags
testAddGraph()
public
testAddGraph() : void
Tags
testCreate()
public
testCreate() : void
Tags
testExport()
public
testExport() : void
Tags
testExportException()
public
testExportException() : void
Tags
testFindNode()
public
testFindNode() : void
Tags
testGetGraph()
public
testGetGraph() : void
Tags
testGetName()
public
testGetName() : void
Tags
testGetNonExistingAttributeThrowsAttributeNotFound()
public
testGetNonExistingAttributeThrowsAttributeNotFound() : void
Tags
testGetType()
public
testGetType() : void
Tags
testHasGraph()
public
testHasGraph() : void
Tags
testIsStrict()
public
testIsStrict() : void
testLink()
public
testLink() : void
Tags
testSetName()
public
testSetName() : void
Tags
testSetNode()
public
testSetNode() : void
Tags
testSetPath()
public
testSetPath() : void
testSetStrict()
public
testSetStrict() : void
testSetType()
public
testSetType() : void
Tags
testSetTypeException()
public
testSetTypeException() : void
Tags
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