plugin/tst/software/aws/toolkits/eclipse/amazonq/chat/models/CopyToClipboardParamsTest.java [17:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final ObjectMapper objectMapper = new ObjectMapper();

    private final String tabId = "tabId";
    private final String messageId = "messageId";
    private final String code = "code";
    private final String type = "type";

    private final String licenseName = "licenseName";
    private final String repository = "repository";
    private final String url = "url";

    private final Integer startLine = 1;
    private final Integer endLine = 2;
    private final RecommendationContentSpan recommendationSpan = new RecommendationContentSpan(startLine, endLine);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



plugin/tst/software/aws/toolkits/eclipse/amazonq/chat/models/InsertToCursorPositionParamsTest.java [22:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final ObjectMapper objectMapper = new ObjectMapper();

    private final String tabId = "tabId";
    private final String messageId = "messageId";
    private final String code = "code";
    private final String type = "type";

    private final String licenseName = "licenseName";
    private final String repository = "repository";
    private final String url = "url";

    private final Integer startLine = 1;
    private final Integer endLine = 2;
    private final RecommendationContentSpan recommendationSpan = new RecommendationContentSpan(startLine, endLine);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



