ps6.test
Class ValidateQueries

java.lang.Object
  extended by ps6.test.ValidateQueries

public final class ValidateQueries
extends Object

ValidateQueries contains static fields which hold candidate test queries


Field Summary
static TestRecord[] allQueries
          All validation queries
static TestRecord testBadDirType
           
static TestRecord testBadNum
           
static TestRecord testBadStreet
           
static TestRecord testBadZip
           
static TestRecord testExamplePath1
           
static TestRecord testExamplePath2
           
static TestRecord testExamplePath3
           
static TestRecord testSameSegment
           
static TestRecord testSameStreetDriving
           
static TestRecord testSameStreetWalking
           
static TestRecord testSameZip
           
 
Constructor Summary
ValidateQueries()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testSameSegment

public static final TestRecord testSameSegment

testSameStreetWalking

public static final TestRecord testSameStreetWalking

testSameStreetDriving

public static final TestRecord testSameStreetDriving

testSameZip

public static final TestRecord testSameZip

testExamplePath1

public static final TestRecord testExamplePath1

testExamplePath2

public static final TestRecord testExamplePath2

testExamplePath3

public static final TestRecord testExamplePath3

testBadZip

public static final TestRecord testBadZip

testBadStreet

public static final TestRecord testBadStreet

testBadNum

public static final TestRecord testBadNum

testBadDirType

public static final TestRecord testBadDirType

allQueries

public static final TestRecord[] allQueries
All validation queries

Constructor Detail

ValidateQueries

public ValidateQueries()