Adding more comprehensive tests #169
Annotations
27 errors and 30 warnings
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
macOS (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
macOS (Debug)
Process completed with exit code 1.
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Debug):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Debug)
Process completed with exit code 1.
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L55
'AutomatedAppCommandTests.TestApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElement(Action<IBy>)'
|
Windows (Release):
test/DeviceRunners.UIAutomation.Tests/Commands/AutomatedAppCommandTests.cs#L73
'AutomatedAppCommandTests.AnotherApp' does not implement interface member 'IContainsElements.FindElements(Action<IBy>)'
|
Windows (Release)
Process completed with exit code 1.
|
macOS (Debug):
test/TestProject.Tests/XunitTests.cs#L36
Theory method 'DataTest' on test class 'XunitTests' does not use parameter 'number'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
macOS (Debug):
src/DeviceRunners.UIAutomation.Appium/AppiumAutomatedApp.cs#L28
Possible null reference return.
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L61
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L71
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L76
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L81
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L88
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L101
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L39
Dereference of a possibly null reference.
|
macOS (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L55
Nullability of reference types in type of parameter 'sender' of 'void FilteredCollectionView<T, TFilterArg>.DataSource_ItemChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
|
Windows (Debug):
test/TestProject.Tests/XunitTests.cs#L36
Theory method 'DataTest' on test class 'XunitTests' does not use parameter 'number'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L61
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L71
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L76
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L81
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L88
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L101
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Testing/Channels/TrxResultChannelFormatter.cs#L99
Possible null reference assignment.
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Testing/Channels/TrxResultChannelFormatter.cs#L101
Possible null reference assignment.
|
Windows (Debug):
src/DeviceRunners.VisualRunners/Testing/Channels/TrxResultChannelFormatter.cs#L120
Converting null literal or possible null value to non-nullable type.
|
Windows (Release):
test/TestProject.Tests/XunitTests.cs#L36
Theory method 'DataTest' on test class 'XunitTests' does not use parameter 'number'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Windows (Release):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L61
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
|
Windows (Release):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L71
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
Windows (Release):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L76
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
Windows (Release):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L81
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
|
Windows (Release):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L88
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
|
Windows (Release):
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L101
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
|
Windows (Release):
src/DeviceRunners.VisualRunners/Testing/Channels/TrxResultChannelFormatter.cs#L99
Possible null reference assignment.
|
Windows (Release):
src/DeviceRunners.VisualRunners/Testing/Channels/TrxResultChannelFormatter.cs#L101
Possible null reference assignment.
|
Windows (Release):
src/DeviceRunners.VisualRunners/Testing/Channels/TrxResultChannelFormatter.cs#L120
Converting null literal or possible null value to non-nullable type.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Logs - Windows (Debug)
Expired
|
8.22 MB |
|
Logs - Windows (Release)
Expired
|
9.89 MB |
|
Logs - macOS (Debug)
Expired
|
7.4 MB |
|