org.junitext.manipulation
Class CategoryResolver

java.lang.Object
  extended by org.junitext.manipulation.CategoryResolver

public class CategoryResolver
extends java.lang.Object

Helper class to resolve a Category based on test descriptions.


Constructor Summary
CategoryResolver()
           
 
Method Summary
static Category getCategory(org.junit.runner.Description desc)
          Gets the category for a given description.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryResolver

public CategoryResolver()
Method Detail

getCategory

public static Category getCategory(org.junit.runner.Description desc)
Gets the category for a given description.

Parameters:
desc - a test case description
Returns:
a category or null