11// --------------------------------------------------------------------------------------------------------------------
2- // SPDX-FileCopyrightText: 2024 Siemens AG
2+ // SPDX-FileCopyrightText: 2025 Siemens AG
33//
44// SPDX-License-Identifier: MIT
55// --------------------------------------------------------------------------------------------------------------------
66
7+ using LCT . APICommunications ;
78using LCT . APICommunications . Interfaces ;
89using LCT . APICommunications . Model ;
9- using Moq ;
10- using System . Net ;
10+ using LCT . APICommunications . Model . AQL ;
1111using LCT . ArtifactoryUploader ;
12- using System . Net . Http ;
13- using NUnit . Framework ;
14- using System . Threading . Tasks ;
15- using LCT . APICommunications ;
12+ using LCT . ArtifactoryUploader . Model ;
1613using LCT . Common ;
17- using LCT . Facade . Interfaces ;
1814using LCT . Facade ;
19- using LCT . Services . Interface ;
15+ using LCT . Facade . Interfaces ;
2016using LCT . Services ;
21- using UnitTestUtilities ;
22- using LCT . ArtifactoryUploader . Model ;
23- using LCT . APICommunications . Model . AQL ;
17+ using LCT . Services . Interface ;
18+ using Moq ;
19+ using NUnit . Framework ;
2420using System ;
25- using LCT . Common . Interface ;
26- using LCT . Common . Model ;
21+ using System . Net ;
22+ using System . Net . Http ;
23+ using System . Threading . Tasks ;
24+ using UnitTestUtilities ;
2725
2826namespace AritfactoryUploader . UTest
2927{
@@ -35,7 +33,7 @@ public void Setup()
3533 {
3634 // Method intentionally left empty.
3735 }
38-
36+
3937
4038 [ Test ]
4139 public async Task UploadPackageToRepo_InputEmptyCreds_ReturnsPackgeNotFound ( )
@@ -136,7 +134,7 @@ public async Task UploadPackageToRepo_WhenPackageTypeIsClearedThirdPartyOrDevelo
136134 ArtfactoryUploader . jFrogService = jFrogServiceMock . Object ;
137135 ArtfactoryUploader . JFrogApiCommInstance = jfrogApicommunicationMock . Object ;
138136 // Act
139- _ = await ArtfactoryUploader . UploadPackageToRepo ( component , timeout , displayPackagesInfo ) ;
137+ _ = await ArtfactoryUploader . UploadPackageToRepo ( component , timeout , displayPackagesInfo ) ;
140138
141139 // Assert
142140 jfrogApicommunicationMock . Verify ( x => x . CopyFromRemoteRepo ( component ) , Times . Once ) ;
0 commit comments