com.voytechs.jnetstream.test
Class CodecGetValueTest

java.lang.Object
  extended by TestCase
      extended by com.voytechs.jnetstream.test.CodecGetValueTest

public class CodecGetValueTest
extends TestCase

Description: This is an example test class.


Constructor Summary
CodecGetValueTest(java.lang.String name)
          Naming Constructor
 
Method Summary
 void setUp()
          Setup
static Test suite()
          Return the Test Suite
 void testExample()
          A Test Function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodecGetValueTest

public CodecGetValueTest(java.lang.String name)
Naming Constructor

Parameters:
name - Test Name
Method Detail

suite

public static Test suite()
Return the Test Suite

Returns:
the Test Suite

setUp

public void setUp()
           throws java.lang.Exception
Setup

Throws:
java.lang.Exception

testExample

public void testExample()
                 throws java.lang.Exception
A Test Function

Throws:
java.lang.Exception