org.unitils.testlink
Class TestLinkModule

java.lang.Object
  extended by org.unitils.testlink.TestLinkModule
All Implemented Interfaces:
org.unitils.core.Module

public class TestLinkModule
extends Object
implements org.unitils.core.Module

Since:
3.3.1
Author:
Jeroen Horemans, Thomas De Rycke

Nested Class Summary
protected  class TestLinkModule.TestLinkListener
           
 
Constructor Summary
TestLinkModule()
           
 
Method Summary
 void afterInit()
           
 org.unitils.core.TestListener getTestListener()
           
 void init(Properties properties)
           
 void updateTestCase(String externalId, String suite, Throwable ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLinkModule

public TestLinkModule()
Method Detail

init

public void init(Properties properties)
Specified by:
init in interface org.unitils.core.Module

afterInit

public void afterInit()
Specified by:
afterInit in interface org.unitils.core.Module

updateTestCase

public void updateTestCase(String externalId,
                           String suite,
                           Throwable ex)

getTestListener

public org.unitils.core.TestListener getTestListener()
Specified by:
getTestListener in interface org.unitils.core.Module


Copyright © 2012-2014. All Rights Reserved.