Class TestSuiteI

    • Constructor Summary

      Constructors 
      Constructor Description
      TestSuiteI()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test, Collection<org.apache.commons.lang3.tuple.Pair<String,​T>> inputs)
      Deprecated.
      IDEA Make this method static.
      <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test, Stream<org.apache.commons.lang3.tuple.Pair<String,​T>> inputs)
      Deprecated.
      IDEA Make this method static.
      <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test, org.apache.commons.lang3.tuple.Pair<String,​T>... inputs)
      Deprecated.
      IDEA Make this method static.
      <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test, T... inputs)
      Deprecated.
      IDEA Make this method static.
      <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests2​(org.junit.jupiter.api.function.ThrowingConsumer<T> test, List<T> inputs)
      Deprecated.
      RENAME IDEA Make this method static.
      void endTest​(org.junit.jupiter.api.TestReporter reporter)
      Deprecated.
       
      void prepareTest​(org.junit.jupiter.api.TestReporter reporter)
      Deprecated.
       
      static void setupEnvironment()
      Deprecated.
       
      org.junit.platform.engine.reporting.ReportEntry test()
      Deprecated.
       
      void test​(Stream<org.junit.jupiter.api.DynamicTest> tests)
      Deprecated.
       
    • Constructor Detail

      • TestSuiteI

        public TestSuiteI()
        Deprecated.
    • Method Detail

      • setupEnvironment

        @BeforeAll
        public static void setupEnvironment()
        Deprecated.
      • prepareTest

        @BeforeEach
        public void prepareTest​(org.junit.jupiter.api.TestReporter reporter)
        Deprecated.
      • test

        public org.junit.platform.engine.reporting.ReportEntry test()
        Deprecated.
        Specified by:
        test in interface TestSuite
      • endTest

        @AfterEach
        public void endTest​(org.junit.jupiter.api.TestReporter reporter)
        Deprecated.
      • test

        public void test​(Stream<org.junit.jupiter.api.DynamicTest> tests)
        Deprecated.
      • dynamicTests2

        public <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests2​(org.junit.jupiter.api.function.ThrowingConsumer<T> test,
                                                                           List<T> inputs)
        Deprecated.
        RENAME IDEA Make this method static.
      • dynamicTests

        public <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test,
                                                                          T... inputs)
        Deprecated.
        IDEA Make this method static.
      • dynamicTests

        public <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test,
                                                                          org.apache.commons.lang3.tuple.Pair<String,​T>... inputs)
        Deprecated.
        IDEA Make this method static.
      • dynamicTests

        public <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test,
                                                                          Collection<org.apache.commons.lang3.tuple.Pair<String,​T>> inputs)
        Deprecated.
        IDEA Make this method static.
      • dynamicTests

        public <T> Stream<org.junit.jupiter.api.DynamicTest> dynamicTests​(org.junit.jupiter.api.function.ThrowingConsumer<T> test,
                                                                          Stream<org.apache.commons.lang3.tuple.Pair<String,​T>> inputs)
        Deprecated.
        IDEA Make this method static.