AttributeTest
extends TestCase
in package
Test for the the class representing a GraphViz attribute.
Table of Contents
- $fixture : Attribute
- testConstruct() : void
- Tests the construct method
- testIsValueContainingSpecials() : void
- Tests whether the isValueContainingSpecials function
- testIsValueInHtml() : void
- Tests whether a string starting with a < is recognized as HTML.
- testKey() : void
- Tests the getting and setting of the key.
- testToString() : void
- Tests whether the toString provides a valid GraphViz attribute string.
- testToStringWithSpecials() : void
- Tests whether the toString provides a valid GraphViz attribute string.
- testValue() : void
- Tests the getting and setting of the value.
- setUp() : void
- Initializes the fixture for this test.
Properties
$fixture
protected
Attribute
$fixture
= null
Methods
testConstruct()
Tests the construct method
public
testConstruct() : void
Tags
Return values
void —testIsValueContainingSpecials()
Tests whether the isValueContainingSpecials function
public
testIsValueContainingSpecials() : void
Tags
Return values
void —testIsValueInHtml()
Tests whether a string starting with a < is recognized as HTML.
public
testIsValueInHtml() : void
Tags
Return values
void —testKey()
Tests the getting and setting of the key.
public
testKey() : void
Tags
Return values
void —testToString()
Tests whether the toString provides a valid GraphViz attribute string.
public
testToString() : void
Tags
Return values
void —testToStringWithSpecials()
Tests whether the toString provides a valid GraphViz attribute string.
public
testToStringWithSpecials() : void
Tags
Return values
void —testValue()
Tests the getting and setting of the value.
public
testValue() : void
Tags
Return values
void —setUp()
Initializes the fixture for this test.
protected
setUp() : void