(t *testing.T)
| 159 | } |
| 160 | |
| 161 | func TestResolvePathToFullyExplicit(t *testing.T) { |
| 162 | for _, c := range testCases { |
| 163 | runPathResolvingTestCase(t, ResolvePathToFullyExplicit, c, "") |
| 164 | runPathResolvingTestCase(t, ResolvePathToFullyExplicit, c, "/trailing") |
| 165 | } |
| 166 | } |
| 167 | |
| 168 | func TestResolveExistingPathToFullyExplicit(t *testing.T) { |
| 169 | for _, c := range testCases { |
nothing calls this directly
no test coverage detected
searching dependent graphs…