Skip to content

Commit dac5781

Browse files
author
prao2
committed
#60 - Added copyright
1 parent b9e921e commit dac5781

4 files changed

Lines changed: 64 additions & 8 deletions

File tree

payments-api/src/test/java/com/intuit/payment/config/ProxyConfigTest.java

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@
33
import org.testng.Assert;
44
import org.testng.annotations.Test;
55

6-
/**
6+
/*******************************************************************************
7+
* Copyright (c) 2019 Intuit
8+
*
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
720
* @author praveenadg
8-
*/
21+
*******************************************************************************/
22+
923
public class ProxyConfigTest {
1024

1125
private static final String HOST = "https://github.com";

payments-api/src/test/java/com/intuit/payment/config/RequestContextTest.java

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@
33
import org.testng.Assert;
44
import org.testng.annotations.Test;
55

6-
/**
6+
/*******************************************************************************
7+
* Copyright (c) 2019 Intuit
8+
*
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
720
* @author praveenadg
8-
*/
21+
*******************************************************************************/
22+
923
public class RequestContextTest {
1024
private static final String ACCESS_TOKEN = "intuit123";
1125
private static final String REQUEST_ID = "requestId";

payments-api/src/test/java/com/intuit/payment/http/RequestTest.java

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@
44
import org.testng.Assert;
55
import org.testng.annotations.Test;
66

7-
/**
7+
/*******************************************************************************
8+
* Copyright (c) 2019 Intuit
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
821
* @author praveenadg
9-
*/
22+
*******************************************************************************/
23+
1024
public class RequestTest {
1125
private static final String ACCESS_TOKEN = "intuit123";
1226
private static final String PROD_BASE_URL = "https://api.intuit.com/quickbooks/v4/payments/";

payments-api/src/test/java/com/intuit/payment/http/ResponseTest.java

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@
44
import org.testng.Assert;
55
import org.testng.annotations.Test;
66

7-
/**
7+
/*******************************************************************************
8+
* Copyright (c) 2019 Intuit
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
821
* @author praveenadg
9-
*/
22+
*******************************************************************************/
23+
1024
public class ResponseTest {
1125
private static final int STATUS_CODE = 200;
1226
private static final String INTUIT_TID = "intuit_tid";

0 commit comments

Comments
 (0)