Interface TestCase

  • All Known Subinterfaces:
    MutableTestCase

    @Deprecated
    public interface TestCase
    Deprecated.
    since 5.2 not used
    • Field Detail

      • TYPE_UNIT

        @Deprecated
        static final java.lang.String TYPE_UNIT
        Deprecated.
        since 5.2 not used
        See Also:
        Constant Field Values
      • TYPE_INTEGRATION

        @Deprecated
        static final java.lang.String TYPE_INTEGRATION
        Deprecated.
        since 5.2 not used
        See Also:
        Constant Field Values
    • Method Detail

      • durationInMs

        @CheckForNull
        java.lang.Long durationInMs()
        Deprecated.
        Duration in milliseconds
      • type

        @Deprecated
        java.lang.String type()
        Deprecated.
        since 5.2 not used
      • name

        java.lang.String name()
        Deprecated.
      • message

        @CheckForNull
        java.lang.String message()
        Deprecated.
      • stackTrace

        @CheckForNull
        java.lang.String stackTrace()
        Deprecated.
      • testPlan

        TestPlan testPlan()
        Deprecated.
      • doesCover

        boolean doesCover()
        Deprecated.
      • countCoveredLines

        int countCoveredLines()
        Deprecated.
      • coverageBlocks

        java.lang.Iterable<CoverageBlock> coverageBlocks()
        Deprecated.