Class TestMethodEntity


  • public class TestMethodEntity
    extends Object
    • Constructor Detail

      • TestMethodEntity

        public TestMethodEntity​(@NotNull
                                @NotNull String methodName,
                                boolean isConfig,
                                @NotNull
                                @NotNull String status,
                                long durationMs)
    • Method Detail

      • addParam

        public void addParam​(@Nullable
                             @Nullable String value)
      • addReporterOutput

        public void addReporterOutput​(@Nullable
                                      @Nullable String value)
      • getFullName

        public String getFullName()
      • getMethodName

        public String getMethodName()
      • isConfig

        public boolean isConfig()
      • getStatus

        public String getStatus()
      • getDurationMs

        public long getDurationMs()
      • getReporterOutput

        public com.google.common.collect.ImmutableList<String> getReporterOutput()
      • hasException

        public boolean hasException()