test
Class SimpleTest

java.lang.Object
  extended by fr.inria.peerunit.TestCaseImpl
      extended by test.SimpleTest
All Implemented Interfaces:
TestCase

public class SimpleTest
extends TestCaseImpl


Constructor Summary
SimpleTest()
           
 
Method Summary
 void action2()
           
 void action3()
           
 void action4()
           
 void action5()
           
 void action6()
           
 void action7()
           
 void begin()
          This method starts the test
 void end()
           
 void setTester(Tester t)
          Set the tester in centralized architecture executing the test
 
Methods inherited from class fr.inria.peerunit.TestCaseImpl
clear, containsKey, get, getCollection, getId, getPeerName, kill, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTest

public SimpleTest()
Method Detail

begin

public void begin()
This method starts the test


action2

public void action2()

action3

public void action3()

action4

public void action4()

action5

public void action5()

action6

public void action6()

action7

public void action7()

end

public void end()

setTester

public void setTester(Tester t)
Description copied from class: TestCaseImpl
Set the tester in centralized architecture executing the test

Specified by:
setTester in interface TestCase
Overrides:
setTester in class TestCaseImpl
Parameters:
t - the tester instance


Copyright © 2010. All Rights Reserved.