Skip to content

Commit 24e32db

Browse files
authored
Mark APIs as shipped (#7683)
2 parents 5e219fd + 60b569a commit 24e32db

File tree

6 files changed

+32
-66
lines changed

6 files changed

+32
-66
lines changed

src/Platform/Microsoft.Testing.Extensions.TrxReport.Abstractions/PublicAPI/PublicAPI.Shipped.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxMessage.TrxMessage(string
2424
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxMessagesProperty
2525
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxMessagesProperty.Messages.get -> Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxMessage![]!
2626
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxMessagesProperty.TrxMessagesProperty(Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxMessage![]! messages) -> void
27+
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName
28+
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName.TestDefinitionName.get -> string!
29+
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName.TrxTestDefinitionName(string! testDefinitionName) -> void
2730
override Microsoft.Testing.Extensions.TrxReport.Abstractions.DebugOrTraceTrxMessage.ToString() -> string!
2831
override Microsoft.Testing.Extensions.TrxReport.Abstractions.StandardErrorTrxMessage.ToString() -> string!
2932
override Microsoft.Testing.Extensions.TrxReport.Abstractions.StandardOutputTrxMessage.ToString() -> string!
3033
override Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxCategoriesProperty.ToString() -> string!
3134
override Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxExceptionProperty.ToString() -> string!
3235
override Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxFullyQualifiedTypeNameProperty.ToString() -> string!
3336
override Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxMessagesProperty.ToString() -> string!
37+
override Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName.ToString() -> string!
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
#nullable enable
2-
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName
3-
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName.TestDefinitionName.get -> string!
4-
Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName.TrxTestDefinitionName(string! testDefinitionName) -> void
5-
override Microsoft.Testing.Extensions.TrxReport.Abstractions.TrxTestDefinitionName.ToString() -> string!

src/Platform/Microsoft.Testing.Platform/PublicAPI/PublicAPI.Shipped.txt

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@
2929
[TPEXP]Microsoft.Testing.Platform.Configurations.IConfigurationSource
3030
[TPEXP]Microsoft.Testing.Platform.Configurations.IConfigurationSource.BuildAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfigurationProvider!>!
3131
[TPEXP]Microsoft.Testing.Platform.Configurations.IConfigurationSource.Order.get -> int
32-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty
33-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.Equals(Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty? other) -> bool
34-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.StandardError.get -> string!
35-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.StandardErrorProperty(string! standardError) -> void
36-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty
37-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.Equals(Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty? other) -> bool
38-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.StandardOutput.get -> string!
39-
[TPEXP]Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.StandardOutputProperty(string! standardOutput) -> void
4032
[TPEXP]Microsoft.Testing.Platform.Extensions.TestFramework.ExecuteRequestContext.ExecuteRequestContext(Microsoft.Testing.Platform.Requests.IRequest! request, Microsoft.Testing.Platform.Messages.IMessageBus! messageBus, Microsoft.Testing.Platform.Requests.IExecuteRequestCompletionNotifier! executeRequestCompletionNotifier, System.Threading.CancellationToken cancellationToken) -> void
33+
[TPEXP]Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostExecutionOrchestrator
34+
[TPEXP]Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostExecutionOrchestrator.OrchestrateTestHostExecutionAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<int>!
35+
[TPEXP]Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorApplicationLifetime
36+
[TPEXP]Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorApplicationLifetime.AfterRunAsync(int exitCode, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
37+
[TPEXP]Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorApplicationLifetime.BeforeRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
38+
[TPEXP]Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorExtension
4139
[TPEXP]Microsoft.Testing.Platform.Helpers.TestApplicationBuilderExtensions
4240
[TPEXP]Microsoft.Testing.Platform.Logging.ILoggerProvider
4341
[TPEXP]Microsoft.Testing.Platform.Logging.ILoggerProvider.CreateLogger(string! categoryName) -> Microsoft.Testing.Platform.Logging.ILogger!
@@ -56,15 +54,12 @@
5654
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation.CommitHash.get -> string?
5755
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation.Name.get -> string!
5856
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation.Version.get -> string?
57+
[TPEXP]Microsoft.Testing.Platform.TestHostOrchestrator.ITestHostOrchestratorManager
58+
[TPEXP]Microsoft.Testing.Platform.TestHostOrchestrator.ITestHostOrchestratorManager.AddTestHostOrchestrator(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostExecutionOrchestrator!>! factory) -> void
59+
[TPEXP]Microsoft.Testing.Platform.TestHostOrchestrator.ITestHostOrchestratorManager.AddTestHostOrchestratorApplicationLifetime(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorApplicationLifetime!>! testHostOrchestratorApplicationLifetimeFactory) -> void
5960
[TPEXP]override Microsoft.Testing.Platform.CommandLine.CommandLineParseResult.Equals(object? obj) -> bool
6061
[TPEXP]override Microsoft.Testing.Platform.CommandLine.CommandLineParseResult.GetHashCode() -> int
6162
[TPEXP]override Microsoft.Testing.Platform.CommandLine.CommandLineParseResult.ToString() -> string!
62-
[TPEXP]override Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.Equals(object? obj) -> bool
63-
[TPEXP]override Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.GetHashCode() -> int
64-
[TPEXP]override Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.ToString() -> string!
65-
[TPEXP]override Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.Equals(object? obj) -> bool
66-
[TPEXP]override Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.GetHashCode() -> int
67-
[TPEXP]override Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.ToString() -> string!
6863
[TPEXP]static Microsoft.Testing.Platform.Capabilities.TestFramework.TestFrameworkCapabilitiesExtensions.GetCapability<T>(this Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities! capabilities) -> T?
6964
[TPEXP]static Microsoft.Testing.Platform.Capabilities.TestFramework.TestFrameworkCapabilitiesExtensions.HasCapability<T>(this Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities! capabilities) -> bool
7065
[TPEXP]static Microsoft.Testing.Platform.CommandLine.CommandLineParseResult.Empty.get -> Microsoft.Testing.Platform.CommandLine.CommandLineParseResult!
@@ -88,6 +83,7 @@ Microsoft.Testing.Platform.Builder.ITestApplicationBuilder.Logging.get -> Micros
8883
Microsoft.Testing.Platform.Builder.ITestApplicationBuilder.RegisterTestFramework(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!>! capabilitiesFactory, System.Func<Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!, System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!>! frameworkFactory) -> Microsoft.Testing.Platform.Builder.ITestApplicationBuilder!
8984
Microsoft.Testing.Platform.Builder.ITestApplicationBuilder.TestHost.get -> Microsoft.Testing.Platform.TestHost.ITestHostManager!
9085
Microsoft.Testing.Platform.Builder.ITestApplicationBuilder.TestHostControllers.get -> Microsoft.Testing.Platform.TestHostControllers.ITestHostControllersManager!
86+
Microsoft.Testing.Platform.Builder.ITestApplicationBuilder.TestHostOrchestrator.get -> Microsoft.Testing.Platform.TestHostOrchestrator.ITestHostOrchestratorManager!
9187
Microsoft.Testing.Platform.Builder.TestApplication
9288
Microsoft.Testing.Platform.Builder.TestApplication.Dispose() -> void
9389
Microsoft.Testing.Platform.Builder.TestApplication.RunAsync() -> System.Threading.Tasks.Task<int>!
@@ -233,6 +229,14 @@ Microsoft.Testing.Platform.Extensions.Messages.SessionFileArtifact.SessionFileAr
233229
Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty
234230
Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty.Equals(Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty? other) -> bool
235231
Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty.SkippedTestNodeStateProperty(string? explanation = null) -> void
232+
Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty
233+
Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.Equals(Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty? other) -> bool
234+
Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.StandardError.get -> string!
235+
Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.StandardErrorProperty(string! standardError) -> void
236+
Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty
237+
Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.Equals(Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty? other) -> bool
238+
Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.StandardOutput.get -> string!
239+
Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.StandardOutputProperty(string! standardOutput) -> void
236240
Microsoft.Testing.Platform.Extensions.Messages.StepTimingInfo
237241
Microsoft.Testing.Platform.Extensions.Messages.StepTimingInfo.Description.get -> string!
238242
Microsoft.Testing.Platform.Extensions.Messages.StepTimingInfo.Equals(Microsoft.Testing.Platform.Extensions.Messages.StepTimingInfo? other) -> bool
@@ -331,7 +335,7 @@ Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework.CloseTestSess
331335
Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework.CreateTestSessionAsync(Microsoft.Testing.Platform.Extensions.TestFramework.CreateTestSessionContext! context) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.TestFramework.CreateTestSessionResult!>!
332336
Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework.ExecuteRequestAsync(Microsoft.Testing.Platform.Extensions.TestFramework.ExecuteRequestContext! context) -> System.Threading.Tasks.Task!
333337
Microsoft.Testing.Platform.Extensions.TestHost.ITestHostApplicationLifetime
334-
Microsoft.Testing.Platform.Extensions.TestHost.ITestHostApplicationLifetime.AfterRunAsync(int exitCode, System.Threading.CancellationToken cancellation) -> System.Threading.Tasks.Task!
338+
Microsoft.Testing.Platform.Extensions.TestHost.ITestHostApplicationLifetime.AfterRunAsync(int exitCode, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
335339
Microsoft.Testing.Platform.Extensions.TestHost.ITestHostApplicationLifetime.BeforeRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
336340
Microsoft.Testing.Platform.Extensions.TestHost.ITestHostExtension
337341
Microsoft.Testing.Platform.Extensions.TestHost.ITestSessionLifetimeHandler
@@ -358,8 +362,8 @@ Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessInform
358362
Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessInformation.PID.get -> int
359363
Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler
360364
Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler.BeforeTestHostProcessStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
361-
Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler.OnTestHostProcessExitedAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessInformation! testHostProcessInformation, System.Threading.CancellationToken cancellation) -> System.Threading.Tasks.Task!
362-
Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler.OnTestHostProcessStartedAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessInformation! testHostProcessInformation, System.Threading.CancellationToken cancellation) -> System.Threading.Tasks.Task!
365+
Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler.OnTestHostProcessExitedAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessInformation! testHostProcessInformation, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
366+
Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler.OnTestHostProcessStartedAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessInformation! testHostProcessInformation, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
363367
Microsoft.Testing.Platform.Extensions.TestHostControllers.OwnedEnvironmentVariable
364368
Microsoft.Testing.Platform.Extensions.TestHostControllers.OwnedEnvironmentVariable.OwnedEnvironmentVariable(Microsoft.Testing.Platform.Extensions.IExtension! owner, string! variable, string? value, bool isSecret, bool isLocked) -> void
365369
Microsoft.Testing.Platform.Extensions.TestHostControllers.OwnedEnvironmentVariable.Owner.get -> Microsoft.Testing.Platform.Extensions.IExtension!
@@ -500,6 +504,12 @@ override Microsoft.Testing.Platform.Extensions.Messages.SessionFileArtifact.ToSt
500504
override Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty.Equals(object? obj) -> bool
501505
override Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty.GetHashCode() -> int
502506
override Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty.ToString() -> string!
507+
override Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.Equals(object? obj) -> bool
508+
override Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.GetHashCode() -> int
509+
override Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty.ToString() -> string!
510+
override Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.Equals(object? obj) -> bool
511+
override Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.GetHashCode() -> int
512+
override Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty.ToString() -> string!
503513
override Microsoft.Testing.Platform.Extensions.Messages.StepTimingInfo.Equals(object? obj) -> bool
504514
override Microsoft.Testing.Platform.Extensions.Messages.StepTimingInfo.GetHashCode() -> int
505515
override Microsoft.Testing.Platform.Extensions.Messages.StepTimingInfo.ToString() -> string!

0 commit comments

Comments
 (0)