wtanaka.praya.gale
Class TestLocation

java.lang.Object
  |
  +--wtanaka.praya.gale.TestLocation

public class TestLocation
extends java.lang.Object

Test code for Location.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2002/01/27 20:45:57 $
Author:
$Author: wtanaka $
See Also:
Location

Field Summary
private static java.lang.String DEFAULT_DOMAIN
           
 
Constructor Summary
TestLocation()
           
 
Method Summary
private static boolean in(java.lang.String needle, Location[] haystack)
           
static void main(java.lang.String[] args)
           
 void testCandidateKeyNames()
           
 void testExamples()
           
 void testIsValueObject()
          Test code to protect against (among other things) regressions of bug 467526.
 void testNWOFormat()
           
 void testOWOFormat()
           
 void testTessaDocument()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DEFAULT_DOMAIN

private static final java.lang.String DEFAULT_DOMAIN
Constructor Detail

TestLocation

public TestLocation()
Method Detail

testExamples

public void testExamples()

in

private static boolean in(java.lang.String needle,
                          Location[] haystack)

testTessaDocument

public void testTessaDocument()

testOWOFormat

public void testOWOFormat()

testIsValueObject

public void testIsValueObject()
Test code to protect against (among other things) regressions of bug 467526.

testCandidateKeyNames

public void testCandidateKeyNames()

testNWOFormat

public void testNWOFormat()

main

public static void main(java.lang.String[] args)