2009-01-09 1.2.0

org.eclipse.soda.dk.nls.testcase
Class NlsTestcase

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

public class NlsTestcase
extends junit.framework.TestCase

Version:
1.2.0

Field Summary
static java.lang.String EMPTY_STRING
          Define the empty string (String) constant.
static java.lang.String RESOURCE_BUNDLE
          Define the resource bundle (String) constant.
 
Constructor Summary
NlsTestcase(java.lang.String name)
          Constructs an instance of this class from the specified name parameter.
 
Method Summary
static void main(java.lang.String[] arguments)
          Main with the specified arguments parameter.
 void test02()
          Test2.
 void test03()
          Test3.
 void test04()
          Test04.
 void test10()
          Test10.
 void test11()
          Test11.
 void testA()
          Test a.
 void testFormat01()
          Test format.
 void testFormat02()
          Test format2.
 void testFormat03()
          Test format3.
 void testFormat04()
          Test format4.
 void testFormat05()
          Test format5.
 void testFormat06()
          Test format6.
 void testFormatPerformance01()
          Test format performance01.
 void testFormatTimePerformance01()
          Test format time performance01.
 void testParseCompressedHexString01()
          Test parse compressed hex string01.
 
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

RESOURCE_BUNDLE

public static final java.lang.String RESOURCE_BUNDLE
Define the resource bundle (String) constant.

See Also:
Constant Field Values

EMPTY_STRING

public static final java.lang.String EMPTY_STRING
Define the empty string (String) constant.

Constructor Detail

NlsTestcase

public NlsTestcase(java.lang.String name)
Constructs an instance of this class from the specified name parameter.

Parameters:
name - The name (String) parameter.
Method Detail

main

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

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

test02

public void test02()
Test2.


test03

public void test03()
Test3.


test04

public void test04()
Test04.


test10

public void test10()
Test10.


test11

public void test11()
Test11.


testA

public void testA()
Test a.

Since:
1.2

testFormat01

public void testFormat01()
Test format.


testFormat02

public void testFormat02()
Test format2.


testFormat03

public void testFormat03()
Test format3.


testFormat04

public void testFormat04()
Test format4.

Since:
1.2

testFormat05

public void testFormat05()
Test format5.

Since:
1.2

testFormat06

public void testFormat06()
Test format6.

Since:
1.2

testFormatPerformance01

public void testFormatPerformance01()
Test format performance01.


testFormatTimePerformance01

public void testFormatTimePerformance01()
Test format time performance01.


testParseCompressedHexString01

public void testParseCompressedHexString01()
Test parse compressed hex string01.

Since:
1.2

2009-01-09 1.2.0

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