接口 Groupable

所有已知子接口:
DynamicTest, Test
所有已知实现类:
AbstractTest, AbstractTest.Dynamic, Group, MethodBasedEventTest, MethodBasedGameTestTest, MethodBasedTest

public interface Groupable
  • 方法概要

    修饰符和类型
    方法
    说明
    default List<Test>
    Resolves all tests in this groupable element.
    Resolves all tests in this groupable element as a Stream.
  • 方法详细资料

    • resolveAll

      default List<Test> resolveAll()
      Resolves all tests in this groupable element.
      返回:
      all tests
    • resolveAsStream

      Stream<Test> resolveAsStream()
      Resolves all tests in this groupable element as a Stream.
      返回:
      all tests as a stream