Class NpmTestStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.npm.test.NpmTestStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.10.0") public class NpmTestStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a test has started executing.

Zero or more NpmTestStarted_1_0 events may be published.

  • Field Details

    • processId

      public final long processId
      The ID of the process that executed the test.
      See Also:
    • id

      public final long id
      The ID of the test.
      See Also:
    • name

      public final List<String> name
      The name of the test possibly including the test container hierarchy.
    • parent

      @Nullable("for top-level test container") public final @Nullable("for top-level test container") Long parent
      The test id of the parent of the test, if any.
    • type

      public final NpmTestType_1 type
      Type of the observed test container.
  • Constructor Details

    • NpmTestStarted_1_0

      public NpmTestStarted_1_0(long processId, long id, List<String> name, @Nullable @Nullable Long parent, NpmTestType_1 type)
  • Method Details