edu.buffalo.nsf.xmlcqa.test
Class Test
java.lang.Object
edu.buffalo.nsf.xmlcqa.test.Test
- Direct Known Subclasses:
- TestForQuery
- public class Test
- extends java.lang.Object
- Author:
- staworko
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 |
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
Test
public Test()
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)