Documentation

AttributeTest extends TestCase
in package

Test for the the class representing a GraphViz attribute.

Table of Contents

Properties

$fixture  : Attribute

Methods

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

Methods

testConstruct()

Tests the construct method

public testConstruct() : void
Tags
covers
returnn

void

testIsValueContainingSpecials()

Tests whether the isValueContainingSpecials function

public testIsValueContainingSpecials() : void
Tags
covers

testIsValueInHtml()

Tests whether a string starting with a < is recognized as HTML.

public testIsValueInHtml() : void
Tags
covers

testKey()

Tests the getting and setting of the key.

public testKey() : void
Tags
covers
covers

testToString()

Tests whether the toString provides a valid GraphViz attribute string.

public testToString() : void
Tags
covers

testToStringWithSpecials()

Tests whether the toString provides a valid GraphViz attribute string.

public testToStringWithSpecials() : void
Tags
covers
covers

testValue()

Tests the getting and setting of the value.

public testValue() : void
Tags
covers
covers

setUp()

Initializes the fixture for this test.

protected setUp() : void

        
On this page

Search results