File tree Expand file tree Collapse file tree
payments-api/src/test/java/com/intuit/payment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import org .testng .Assert ;
44import 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+
923public class ProxyConfigTest {
1024
1125 private static final String HOST = "https://github.com" ;
Original file line number Diff line number Diff line change 33import org .testng .Assert ;
44import 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+
923public class RequestContextTest {
1024 private static final String ACCESS_TOKEN = "intuit123" ;
1125 private static final String REQUEST_ID = "requestId" ;
Original file line number Diff line number Diff line change 44import org .testng .Assert ;
55import 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+
1024public 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/" ;
Original file line number Diff line number Diff line change 44import org .testng .Assert ;
55import 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+
1024public class ResponseTest {
1125 private static final int STATUS_CODE = 200 ;
1226 private static final String INTUIT_TID = "intuit_tid" ;
You can’t perform that action at this time.
0 commit comments