Skip to content

Commit e474700

Browse files
committed
fixed #404
1 parent 8e12cfc commit e474700

File tree

110 files changed

+130
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+130
-120
lines changed

Ocaramba.Tests.Angular/ProjectTestBase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectTestBase.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectTestBase.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>
@@ -21,6 +21,7 @@
2121
// </license>
2222

2323
using System.IO;
24+
using OcarambaLite.Logger;
2425

2526
namespace Ocaramba.Tests.Angular
2627
{

Ocaramba.Tests.Angular/Tests/AngularTestNunit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="NameHelper.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="NameHelper.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.CloudProviderCrossBrowser/ProjectTestBase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectTestBase.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectTestBase.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>
@@ -21,6 +21,7 @@
2121
// </license>
2222

2323
using System.IO;
24+
using OcarambaLite.Logger;
2425

2526
namespace Ocaramba.Tests.CloudProviderCrossBrowser
2627
{

Ocaramba.Tests.CloudProviderCrossBrowser/Tests/HerokuappTestsNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="HerokuappTestsNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="HerokuappTestsNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.Features/ProjectTestBase.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectTestBase.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectTestBase.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>
@@ -20,6 +20,8 @@
2020
// SOFTWARE.
2121
// </license>
2222

23+
using OcarambaLite.Logger;
24+
2325
namespace Ocaramba.Tests.Features
2426
{
2527
using System;

Ocaramba.Tests.Features/StepDefinition/CommonSteps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="CommonSteps.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="CommonSteps.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.MsTest/HerokuappTestsMsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="HerokuappTestsMsTest.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="HerokuappTestsMsTest.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.MsTest/ProjectTestBase.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectTestBase.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectTestBase.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>
@@ -20,6 +20,8 @@
2020
// SOFTWARE.
2121
// </license>
2222

23+
using OcarambaLite.Logger;
24+
2325
namespace Ocaramba.Tests.MsTest
2426
{
2527
using System;

Ocaramba.Tests.NUnit/DataDriven/CompareFiles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="CompareFiles.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="CompareFiles.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/DataDriven/DataDrivenHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DataDrivenHelper.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DataDrivenHelper.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/DataDriven/TestData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="TestData.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="TestData.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/ProjectBaseConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectBaseConfiguration.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectBaseConfiguration.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/ProjectTestBase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectTestBase.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectTestBase.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>
@@ -21,6 +21,7 @@
2121
// </license>
2222

2323
using System.IO;
24+
using OcarambaLite.Logger;
2425

2526
namespace Ocaramba.Tests.NUnit
2627
{

Ocaramba.Tests.NUnit/Tests/CompareFilesDataDrivenTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="CompareFilesDataDrivenTests.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="CompareFilesDataDrivenTests.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/Tests/HerokuappTestsDataDrivenNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="HerokuappTestsDataDrivenNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="HerokuappTestsDataDrivenNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/Tests/HerokuappTestsNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="HerokuappTestsNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="HerokuappTestsNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/Tests/JavaScriptAlertsTestsNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="JavaScriptAlertsTestsNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="JavaScriptAlertsTestsNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/Tests/PerformanceTests1NUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="PerformanceTests1NUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="PerformanceTests1NUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/Tests/PerformanceTestsNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="PerformanceTestsNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="PerformanceTestsNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/Tests/SaveScreenShotsPageSourceTestsNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="SaveScreenShotsPageSourceTestsNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="SaveScreenShotsPageSourceTestsNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnit/Tests/SelectWebElementTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="SelectWebElementTests.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="SelectWebElementTests.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44

Ocaramba.Tests.NUnit/Tests/UploadDownloadFilesTestsNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="UploadDownloadFilesTestsNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="UploadDownloadFilesTestsNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/BasicAuthPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="BasicAuthPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="BasicAuthPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/BrokenImagesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="BrokenImagesPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="BrokenImagesPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/DragAndDropPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DragAndDropPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DragAndDropPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/DropdownPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DropdownPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DropdownPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/InternetPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="InternetPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="InternetPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/MultipleWindowsPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="MultipleWindowsPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="MultipleWindowsPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/NestedFramesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="NestedFramesPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="NestedFramesPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/NewWindowPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="NewWindowPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="NewWindowPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/PageObject/TablesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="TablesPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="TablesPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/ProjectBaseConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectBaseConfiguration.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectBaseConfiguration.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/ProjectTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProjectTestBase.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ProjectTestBase.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/Tests/HerokuappTestsNUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="HerokuappTestsNUnit.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="HerokuappTestsNUnit.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.NUnitExtentReports/Tests/SelectWebElementTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="SelectWebElementTests.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="SelectWebElementTests.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44

Ocaramba.Tests.PageObjects/CustomGrid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="CustomGrid.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="CustomGrid.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/AbTestingPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="AbTestingPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="AbTestingPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/BasicAuthPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="BasicAuthPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="BasicAuthPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/BrokenImagesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="BrokenImagesPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="BrokenImagesPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/CheckboxesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="CheckboxesPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="CheckboxesPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/ContextMenuPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ContextMenuPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ContextMenuPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/DisappearingElementsPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DisappearingElementsPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DisappearingElementsPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/DownloadPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DownloadPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DownloadPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/DragAndDropPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DragAndDropPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DragAndDropPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/DropdownPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DropdownPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DropdownPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/DynamicControlsPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DynamicControlsPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DynamicControlsPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/DynamicLoadingPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="DynamicLoadingPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="DynamicLoadingPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/FloatingMenuPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="FloatingMenuPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="FloatingMenuPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/ForgotPasswordPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ForgotPasswordPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="ForgotPasswordPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/FormAuthenticationPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="FormAuthenticationPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="FormAuthenticationPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/HoversPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="HoversPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="HoversPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/HttpCode200Page.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="HttpCode200Page.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="HttpCode200Page.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/IFramePage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="IFramePage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="IFramePage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/InternetPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="InternetPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="InternetPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/JavaScriptAlertsPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="JavaScriptAlertsPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="JavaScriptAlertsPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/JavaScriptOnLoadPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="JavaScriptOnLoadPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="JavaScriptOnLoadPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/KeyPressesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="KeyPressesPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="KeyPressesPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/MultipleWindowsPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="MultipleWindowsPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="MultipleWindowsPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

Ocaramba.Tests.PageObjects/PageObjects/TheInternet/NestedFramesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="NestedFramesPage.cs" company="Objectivity Bespoke Software Specialists">
1+
// <copyright file="NestedFramesPage.cs" company="Accenture">
22
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
33
// </copyright>
44
// <license>

0 commit comments

Comments
 (0)