зеркало из https://github.com/microsoft/Oryx.git
Merged PR 163159: Using Microsoft.Oryx namespace
Using Microsoft.Oryx namespace Related work items: #778868
This commit is contained in:
Родитель
6a8cfb9dc0
Коммит
17c2e79a9c
|
@ -8,7 +8,7 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Exceptions;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Exceptions;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests
|
||||
|
|
|
@ -10,7 +10,7 @@ using Microsoft.Extensions.Logging.Abstractions;
|
|||
using Microsoft.Extensions.Options;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.DotnetCore;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Exceptions;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests.DotNetCore
|
||||
|
|
|
@ -7,7 +7,7 @@ using Microsoft.Extensions.Logging.Abstractions;
|
|||
using Microsoft.Extensions.Options;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.DotnetCore;
|
||||
using Moq;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests.DotNetCore
|
||||
|
|
|
@ -7,7 +7,7 @@ using Microsoft.Extensions.Logging.Abstractions;
|
|||
using Microsoft.Extensions.Options;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Exceptions;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Node;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests.Node
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Node;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests.Node
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
using Microsoft.Extensions.Options;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Node;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests.Node
|
||||
|
|
|
@ -10,7 +10,7 @@ using Microsoft.Extensions.Logging.Abstractions;
|
|||
using Microsoft.Extensions.Options;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Exceptions;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Python;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests.Python
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Python;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests.Python
|
||||
|
|
|
@ -7,7 +7,7 @@ using System;
|
|||
using System.IO;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
using Microsoft.Extensions.Options;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.Oryx.BuildScriptGenerator.Tests
|
||||
|
|
|
@ -14,7 +14,7 @@ using Microsoft.Extensions.DependencyInjection;
|
|||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Microsoft.Oryx.BuildScriptGenerator;
|
||||
using Microsoft.Oryx.BuildScriptGeneratorCli;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace BuildScriptGeneratorCli.Tests
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.IO;
|
|||
using Microsoft.Oryx.BuildScriptGenerator;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.Exceptions;
|
||||
using Microsoft.Oryx.BuildScriptGeneratorCli;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace BuildScriptGeneratorCli.Tests
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.Oryx.BuildScriptGeneratorCli;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace BuildScriptGeneratorCli.Tests
|
||||
|
|
|
@ -12,7 +12,7 @@ using Microsoft.Extensions.DependencyInjection;
|
|||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Microsoft.Oryx.BuildScriptGenerator;
|
||||
using Microsoft.Oryx.BuildScriptGeneratorCli;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace BuildScriptGeneratorCli.Tests
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.BuildImage.Tests
|
||||
namespace Microsoft.Oryx.BuildImage.Tests
|
||||
{
|
||||
public class BuildScriptGenFromBuildImageTests
|
||||
{
|
||||
|
|
|
@ -12,11 +12,11 @@ using System.IO;
|
|||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.DotnetCore;
|
||||
using Microsoft.Oryx.Common.Utilities;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.BuildImage.Tests
|
||||
namespace Microsoft.Oryx.BuildImage.Tests
|
||||
{
|
||||
public class DotnetCoreSampleAppsTest
|
||||
{
|
||||
|
|
|
@ -10,11 +10,11 @@ using System;
|
|||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Oryx.Common.Utilities;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.BuildImage.Tests
|
||||
namespace Microsoft.Oryx.BuildImage.Tests
|
||||
{
|
||||
public class NodeJSSampleAppsTest : SampleAppsTestBase
|
||||
{
|
||||
|
|
|
@ -13,11 +13,11 @@ using System.IO;
|
|||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Oryx.BuildScriptGenerator;
|
||||
using Microsoft.Oryx.Common.Utilities;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.BuildImage.Tests
|
||||
namespace Microsoft.Oryx.BuildImage.Tests
|
||||
{
|
||||
public class PythonSampleAppsTest : SampleAppsTestBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Oryx.BuildImage.Tests
|
||||
namespace Microsoft.Oryx.BuildImage.Tests
|
||||
{
|
||||
/// <summary>
|
||||
/// The methods here represent the tests that every supported language must have.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Oryx.BuildImage.Tests
|
||||
namespace Microsoft.Oryx.BuildImage.Tests
|
||||
{
|
||||
internal static class Settings
|
||||
{
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.BuildImage.Tests
|
||||
namespace Microsoft.Oryx.BuildImage.Tests
|
||||
{
|
||||
public class VersionInformationTest
|
||||
{
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.Oryx.Common.Utilities;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using System;
|
||||
using System.IO;
|
||||
using Xunit;
|
||||
|
||||
namespace Oryx.Common.Utilities.Test
|
||||
namespace Microsoft.Oryx.Common.Utilities.Test
|
||||
{
|
||||
public class OryxDirectoryStructureHelperTest : IClassFixture<TestTempDirTestFixture>
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@ using System.Threading.Tasks;
|
|||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.AksTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.AksTests
|
||||
{
|
||||
public class SampleAppsTests : IClassFixture<SampleAppsTests.SampleAppsFixture>
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@ using System.Threading.Tasks;
|
|||
using k8s;
|
||||
using k8s.Models;
|
||||
|
||||
namespace Oryx.Integration.Tests.AksTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.AksTests
|
||||
{
|
||||
static class k8sHelpers
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
internal class Constants
|
||||
{
|
||||
|
|
|
@ -8,11 +8,11 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class DatabaseTestsBase
|
||||
{
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class MSSqlServerDatabaseSetupFixture : IDisposable
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
|||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class MssqlServerIntegrationTests : DatabaseTestsBase, IClassFixture<MSSqlServerDatabaseSetupFixture>
|
||||
{
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class MySqlDatabaseSetupFixture : IDisposable
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
|||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class MySqlIntegrationTests : DatabaseTestsBase, IClassFixture<MySqlDatabaseSetupFixture>
|
||||
{
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class PostgresDatabaseSetupFixture : IDisposable
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
|||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class PostgresIntegrationTests : DatabaseTestsBase, IClassFixture<PostgresDatabaseSetupFixture>
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
|||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class SqliteIntegrationTests : DatabaseTestsBase
|
||||
{
|
||||
|
|
|
@ -7,11 +7,11 @@ using System.IO;
|
|||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.DotnetCore;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class DotnetCoreEndToEndTests
|
||||
{
|
||||
|
|
|
@ -7,11 +7,11 @@ using System.IO;
|
|||
using System.Net.Http;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Integration.Tests.LocalDockerTests
|
||||
namespace Microsoft.Oryx.Integration.Tests.LocalDockerTests
|
||||
{
|
||||
public class EndToEndTests
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
using System;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Text;
|
|||
using k8s;
|
||||
using k8s.Models;
|
||||
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
partial class BuildPod
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
using System;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
using System;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Text;
|
|||
using k8s;
|
||||
using k8s.Models;
|
||||
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
partial class BuildVolumeClaim
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Text;
|
|||
using k8s;
|
||||
using k8s.Models;
|
||||
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
partial class BuildVolume
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
using System;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Text;
|
|||
using k8s;
|
||||
using k8s.Models;
|
||||
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
partial class RunTimeDeployment
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
using System;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Text;
|
|||
using k8s;
|
||||
using k8s.Models;
|
||||
|
||||
namespace Oryx.Integration.Tests.Specs
|
||||
namespace Microsoft.Oryx.Integration.Tests.Specs
|
||||
{
|
||||
partial class RunTimeService
|
||||
{
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.RuntimeImage.Tests
|
||||
namespace Microsoft.Oryx.RuntimeImage.Tests
|
||||
{
|
||||
public class DotnetCoreImageVersionsTest
|
||||
{
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
using System;
|
||||
using Microsoft.Oryx.BuildScriptGenerator.DotnetCore;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.RuntimeImage.Tests
|
||||
namespace Microsoft.Oryx.RuntimeImage.Tests
|
||||
{
|
||||
public class DotnetCoreStartupScriptGenerationTest
|
||||
{
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.RuntimeImage.Tests
|
||||
namespace Microsoft.Oryx.RuntimeImage.Tests
|
||||
{
|
||||
public class NodeImagesTest
|
||||
{
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Oryx.Tests.Common;
|
||||
using Microsoft.Oryx.Tests.Common;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.RuntimeImage.Tests
|
||||
namespace Microsoft.Oryx.RuntimeImage.Tests
|
||||
{
|
||||
public class PythonImagesTest
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
namespace Oryx.RuntimeImage.Tests
|
||||
namespace Microsoft.Oryx.RuntimeImage.Tests
|
||||
{
|
||||
internal class Settings
|
||||
{
|
||||
|
|
|
@ -9,7 +9,7 @@ using System.Diagnostics;
|
|||
using System.Text;
|
||||
using Microsoft.Oryx.Common.Utilities;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class DockerCli
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public static class DockerCliExtensions
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class DockerCommandResult
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@ using System;
|
|||
using System.Diagnostics;
|
||||
using System.Text;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class DockerRunCommandProcessResult
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class DockerRunCommandResult : DockerCommandResult
|
||||
{
|
||||
|
|
|
@ -9,7 +9,7 @@ using System.Reflection;
|
|||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Oryx.Common.Utilities;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class DockerVolume
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
using System.Runtime.InteropServices;
|
||||
using Xunit;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class EnableOnPlatformAttribute : FactAttribute
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ using System.Threading.Tasks;
|
|||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public static class EndToEndTestHelper
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
using System;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class EnvironmentVariable
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
using System.Text;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
/// <summary>
|
||||
/// Builds bash script commands in a single line. Note that this does not add the '#!/bin/bash'.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
using System;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public static class StringExtensions
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Collections;
|
|||
using System.Collections.Generic;
|
||||
using Microsoft.Oryx.BuildScriptGenerator;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class TestEnvironment : IEnvironment
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
using Microsoft.Oryx.BuildScriptGenerator;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class TestEnvironmentSettingsProvider : IEnvironmentSettingsProvider
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace Oryx.Tests.Common
|
||||
namespace Microsoft.Oryx.Tests.Common
|
||||
{
|
||||
public class TestTempDirTestFixture : IDisposable
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче