Documentation

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

Methods

testConstruct()

Tests the construct method

public testConstruct() : void
Tags
covers
returnn

void

Return values
void

testIsValueContainingSpecials()

Tests whether the isValueContainingSpecials function

public testIsValueContainingSpecials() : void
Tags
covers
Return values
void

testIsValueInHtml()

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

public testIsValueInHtml() : void
Tags
covers
Return values
void

testKey()

Tests the getting and setting of the key.

public testKey() : void
Tags
covers
covers
Return values
void

testToString()

Tests whether the toString provides a valid GraphViz attribute string.

public testToString() : void
Tags
covers
Return values
void

testToStringWithSpecials()

Tests whether the toString provides a valid GraphViz attribute string.

public testToStringWithSpecials() : void
Tags
covers
covers
Return values
void

testValue()

Tests the getting and setting of the value.

public testValue() : void
Tags
covers
covers
Return values
void

setUp()

Initializes the fixture for this test.

protected setUp() : void
Return values
void

Search results