Skip to content

Commit

Permalink
annotating Video.ExtenTest as @generated since it's a pojo
Browse files Browse the repository at this point in the history
  • Loading branch information
giulong committed Nov 25, 2023
1 parent 2d81eb1 commit ee6c5af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import io.github.giulong.spectrum.enums.Frame;
import lombok.Generated;
import lombok.Getter;

import java.util.List;
Expand Down Expand Up @@ -34,6 +35,7 @@ public boolean shouldRecord(final String frameName) {
}

@Getter
@Generated
public static class ExtentTest {

@JsonPropertyDescription("Whether to attach the video or not to the extent report. True by default")
Expand Down

0 comments on commit ee6c5af

Please sign in to comment.