Interface Groupable

All Known Subinterfaces:
DynamicTest, Test
All Known Implementing Classes:
AbstractTest, AbstractTest.Dynamic, Group, MethodBasedEventTest, MethodBasedGameTestTest, MethodBasedTest

public interface Groupable
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<Test>
    Resolves all tests in this groupable element.
    Resolves all tests in this groupable element as a Stream.
  • Method Details

    • resolveAll

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

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