tests
Class VideoProcessorTests

java.lang.Object
  extended by tests.VideoProcessorTests

public class VideoProcessorTests
extends java.lang.Object


Constructor Summary
VideoProcessorTests()
           
 
Method Summary
 void after()
           
static void afterClass()
           
 void before()
           
static void beforeClass()
           
 void init()
           
 void receiveControlMessage()
           
 void receiveOCIMessage()
           
 void setVideoInterfaceModule()
           
static junit.framework.Test suite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoProcessorTests

public VideoProcessorTests()
Method Detail

suite

public static junit.framework.Test suite()

beforeClass

public static void beforeClass()
                        throws java.lang.Exception
Throws:
java.lang.Exception

afterClass

public static void afterClass()
                       throws java.lang.Exception
Throws:
java.lang.Exception

before

public void before()
            throws java.lang.Exception
Throws:
java.lang.Exception

after

public void after()

init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

receiveControlMessage

public void receiveControlMessage()
                           throws java.lang.Exception
Throws:
java.lang.Exception

receiveOCIMessage

public void receiveOCIMessage()
                       throws java.lang.Exception
Throws:
java.lang.Exception

setVideoInterfaceModule

public void setVideoInterfaceModule()
                             throws java.lang.Exception
Throws:
java.lang.Exception