org.activemath.content.mediator
Class MediatorTests

java.lang.Object
  extended by org.activemath.content.mediator.MediatorTests

public class MediatorTests
extends Object


Constructor Summary
MediatorTests()
           
 
Method Summary
static void main(String[] args)
           
static void poseDummyQuery()
          This method is to initialize AM.
static void poseQuery(String query)
           
static long poseQuery(String query, boolean cache, boolean output)
           
static void printResult(List result)
           
static void testCache()
           
static void testMapping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediatorTests

public MediatorTests()
Method Detail

main

public static void main(String[] args)

testCache

public static void testCache()

testMapping

public static void testMapping()

poseDummyQuery

public static void poseDummyQuery()
This method is to initialize AM. It poses an empty query and catches the ParseException.


printResult

public static void printResult(List result)

poseQuery

public static long poseQuery(String query,
                             boolean cache,
                             boolean output)

poseQuery

public static void poseQuery(String query)