Search in sources :

Example 26 with Note

use of io.grafeas.v1.Note in project java-containeranalysis by googleapis.

the class GrafeasV1Beta1ClientTest method getNoteTest.

@Test
@SuppressWarnings("all")
public void getNoteTest() {
    String name2 = "name2-1052831874";
    String shortDescription = "shortDescription-235369287";
    String longDescription = "longDescription-1747792199";
    Note expectedResponse = Note.newBuilder().setName(name2).setShortDescription(shortDescription).setLongDescription(longDescription).build();
    mockGrafeasV1Beta1.addResponse(expectedResponse);
    NoteName name = NoteName.of("[PROJECT]", "[NOTE]");
    Note actualResponse = client.getNote(name);
    Assert.assertEquals(expectedResponse, actualResponse);
    List<AbstractMessage> actualRequests = mockGrafeasV1Beta1.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    GetNoteRequest actualRequest = (GetNoteRequest) actualRequests.get(0);
    Assert.assertEquals(name, NoteName.parse(actualRequest.getName()));
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : AbstractMessage(com.google.protobuf.AbstractMessage) Note(io.grafeas.v1beta1.Note) NoteName(com.google.containeranalysis.v1beta1.NoteName) GetNoteRequest(io.grafeas.v1beta1.GetNoteRequest) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)14 Note (io.grafeas.v1beta1.Note)9 GrafeasClient (io.grafeas.v1.GrafeasClient)7 AbstractMessage (com.google.protobuf.AbstractMessage)6 ProjectName (com.google.containeranalysis.v1beta1.ProjectName)5 Note (io.grafeas.v1.Note)5 NoteName (io.grafeas.v1.NoteName)5 Occurrence (io.grafeas.v1.Occurrence)5 IOException (java.io.IOException)4 BookID (biblemulticonverter.data.BookID)3 FormattingInstructionKind (biblemulticonverter.data.FormattedText.FormattingInstructionKind)3 Visitor (biblemulticonverter.data.FormattedText.Visitor)3 Note (com.google.containeranalysis.v1alpha1.Note)3 NoteName (com.google.containeranalysis.v1beta1.NoteName)3 DiscoveryOccurrence (io.grafeas.v1.DiscoveryOccurrence)3 VulnerabilityNote (io.grafeas.v1.VulnerabilityNote)3 VulnerabilityOccurrence (io.grafeas.v1.VulnerabilityOccurrence)3 Note (biblemulticonverter.schema.usx3.Note)2 Verse (biblemulticonverter.schema.usx3.Verse)2 BR (biblemulticonverter.schema.zef2005.BR)2