edu.buffalo.nsf.xmlcqa.test
Class Test

java.lang.Object
  extended byedu.buffalo.nsf.xmlcqa.test.Test
Direct Known Subclasses:
TestForQuery

public class Test
extends java.lang.Object

Author:
staworko

Field Summary
static Tag a
           
static Token A
           
static Tag b
           
static Token B
           
static Tag c
           
static Token C
           
static DTD dtd
           
protected static java.text.DecimalFormat format
           
static Query path
           
 
Constructor Summary
Test()
           
 
Method Summary
static double diff(java.util.Date start, java.util.Date stop)
           
static java.lang.String format(double val)
           
static void generateFile(java.lang.String file, long size)
           
static double measure(double[] timing)
           
static void readFile(java.lang.String file)
           
static void readStream(TokenStream ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public static Tag a

A

public static Token A

b

public static Tag b

B

public static Token B

c

public static Tag c

C

public static Token C

dtd

public static DTD dtd

format

protected static java.text.DecimalFormat format

path

public static Query path
Constructor Detail

Test

public Test()
Method Detail

diff

public static double diff(java.util.Date start,
                          java.util.Date stop)

format

public static java.lang.String format(double val)

generateFile

public static void generateFile(java.lang.String file,
                                long size)
                         throws java.io.IOException
Throws:
java.io.IOException

measure

public static double measure(double[] timing)

readFile

public static void readFile(java.lang.String file)
                     throws java.io.IOException
Throws:
java.io.IOException

readStream

public static void readStream(TokenStream ts)