aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Networking.Tests/NetworkTesting
AgeCommit message (Collapse)Author
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-01Bump Moq from 4.16.0 to 4.16.1dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.16.0 to 4.16.1. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.16.0...v4.16.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27Merge pull request #5181 from BaronGreenback/Fix_IPHostIP6ParsingClaus Vium
2021-02-27Merge pull request #5274 from BaronGreenback/bindfixClaus Vium
2021-02-22Bump coverlet.collector from 3.0.2 to 3.0.3dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-21Fixed test data.BaronGreenback
2021-02-21Merge branch 'master' into bindfixBaronGreenback
2021-02-21Fix testingBaronGreenback
2021-02-07Fixed IP6 host parsingBaronGreenback
2021-01-25Bump coverlet.collector from 3.0.1 to 3.0.2dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-23Bump Moq from 4.15.2 to 4.16.0dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.15.2 to 4.16.0. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.15.2...v4.16.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18Bump coverlet.collector from 3.0.0 to 3.0.1dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-16Merge pull request #4970 from BaronGreenback/networkTestCorrectionJoshua M. Boniface
2021-01-11Bump coverlet.collector from 1.3.0 to 3.0.0dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 1.3.0 to 3.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06Update NetworkParseTests.csBaronGreenback
2020-12-10Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.8.3. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.8.0...v16.8.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30Bump Moq from 4.15.1 to 4.15.2dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.15.1 to 4.15.2. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/commits/v4.15.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-24[Fix] NetworkManager binding to [::] (#4549)BaronGreenback
* Autodiscovery enable/disable patch * Fixed [::] issue on bind. Altered test. * Update UdpServerEntryPoint.cs * Update Jellyfin.Networking.Tests.csproj * Update Jellyfin.Networking.Tests.csproj * Update INetworkManager.cs
2020-11-21Better named tests methods.Greenback
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21renamed file.Greenback
2020-11-21changesGreenback
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-16Updated tests to .Net5Greenback
2020-11-04amended testing unit.Greenback
2020-10-31Fixed testing unitsGreenback
2020-10-31Updated with new NetManagerGreenback