org.jboss.test.selenium.utils.testng
Class TestLoggingUtils

java.lang.Object
  extended by org.jboss.test.selenium.utils.testng.TestLoggingUtils

public final class TestLoggingUtils
extends Object

Provides the method for obtaining test description from ITestResult.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
static String getTestDescription(org.testng.ITestResult result)
          Obtains detailed test description from ITestResult.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTestDescription

public static String getTestDescription(org.testng.ITestResult result)
Obtains detailed test description from ITestResult.

Parameters:
result - the ITestResult object
Returns:
the detailed test description


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.