|
|||||||||
| Home >> All >> com >> lutris >> mime >> [ tests overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.mime.tests
Class MimeHeaderTests

java.lang.Objectcom.lutris.mime.tests.MimeHeaderTests
- public class MimeHeaderTests
- extends java.lang.Object
Tests for KeywordValue Table.
- Since:
- Jolt1.0
- Version:
- $Revision: 1.7.8.1 $
| Field Summary | |
private static java.lang.String |
BOGUS
|
private static int |
failures
|
private static int |
testNum
|
private static java.lang.String[][][] |
tests
|
private static boolean |
verbose
|
| Constructor Summary | |
MimeHeaderTests()
|
|
| Method Summary | |
private static void |
fail(java.lang.String s)
|
private static java.lang.String |
printArray(java.lang.String[] s,
int offset)
|
private static void |
printTest(java.lang.String[][] test)
|
static void |
runTest(java.lang.String[][] test)
|
static void |
runTests()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
verbose
private static boolean verbose
failures
private static int failures
testNum
private static int testNum
BOGUS
private static java.lang.String BOGUS
tests
private static java.lang.String[][][] tests
| Constructor Detail |
MimeHeaderTests
public MimeHeaderTests()
| Method Detail |
printTest
private static void printTest(java.lang.String[][] test)
printArray
private static java.lang.String printArray(java.lang.String[] s, int offset)
fail
private static void fail(java.lang.String s)
runTest
public static void runTest(java.lang.String[][] test)
runTests
public static void runTests()
throws java.lang.Exception
|
|||||||||
| Home >> All >> com >> lutris >> mime >> [ tests overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.mime.tests.MimeHeaderTests