Skip to content

Commit

Permalink
Added the header for the missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
emregokrem committed May 30, 2024
1 parent e01a55c commit 051c805
Show file tree
Hide file tree
Showing 57 changed files with 350 additions and 72 deletions.
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/AGGrid/AGGridTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using System.Diagnostics;
using Bunit;
using Microsoft.AspNetCore.Components;
Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/About/AboutMenuItemTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using SiemensIXBlazor.Components.About;

Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/About/AboutMenuNewsTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using SiemensIXBlazor.Components.About;
Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/About/AboutMenuTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using SiemensIXBlazor.Components.About;
Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/ActionCardTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components;
using SiemensIXBlazor.Enums.PushCard;
Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/ApplicationHeaderTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components;

Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/ApplicationTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components;
using SiemensIXBlazor.Objects.Application;
Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/AvatarTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components.Avatar;

Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/BasicNavigationTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components.BasicNavigation;
using SiemensIXBlazor.Enums.BasicNavigation;
Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/BlindTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using SiemensIXBlazor.Components;
using SiemensIXBlazor.Enums.Blind;
using Bunit;
Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbItemTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components;

Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

namespace SiemensIXBlazor.Tests
{
using Bunit;
Expand Down
9 changes: 9 additions & 0 deletions SiemensIXBlazor.Tests/Button/ButtonTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using SiemensIXBlazor.Components;
Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/Button/IconButtonTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using SiemensIXBlazor.Components;
using SiemensIXBlazor.Enums.Button;
Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/CardListTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using SiemensIXBlazor.Components;

Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/CardTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components;
using SiemensIXBlazor.Components.BasicNavigation;

Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/CategoryFilterTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using SiemensIXBlazor.Components;
using SiemensIXBlazor.Components.CategoryFilter;
Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/ChipTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using SiemensIXBlazor.Components;

namespace SiemensIXBlazor.Tests
Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/ContentHeaderTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using Bunit;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using Bunit;
using Microsoft.AspNetCore.Components;
using SiemensIXBlazor.Components;
using SiemensIXBlazor.Components.Avatar;
Expand Down
11 changes: 10 additions & 1 deletion SiemensIXBlazor.Tests/ContentTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using SiemensIXBlazor.Components;
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------

using SiemensIXBlazor.Components;

namespace SiemensIXBlazor.Tests
{
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/DateDropdownTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/DatePickerTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/DateTimePickerTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/DividerTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/Dropdown/DropdownItemTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/Dropdown/DropdownTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/DropdownButtonTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/EChartsTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/EmptyStateTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions SiemensIXBlazor.Tests/EventList/EventListItemTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// -----------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
//
// SPDX-License-Identifier: MIT
//
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// -----------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 051c805

Please sign in to comment.