Class BzlTestStarted_1_0

    • Field Detail

      • id

        public final long id
        The ID of the test.

        The ID is only unique within a given testTargetAttemptId.

      • parentId

        @Nullable
        public final @Nullable Long parentId
        The ID of the parent suite of this test or null if this is a top-level suite
      • name

        public final String name
        The name of this test.
      • isSuite

        public final boolean isSuite
        Whether this test is a suite (i.e. contains other tests) are a simple test case.
    • Constructor Detail

      • BzlTestStarted_1_0

        public BzlTestStarted_1_0​(long id,
                                  long testTargetAttemptId,
                                  @Nullable
                                  @Nullable Long parentId,
                                  String name,
                                  boolean isSuite)