2009-01-09 1.2.0

org.eclipse.soda.dk.parameter.testcase
Class StringEncodingTestcase

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

public class StringEncodingTestcase
extends junit.framework.TestCase

Version:
1.2.0

Field Summary
protected static byte[] ABC
          Define the abc (byte[]) field.
 
Constructor Summary
StringEncodingTestcase()
           
 
Method Summary
 byte[] bytes(java.lang.String data, int length)
          Bytes with the specified data and length parameters and return the byte[] result.
static void main(java.lang.String[] arguments)
          Main with the specified arguments parameter.
 void test01()
          Test01.
 void test02()
          Test02.
 void test03()
          Test03.
 
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

ABC

protected static byte[] ABC
Define the abc (byte[]) field.

Constructor Detail

StringEncodingTestcase

public StringEncodingTestcase()
Method Detail

main

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

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

bytes

public byte[] bytes(java.lang.String data,
                    int length)
Bytes with the specified data and length parameters and return the byte[] result.

Parameters:
data - The data (String) parameter.
length - The length (int) parameter.
Returns:
Results of the bytes (byte[]) value.

test01

public void test01()
Test01.


test02

public void test02()
Test02.


test03

public void test03()
Test03.


2009-01-09 1.2.0

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