de.oio.bugkilla.recorder.test
Class RecorderManagerTest

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

public class RecorderManagerTest
extends junit.framework.TestCase

Author:
mniete To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
RecorderManagerTest(java.lang.String arg0)
          Constructor for RecorderManagerTest.
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testConnect()
           
 void testGetWriter()
           
 void testRecorderManager()
           
 void testRecordSequence()
           
 void testSetWriter()
           
 void testStart()
           
 void testStartRecording()
           
 void testStartRecordingUserInteraction()
           
 void testStop()
           
 void testStopRecording()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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

RecorderManagerTest

public RecorderManagerTest(java.lang.String arg0)
Constructor for RecorderManagerTest.

Parameters:
arg0 -
Method Detail

setUp

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

tearDown

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

testRecorderManager

public void testRecorderManager()

testStop

public void testStop()

testStartRecording

public void testStartRecording()

testStopRecording

public void testStopRecording()

testStartRecordingUserInteraction

public void testStartRecordingUserInteraction()

testConnect

public void testConnect()

testStart

public void testStart()

testGetWriter

public void testGetWriter()

testSetWriter

public void testSetWriter()

testRecordSequence

public void testRecordSequence()


Copyright © Orientation in Objects GmbH. All Rights Reserved.