Unit tests for Path.Join overloads (dotnet/corefx#37285)
authorBlake Hensley <jbhensley@users.noreply.github.com>
Fri, 17 May 2019 19:29:18 +0000 (12:29 -0700)
committerAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 17 May 2019 19:29:18 +0000 (12:29 -0700)
commit553631c1b5c444083cbb04ece15c6b6dbe89a404
treecb99aed0916758e986f96f393d6c69e33ffa966b
parenteea18e398c6826f4692727ef73272589150ecf6c
Unit tests for Path.Join overloads (dotnet/corefx#37285)

* Unit tests for Path.Join overloads

* Add more unit tests

* Minor mod to JoinStringArray_8 test

* Add unit test for zero-length array

* Use proper const for zero-len string

* Added unit test for array of one element

* Format fix: missing/extra space

Commit migrated from https://github.com/dotnet/corefx/commit/a4da51f02f194bdedc9320a50aa63b72411488b6
src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.cs
src/libraries/System.Runtime.Extensions/tests/System/IO/PathTests_Join.netcoreapp.cs