org.gnu6.util
Class testMlist

java.lang.Object
  |
  +--org.gnu6.util.testMlist

public class testMlist
extends java.lang.Object

This utility allows to test xml-mlist. It verifies whether all the moves in mlist can be loaded.


Field Summary
static java.lang.String country
           
static java.lang.String FALSE
           
static java.lang.String language
           
static java.lang.String MOVE
           
static java.lang.String NAME
           
static java.lang.String PARAMETER
           
static java.lang.String SKIPFAIL
           
static java.lang.String TRUE
           
static java.lang.String VALUE
           
 
Constructor Summary
testMlist(java.lang.String[] argv)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 boolean parseMoves(java.lang.String myLocation)
           
 void testMoves()
           
 void testSchedule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

language

public static final java.lang.String language
See Also:
Constant Field Values

country

public static final java.lang.String country
See Also:
Constant Field Values

FALSE

public static final java.lang.String FALSE
See Also:
Constant Field Values

TRUE

public static final java.lang.String TRUE
See Also:
Constant Field Values

MOVE

public static final java.lang.String MOVE
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

SKIPFAIL

public static final java.lang.String SKIPFAIL
See Also:
Constant Field Values

PARAMETER

public static final java.lang.String PARAMETER
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values
Constructor Detail

testMlist

public testMlist(java.lang.String[] argv)
Method Detail

main

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

parseMoves

public boolean parseMoves(java.lang.String myLocation)

testSchedule

public void testSchedule()

testMoves

public void testMoves()