Skip to content

Commit

Permalink
Update namespace of axe extended library
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxing-yuan committed Apr 26, 2024
1 parent 6cd715d commit a389f18
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// The provider to get additional tags for a rule.
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/AxeOverallResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// Represents the overall result of the application. It contains the result of all tested pages.
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/AxePageResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// Represents the complete result of accessibility test for a single page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// The enhanced version of AxeResultItem. It contains the result of all nodes that are related to the item.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/BaseResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/Config/Branding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport.Config
namespace AxaFrance.AxeExtended.HtmlReport.Config
{
/// <summary>
/// Branding information for the report
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/Config/Check.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport.Config
namespace AxaFrance.AxeExtended.HtmlReport.Config
{
/// <summary>
/// Used to add checks to the list of checks used by rules, or to override the properties of existing checks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Threading.Tasks;
using System.Xml.Linq;

namespace Axe.Extended.HtmlReport.Config
namespace AxaFrance.AxeExtended.HtmlReport.Config
{
/// <summary>
/// Options object; it is used to set the configuration options for the axe.run function.
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/Config/Option.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport.Config
namespace AxaFrance.AxeExtended.HtmlReport.Config
{
public class Option
{
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/Config/Rule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport.Config
namespace AxaFrance.AxeExtended.HtmlReport.Config
{
public class Rule
{
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/ExtensionMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
public static class ExtensionMethods
{
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/Language.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
public enum Language
{
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/OutputFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// Outpur format of the HTML report
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
public class OverallReportBuilder
{
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/OverallResultItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
public class OverallResultItem
{
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using System.Web;

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("AxaFrance.AxeExtended.Selenium")]
namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// Classes for generating HTML report from given Axe-Core results
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/PageReportOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// Options of generating HTML report
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.HtmlReport/RgaaTagsProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.HtmlReport
namespace AxaFrance.AxeExtended.HtmlReport
{
/// <summary>
/// Mode to calculate the score. Different calculation mode may influenc
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.AxeExtended.Selenium/AxeExtendedBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.Selenium
namespace AxaFrance.AxeExtended.Selenium
{
public class AxeExtendedBuilder
{
Expand Down
4 changes: 2 additions & 2 deletions src/AxaFrance.AxeExtended.Selenium/AxeSeleniumHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Axe.Extended.HtmlReport;
using AxaFrance.AxeExtended.HtmlReport;
using Deque.AxeCore.Commons;
using Deque.AxeCore.Selenium;
using Newtonsoft.Json.Linq;
Expand All @@ -10,7 +10,7 @@
using System.Linq;
using System.Xml.Linq;

namespace Axe.Extended.Selenium
namespace AxaFrance.AxeExtended.Selenium
{
public static class SeleniumHelper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.Selenium
namespace AxaFrance.AxeExtended.Selenium
{
internal static class EmbeddedResourceProvider
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Axe.Extended.Selenium
namespace AxaFrance.AxeExtended.Selenium
{
internal static class WebDriverInjectorExtensions
{
Expand Down
4 changes: 2 additions & 2 deletions src/AxaFrance.WebEngine.Web/SharedActionWeb.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2016-2022 AXA France IARD / AXA France VIE. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// Modified By: YUAN Huaxing, at: 2022-5-13 18:26
using Axe.Extended.HtmlReport;
using Axe.Extended.Selenium;
using AxaFrance.AxeExtended.HtmlReport;
using AxaFrance.AxeExtended.Selenium;
using OpenQA.Selenium;
using OpenQA.Selenium.Appium;
using System;
Expand Down
2 changes: 1 addition & 1 deletion src/AxaFrance.WebEngine.Web/TestCaseWeb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// Modified By: YUAN Huaxing, at: 2022-5-13 18:26
using AxaFrance.WebEngine.Report;
using Axe.Extended.HtmlReport;
using AxaFrance.AxeExtended.HtmlReport;
using Deque.AxeCore.Selenium;
using OpenQA.Selenium;
using System;
Expand Down

0 comments on commit a389f18

Please sign in to comment.