Commit 1871a8b
committed
Help certain callers of the TestUtils class
In certain components, it is very convenient to have utility methods for
testing data structures involving temporary directories. For example,
the updater tests want to create a temporary directory for the
ImageJ.app/ directory, another one for the update site, and then bundle
them into a FilesCollection data structure. Such methods are typically
stored in classes with the suffix ...TestUtils, so let's special-case
those classes and ignore them when trying to figure out the call site.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent e6ca650 commit 1871a8b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments