de.oio.bugkilla.player
Class JUserInteraction

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--de.oio.bugkilla.player.WebTestSuite
              |
              +--de.oio.bugkilla.player.JUserInteraction
All Implemented Interfaces:
PlayerUser, junit.framework.Test

public class JUserInteraction
extends WebTestSuite

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
JUserInteraction()
           
 
Method Summary
 void run(junit.framework.TestResult result)
          Runs the tests and collects their result in a TestResult.
 
Methods inherited from class de.oio.bugkilla.player.WebTestSuite
addTestSuite, getMyPlayer, setMyPlayer
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, getName, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUserInteraction

public JUserInteraction()
Method Detail

run

public void run(junit.framework.TestResult result)
         throws IllegalStructureException
Runs the tests and collects their result in a TestResult. break the run if the StopScenario-boolean is set

Specified by:
run in interface junit.framework.Test
Overrides:
run in class WebTestSuite
Parameters:
result - the Test-Result will be send to the specified TestResult
Throws:
IllegalStructureException - if the child element is not a TestStep object


Copyright © Orientation in Objects GmbH. All Rights Reserved.