Skip to content

Commit

Permalink
Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanSachi committed Jun 25, 2024
1 parent b7b0808 commit 6e9fd72
Show file tree
Hide file tree
Showing 103 changed files with 530 additions and 530 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -63,8 +63,8 @@ public client class HelloStreamingClient {
}
}

public client class HelloWorldStringCaller {
private grpc:Caller caller;
public isolated client class HelloWorldStringCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -63,8 +63,8 @@ public client class HelloStreamingClient {
}
}

public client class HelloWorldIntCaller {
private grpc:Caller caller;
public isolated client class HelloWorldIntCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -63,8 +63,8 @@ public client class HelloStreamingClient {
}
}

public client class HelloWorldFloatCaller {
private grpc:Caller caller;
public isolated client class HelloWorldFloatCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -63,8 +63,8 @@ public client class HelloStreamingClient {
}
}

public client class HelloWorldBooleanCaller {
private grpc:Caller caller;
public isolated client class HelloWorldBooleanCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -63,8 +63,8 @@ public client class HelloStreamingClient {
}
}

public client class HelloWorldByteCaller {
private grpc:Caller caller;
public isolated client class HelloWorldByteCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -68,8 +68,8 @@ public client class HelloStreamingClient {
}
}

public client class ByeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class ByeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -112,8 +112,8 @@ public client class ByeStreamingClient {
}
}

public client class HelloWorldByeResponseCaller {
private grpc:Caller caller;
public isolated client class HelloWorldByeResponseCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down Expand Up @@ -144,8 +144,8 @@ public client class HelloWorldByeResponseCaller {
}
}

public client class HelloWorldHelloResponseCaller {
private grpc:Caller caller;
public isolated client class HelloWorldHelloResponseCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public isolated client class helloWorldClient {
}
}

public client class HelloStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class HelloStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -68,8 +68,8 @@ public client class HelloStreamingClient {
}
}

public client class ByeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class ByeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public isolated client class helloWorldClient {
}
}

public client class GetTimeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class GetTimeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -91,8 +91,8 @@ public client class GetTimeStreamingClient {
}
}

public client class SendTimeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class SendTimeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -135,8 +135,8 @@ public client class SendTimeStreamingClient {
}
}

public client class ExchangeTimeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class ExchangeTimeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -179,8 +179,8 @@ public client class ExchangeTimeStreamingClient {
}
}

public client class GetGreetingStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class GetGreetingStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -223,8 +223,8 @@ public client class GetGreetingStreamingClient {
}
}

public client class SendGreetingStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class SendGreetingStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -267,8 +267,8 @@ public client class SendGreetingStreamingClient {
}
}

public client class ExchangeGreetingStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class ExchangeGreetingStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -311,8 +311,8 @@ public client class ExchangeGreetingStreamingClient {
}
}

public client class HelloWorldStringCaller {
private grpc:Caller caller;
public isolated client class HelloWorldStringCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down Expand Up @@ -343,8 +343,8 @@ public client class HelloWorldStringCaller {
}
}

public client class HelloWorldGreetingCaller {
private grpc:Caller caller;
public isolated client class HelloWorldGreetingCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down Expand Up @@ -375,8 +375,8 @@ public client class HelloWorldGreetingCaller {
}
}

public client class HelloWorldTimestampCaller {
private grpc:Caller caller;
public isolated client class HelloWorldTimestampCaller {
private final grpc:Caller caller;

public isolated function init(grpc:Caller caller) {
self.caller = caller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public isolated client class helloWorldClient {
}
}

public client class GetTimeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class GetTimeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -91,8 +91,8 @@ public client class GetTimeStreamingClient {
}
}

public client class SendTimeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class SendTimeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -135,8 +135,8 @@ public client class SendTimeStreamingClient {
}
}

public client class ExchangeTimeStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class ExchangeTimeStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -179,8 +179,8 @@ public client class ExchangeTimeStreamingClient {
}
}

public client class GetGreetingStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class GetGreetingStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -223,8 +223,8 @@ public client class GetGreetingStreamingClient {
}
}

public client class SendGreetingStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class SendGreetingStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down Expand Up @@ -267,8 +267,8 @@ public client class SendGreetingStreamingClient {
}
}

public client class ExchangeGreetingStreamingClient {
private grpc:StreamingClient sClient;
public isolated client class ExchangeGreetingStreamingClient {
private final grpc:StreamingClient sClient;

isolated function init(grpc:StreamingClient sClient) {
self.sClient = sClient;
Expand Down
Loading

0 comments on commit 6e9fd72

Please sign in to comment.