File tree 3 files changed +3
-6
lines changed
url-updater/src/test/java/com/devonfw/tools/ide/url/tool
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- package com .devonfw .urls .tool .pip ;
1
+ package com .devonfw .tools . ide . url .tool .pip ;
2
2
3
3
import static com .github .tomakehurst .wiremock .client .WireMock .aResponse ;
4
4
import static com .github .tomakehurst .wiremock .client .WireMock .any ;
16
16
import com .devonfw .tools .ide .url .model .file .json .UrlStatus ;
17
17
import com .devonfw .tools .ide .url .model .folder .UrlRepository ;
18
18
import com .devonfw .tools .ide .url .tool .AbstractUrlUpdaterTest ;
19
- import com .devonfw .tools .ide .url .tool .pip .PipUrlUpdater ;
20
- import com .devonfw .tools .ide .url .tool .pip .PipUrlUpdaterMock ;
21
19
import com .github .tomakehurst .wiremock .junit5 .WireMockRuntimeInfo ;
22
20
import com .github .tomakehurst .wiremock .junit5 .WireMockTest ;
23
21
Original file line number Diff line number Diff line change 1
- package com .devonfw .urls .tool .python ;
1
+ package com .devonfw .tools . ide . url .tool .python ;
2
2
3
- import com .devonfw .tools .ide .url .tool .python .PythonUrlUpdater ;
4
3
import com .github .tomakehurst .wiremock .junit5 .WireMockRuntimeInfo ;
5
4
6
5
/**
Original file line number Diff line number Diff line change 1
- package com .devonfw .urls .tool .python ;
1
+ package com .devonfw .tools . ide . url .tool .python ;
2
2
3
3
import static com .github .tomakehurst .wiremock .client .WireMock .aResponse ;
4
4
import static com .github .tomakehurst .wiremock .client .WireMock .any ;
You can’t perform that action at this time.
0 commit comments