issrg.test.repository
Class TestRepositoryEvent

java.lang.Object
  extended by issrg.test.repository.TestRepositoryEvent

public class TestRepositoryEvent
extends java.lang.Object

this is a regression test class, which tests returns from an attribute repository. Given an event, each repository should return the same thing. The testing repositories are type of LDAP, WebDAV, File and Virtual.

Author:
Linying Su

Constructor Summary
TestRepositoryEvent()
          Creates a new instance of TestRepositoryEvent
 
Method Summary
static void main(java.lang.String[] args)
          the first argument is the file, which will contain the testing results.
static void setLogLevel(java.lang.String configFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRepositoryEvent

public TestRepositoryEvent()
Creates a new instance of TestRepositoryEvent

Method Detail

setLogLevel

public static void setLogLevel(java.lang.String configFile)
                        throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
the first argument is the file, which will contain the testing results. the second argument is the log file, which specifies log features.

Parameters:
args -