File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
gxawsserverless/src/test/java/com/genexus/serverless/proxy/test/jersey Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3- *
4- * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance
5- * with the License. A copy of the License is located at
6- *
7- * http://aws.amazon.com/apache2.0/
8- *
9- * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
10- * OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11- * and limitations under the License.
12- */
131package com .genexus .serverless .proxy .test .jersey ;
142
15-
163import com .amazonaws .serverless .proxy .internal .testutils .AwsProxyRequestBuilder ;
174import com .amazonaws .serverless .proxy .internal .testutils .MockLambdaContext ;
185import com .amazonaws .serverless .proxy .jersey .JerseyLambdaContainerHandler ;
2714
2815import static org .junit .Assert .assertEquals ;
2916
30- /**
31- * Unit test class for the Jersey AWS_PROXY default implementation
32- */
3317public class GeneXusAppAwsHttpApiProxyTest {
3418 private static final String CUSTOM_HEADER_KEY = "x-custom-header" ;
3519 private static final String CUSTOM_HEADER_VALUE = "my-custom-value" ;
You can’t perform that action at this time.
0 commit comments