com.emarsys.ecommon.test
Interface RunnableTest


public interface RunnableTest

Encapsulates a specific part of a test case or the testcase itself. Just a Runnable that is allowed to throw Exceptions.

Author:
Michael "kULO" Kulovits

Method Summary
 void run()
          Runs the Test.
 

Method Detail

run

void run()
         throws java.lang.Exception
Runs the Test.

Throws:
java.lang.Exception


Copyright © 2010 emarsys AG. All Rights Reserved.