Class TestStarted_1_2

    • Field Detail

      • displayName

        @Nullable("if display name is equal to the primary technical name")
        public final @Nullable("if display name is equal to the primary technical name") String displayName
        The display name of the test, if any.
    • Constructor Detail

      • TestStarted_1_2

        public TestStarted_1_2​(long task,
                               long id,
                               @Nullable
                               @Nullable Long parent,
                               String name,
                               @Nullable
                               @Nullable String className,
                               boolean suite,
                               @Nullable
                               @Nullable Integer testSelectionReasonOrdinal,
                               @Nullable
                               @Nullable String displayName)