CheckRemoteItems checks the remote fs with proper precision to see if it has the expected items.
(t *testing.T, items ...Item)
| 342 | // CheckRemoteItems checks the remote fs with proper precision |
| 343 | // to see if it has the expected items. |
| 344 | func (r *Run) CheckRemoteItems(t *testing.T, items ...Item) { |
| 345 | CheckItemsWithPrecision(t, r.Fremote, r.Precision, items...) |
| 346 | } |
| 347 | |
| 348 | // CheckLocalListing checks the local fs with proper precision |
| 349 | // to see if it has the expected contents. |