Skip to content

Commit

Permalink
fix shipping api files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRossignoli committed Nov 12, 2021
1 parent 0b5add8 commit fd50d70
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,15 @@ Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunChangedEventArgs.N
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunChangedEventArgs.TestRunChangedEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult> newTestResults, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase> activeTests) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunChangedEventArgs.TestRunStatistics.get -> Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector> runDataCollectors, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.RunDataCollectors.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.AttachmentSets.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.ElapsedTimeInRunningTests.get -> System.TimeSpan
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.Error.get -> System.Exception
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.IsAborted.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.IsCanceled.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.Metrics.get -> System.Collections.Generic.IDictionary<string, object>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.Metrics.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunStatistics.get -> Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria.AdapterSourceMap.get -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.IEnumerable<string>>
Expand Down Expand Up @@ -872,3 +873,14 @@ static readonly Microsoft.VisualStudio.TestPlatform.ObjectModel.UapConstants.Uap
virtual Microsoft.VisualStudio.TestPlatform.ObjectModel.TestObject.Properties.get -> System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty>
virtual Microsoft.VisualStudio.TestPlatform.ObjectModel.TestObject.ProtectedGetPropertyValue(Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty property, object defaultValue) -> object
virtual Microsoft.VisualStudio.TestPlatform.ObjectModel.TestObject.ProtectedSetPropertyValue(Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty property, object value) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.RunDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.get -> System.Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.set -> void

Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,8 @@ static Microsoft.VisualStudio.TestPlatform.ObjectModel.Utilities.XmlRunSettingsU
static readonly Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.RequestId.Empty -> Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.RequestId
virtual Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectionLogger.LogException(Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectionContext context, System.Exception ex, Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorMessageLevel level) -> void
virtual Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollector.Dispose(bool disposing) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.DataCollectorAttachmentProcessorAttribute(System.Type type) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.Type.get -> System.Type


Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.RunDataCollectors.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector> runDataCollectors, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.DataCollectorAttachmentProcessorAttribute(System.Type type) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.Type.get -> System.Type
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.RunDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.get -> System.Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.set -> void

Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.RunDataCollectors.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector> runDataCollectors, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.DataCollectorAttachmentProcessorAttribute(System.Type type) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.Type.get -> System.Type
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.RunDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.get -> System.Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.set -> void

Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.RunDataCollectors.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector> runDataCollectors, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.DataCollectorAttachmentProcessorAttribute(System.Type type) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.Type.get -> System.Type
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.RunDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.get -> System.Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.set -> void

Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.RunDataCollectors.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector> runDataCollectors, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.DataCollectorAttachmentProcessorAttribute(System.Type type) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.Type.get -> System.Type
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.RunDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.get -> System.Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.set -> void

Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.RunDataCollectors.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector> runDataCollectors, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.DataCollectorAttachmentProcessorAttribute(System.Type type) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectorAttachmentProcessorAttribute.Type.get -> System.Type
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.RunDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.get -> System.Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.set -> void

Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.RunDataCollectors.get -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector>
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCompleteEventArgs.TestRunCompleteEventArgs(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics stats, bool isCanceled, bool isAborted, System.Exception error, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet> attachmentSets, System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector> runDataCollectors, System.TimeSpan elapsedTime) -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.AssemblyQualifiedName.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.get -> string
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.FilePath.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.get -> bool
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.HasAttachmentProcessor.set -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.RunDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.get -> System.Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel.RunDataCollector.Uri.set -> void

Loading

0 comments on commit fd50d70

Please sign in to comment.