com.mycila.testing.core.api
Interface TestExecution

All Superinterfaces:
Execution

public interface TestExecution
extends Execution

Represents a current test method execution. This is a context create when calling TestNotifier.fireBeforeTest(java.lang.reflect.Method)

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Method Summary
 boolean mustSkip()
           
 void setSkip(boolean mustSkip)
          Control wheter you want to skip this test method
 
Methods inherited from interface com.mycila.testing.core.api.Execution
attributes, context, hasFailed, method, setThrowable, step, throwable
 

Method Detail

mustSkip

boolean mustSkip()
Returns:
wheter the test method should be skipped

setSkip

void setSkip(boolean mustSkip)
Control wheter you want to skip this test method

Parameters:
mustSkip - wheter you want to skip the test


Copyright © 2008-2011 Mycila. All Rights Reserved.