uk.ac.soton.ecs.grimoires.test.uddiv2.performance
Class SaveBusinessTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byuk.ac.soton.ecs.grimoires.test.uddiv2.performance.PerformanceTest
              extended byuk.ac.soton.ecs.grimoires.test.uddiv2.performance.SaveBusinessTestCase
All Implemented Interfaces:
junit.framework.Test

public class SaveBusinessTestCase
extends PerformanceTest

Author:
wf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static String currentConfiguration
           
static String dataFileName
           
static String inquireEndpoint
           
static String publishEndpoint
           
 
Constructor Summary
SaveBusinessTestCase(String desc)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void test1CostAgainstDataSize()
           
 
Methods inherited from class uk.ac.soton.ecs.grimoires.test.uddiv2.performance.PerformanceTest
endTiming, getPrintStream, output, println, reset, setPrintStream, startTiming
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inquireEndpoint

public static String inquireEndpoint

publishEndpoint

public static String publishEndpoint

currentConfiguration

public static String currentConfiguration

dataFileName

public static String dataFileName
Constructor Detail

SaveBusinessTestCase

public SaveBusinessTestCase(String desc)
Parameters:
desc -
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

test1CostAgainstDataSize

public void test1CostAgainstDataSize()
                              throws Exception
Throws:
Exception

main

public static void main(String[] args)