org.mockcentral.editor.nodes.fixture_group
Class FixtureNodeDescriber

java.lang.Object
  extended by org.mockcentral.editor.nodes.fixture_group.FixtureNodeDescriber

public class FixtureNodeDescriber
extends java.lang.Object

Utility class for creating descriptive Strings representing FixtureNode instances.


Constructor Summary
FixtureNodeDescriber()
           
 
Method Summary
static java.lang.String getDescription(FixtureNode node)
          Returns a descriptive String representing the supplied FixtureNode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixtureNodeDescriber

public FixtureNodeDescriber()
Method Detail

getDescription

public static java.lang.String getDescription(FixtureNode node)
Returns a descriptive String representing the supplied FixtureNode.

Parameters:
node - the FixtureNode.
Returns:
a descriptive String representing the supplied FixtureNode.