tests
Class AudioProcessorTests

java.lang.Object
  extended by tests.AudioProcessorTests

public class AudioProcessorTests
extends java.lang.Object


Constructor Summary
AudioProcessorTests()
           
 
Method Summary
 void after()
           
static void afterClass()
           
 void before()
           
static void beforeClass()
           
 void connected()
           
 void connectInputToOutput()
           
 void createVideoServer()
           
 void disconnectInputFromOutputs()
           
 void disconnectOutputFromInputs()
           
 void getConnectedVideoServers()
           
 void getInputDevice()
           
 void getInputDevices()
           
 void getVideoServer()
           
 void numConnections()
           
 void sendMessage()
           
 void startInterface()
           
 void stopInterface()
           
static junit.framework.Test suite()
           
 void updateInputDevices()
           
 void validInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioProcessorTests

public AudioProcessorTests()
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()

connected

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

connectInputToOutput

public void connectInputToOutput()

createVideoServer

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

disconnectInputFromOutputs

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

disconnectOutputFromInputs

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

getConnectedVideoServers

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

getInputDevice

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

getInputDevices

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

getVideoServer

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

numConnections

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

sendMessage

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

startInterface

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

stopInterface

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

updateInputDevices

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

validInterface

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