net.sourceforge.jeuclid.test
Class LayoutContextParamTest

java.lang.Object
  extended by net.sourceforge.jeuclid.test.LayoutContextParamTest

public class LayoutContextParamTest
extends Object

Test for Parameter enum.

Version:
$Revision: 92b6a7c39d7f $

Constructor Summary
LayoutContextParamTest()
          Default Constructor.
 
Method Summary
 void testFromString()
          Tests implementation of Parameter.fromString(String) method.
 void testParamFromNSProgrammatically()
          Test parameter passing from String.
 void testParamFromOldNSProgrammatically()
          Test parameter passing from String.
 void testToString()
          Tests implementation of Parameter#toString(String) method.
 void testValid()
          Tests implementation of Parameter.valid(Object) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutContextParamTest

public LayoutContextParamTest()
Default Constructor.

Method Detail

testValid

public void testValid()
Tests implementation of Parameter.valid(Object) method.


testFromString

public void testFromString()
Tests implementation of Parameter.fromString(String) method.


testToString

public void testToString()
Tests implementation of Parameter#toString(String) method.


testParamFromOldNSProgrammatically

public void testParamFromOldNSProgrammatically()
Test parameter passing from String.


testParamFromNSProgrammatically

public void testParamFromNSProgrammatically()
Test parameter passing from String.



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.