Skip to content

Commit

Permalink
Add todo for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed Nov 17, 2020
1 parent c43bf3e commit bad0ee9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class ServiceClientSampleCodeComposer {

public static String composeClassHeaderCredentialsSampleCode(
String clientName, TypeNode clientType, String settingsName, TypeNode settingsType) {
// TODO(summerji): Add unit test.
// Initialize clientSettings with builder() method.
// e.g. EchoSettings echoSettings =
// EchoSettings.newBuilder().setCredentialsProvider(FixedCredentialsProvider.create("myCredentials")).build();
Expand Down Expand Up @@ -93,6 +94,7 @@ public static String composeClassHeaderCredentialsSampleCode(

public static String composeClassHeaderEndpointSampleCode(
String clientName, TypeNode clientType, String settingsName, TypeNode settingsType) {
// TODO: Add unit test.
// Initialize client settings with builder() method.
// e.g. EchoSettings echoSettings = EchoSettings.newBuilder().setEndpoint("myEndpoint").build();
VariableExpr settingsVarExpr = createVariableExpr(settingsName, settingsType);
Expand Down

0 comments on commit bad0ee9

Please sign in to comment.