2009-01-09 1.2.0

org.eclipse.soda.dk.core.testcase
Class TableTestcase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.soda.dk.core.testcase.TableTestcase
All Implemented Interfaces:
junit.framework.Test

public class TableTestcase
extends junit.framework.TestCase

Version:
1.2.0

Field Summary
static int COUNT
          Define the count (int) constant.
 int dummyCount
          Define the dummy count (int) field.
 int dummyCountV
          Define the dummy count v (int) field.
 
Constructor Summary
TableTestcase()
          Constructs an instance of this class.
 
Method Summary
 int getValue()
          Gets the value (int) value.
 int getValueSync()
          Gets the value sync (int) value.
 int getValueSyncInternal()
          Gets the value sync internal (int) value.
static void main(java.lang.String[] arguments)
          Main with the specified arguments parameter.
 void testHashMap01()
          Test hash map.
 void testHashMap02()
          Test hash map02.
 void testHashMap03()
          Test hash map03.
 void testHashMap04()
          Test hash map04.
 void testSync()
          Test sync.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COUNT

public static final int COUNT
Define the count (int) constant.

See Also:
Constant Field Values

dummyCount

public int dummyCount
Define the dummy count (int) field.


dummyCountV

public volatile int dummyCountV
Define the dummy count v (int) field.

Constructor Detail

TableTestcase

public TableTestcase()
Constructs an instance of this class.

Method Detail

main

public static void main(java.lang.String[] arguments)
Main with the specified arguments parameter.

Parameters:
arguments - The arguments (String[]) parameter.

getValue

public int getValue()
Gets the value (int) value.

Returns:
The value (int) value.

getValueSync

public int getValueSync()
Gets the value sync (int) value.

Returns:
The value sync (int) value.

getValueSyncInternal

public int getValueSyncInternal()
Gets the value sync internal (int) value.

Returns:
The value sync internal (int) value.

testHashMap01

public void testHashMap01()
Test hash map.


testHashMap02

public void testHashMap02()
Test hash map02.


testHashMap03

public void testHashMap03()
Test hash map03.


testHashMap04

public void testHashMap04()
Test hash map04.


testSync

public void testSync()
Test sync.

See Also:
getValueSync()

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.