de.oio.bugkilla.protocol.test
Class TestCommandInterpreter

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.oio.bugkilla.protocol.test.TestCommandInterpreter
All Implemented Interfaces:
junit.framework.Test

public class TestCommandInterpreter
extends junit.framework.TestCase

Author:
swinkler

Constructor Summary
TestCommandInterpreter(java.lang.String s)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
 void testCommandStartRecording()
           
 void testCommandStop()
           
 void testCommandStopRecording()
           
 void testCommandTS()
           
 void testCommandUI()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCommandInterpreter

public TestCommandInterpreter(java.lang.String s)
Method Detail

suite

public static junit.framework.TestSuite suite()
Returns:
new TestSuite(Class)

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
java.lang.Exception
See Also:
TestCase.setUp()

testCommandStop

public void testCommandStop()
                     throws java.lang.Exception
java.lang.Exception

testCommandStopRecording

public void testCommandStopRecording()
                              throws java.lang.Exception
java.lang.Exception

testCommandStartRecording

public void testCommandStartRecording()
                               throws java.lang.Exception
java.lang.Exception

testCommandTS

public void testCommandTS()
                   throws java.lang.Exception
java.lang.Exception

testCommandUI

public void testCommandUI()
                   throws java.lang.Exception
java.lang.Exception


Copyright © Orientation in Objects GmbH. All Rights Reserved.