org.test4j.junit.suite
类 Groups.GroupFilter

java.lang.Object
  继承者 org.junit.runner.manipulation.Filter
      继承者 org.test4j.junit.suite.Groups.GroupFilter
包容类:
Groups

public static class Groups.GroupFilter
extends org.junit.runner.manipulation.Filter


字段摘要
 
从类 org.junit.runner.manipulation.Filter 继承的字段
ALL
 
构造方法摘要
Groups.GroupFilter(String[] includedGroups, String[] excludedGroups)
           
 
方法摘要
 String describe()
           
static Groups.GroupFilter include(String[] includedGroups)
           
 boolean shouldRun(org.junit.runner.Description description)
           
 
从类 org.junit.runner.manipulation.Filter 继承的方法
apply, intersect, matchMethodDescription
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Groups.GroupFilter

public Groups.GroupFilter(String[] includedGroups,
                          String[] excludedGroups)
方法详细信息

include

public static Groups.GroupFilter include(String[] includedGroups)

describe

public String describe()
指定者:
org.junit.runner.manipulation.Filter 中的 describe

shouldRun

public boolean shouldRun(org.junit.runner.Description description)
指定者:
org.junit.runner.manipulation.Filter 中的 shouldRun


Copyright © 2013. All rights reserved.