You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In config and config/data, we typically store test data as well as other files. There is right now no way for an XLT user to programmatically get these locations without accessing properties and making the path up themselves.
Extend XltProperties to return a Path to config as well as a Path to config/data.
XltProperties.getConfigDirectory()
XltProperties.getDataDirectory()
The text was updated successfully, but these errors were encountered:
In
config
andconfig/data
, we typically store test data as well as other files. There is right now no way for an XLT user to programmatically get these locations without accessing properties and making the path up themselves.Extend
XltProperties
to return aPath
to config as well as aPath
toconfig/data
.The text was updated successfully, but these errors were encountered: