Skip to content

Commit d99f087

Browse files
committed
Merge branch 'feature/DTS-45109-Rally-Implementation-v1-GP' of https://github.com/PublicisSapient/knowhow-processors into feature/DTS-45109-Rally-Implementation-v1-GP
2 parents c815c07 + d087bb6 commit d99f087

16 files changed

+288
-0
lines changed

rally/src/test/java/com/publicissapient/kpidashboard/rally/aspect/TrackExecutionTimeAspectTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.aspect;
220

321
import static org.junit.jupiter.api.Assertions.assertEquals;

rally/src/test/java/com/publicissapient/kpidashboard/rally/cache/CacheClearingMechanismTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.cache;
220

321
import static org.mockito.ArgumentMatchers.anyString;

rally/src/test/java/com/publicissapient/kpidashboard/rally/config/FetchProjectConfigurationImplTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.config;
220

321
import static org.junit.jupiter.api.Assertions.assertEquals;

rally/src/test/java/com/publicissapient/kpidashboard/rally/helper/RallyHelperTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.helper;
220

321
import static org.junit.jupiter.api.Assertions.assertEquals;

rally/src/test/java/com/publicissapient/kpidashboard/rally/jobs/RallyProcessorJobTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.jobs;
220

321
import com.publicissapient.kpidashboard.rally.config.RallyProcessorConfig;

rally/src/test/java/com/publicissapient/kpidashboard/rally/processor/IssueScrumProcessorTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.processor;
220

321
import static org.junit.jupiter.api.Assertions.assertEquals;

rally/src/test/java/com/publicissapient/kpidashboard/rally/processor/RallyIssueAccountHierarchyProcessorImplTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.processor;
220

321
import static org.junit.Assert.assertFalse;

rally/src/test/java/com/publicissapient/kpidashboard/rally/processor/RallyIssueAssigneeProcessorImplTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.processor;
220

321
import static org.junit.Assert.assertTrue;

rally/src/test/java/com/publicissapient/kpidashboard/rally/processor/RallyIssueHistoryProcessorImplTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.processor;
220

321
import static org.junit.jupiter.api.Assertions.assertEquals;

rally/src/test/java/com/publicissapient/kpidashboard/rally/processor/RallyIssueProcessorImplTest.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*******************************************************************************
2+
* Copyright 2014 CapitalOne, LLC.
3+
* Further development Copyright 2022 Sapient Corporation.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
******************************************************************************/
18+
119
package com.publicissapient.kpidashboard.rally.processor;
220

321
import static org.junit.jupiter.api.Assertions.assertEquals;

0 commit comments

Comments
 (0)