Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.util.tests
Class FilePersistentStoreTests  view FilePersistentStoreTests download FilePersistentStoreTests.java

java.lang.Object
  extended bycom.lutris.util.tests.FilePersistentStoreTests

public class FilePersistentStoreTests
extends java.lang.Object

Class that tests the FilePersistentStore object. TODO: more robust tests are needed.


Field Summary
private static com.lutris.util.FilePersistentStore file
           
private static java.lang.String INTEGER_KEY
           
private static java.lang.String KEYWORD_VALUE_KEY
           
 
Constructor Summary
FilePersistentStoreTests()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void runTests()
           
(package private) static void testInteger()
           
(package private) static void testKeywordValueTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGER_KEY

private static final java.lang.String INTEGER_KEY
See Also:
Constant Field Values

KEYWORD_VALUE_KEY

private static final java.lang.String KEYWORD_VALUE_KEY
See Also:
Constant Field Values

file

private static com.lutris.util.FilePersistentStore file
Constructor Detail

FilePersistentStoreTests

public FilePersistentStoreTests()
Method Detail

testInteger

static void testInteger()
                 throws java.lang.Exception

testKeywordValueTable

static void testKeywordValueTable()
                           throws java.lang.Exception

runTests

public static void runTests()
                     throws java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception