接口 Groupable
- 所有已知子接口:
DynamicTest
,Test
- 所有已知实现类:
AbstractTest
,AbstractTest.Dynamic
,Group
,MethodBasedEventTest
,MethodBasedGameTestTest
,MethodBasedTest
public interface Groupable
-
方法概要
修饰符和类型方法说明Resolves all tests in this groupable element.Resolves all tests in this groupable element as aStream
.
-
方法详细资料
-
resolveAll
Resolves all tests in this groupable element.- 返回:
- all tests
-
resolveAsStream
Resolves all tests in this groupable element as aStream
.- 返回:
- all tests as a stream
-