class test resolver
class test store
override boolean exists(immutable list[string] path)
override string read string(immutable list[string] path)
override void write string(immutable list[string] path, string new value)
override void make catalog(immutable list[string] path)
static CURRENT : test store • new(resource utilCURRENT CATALOG, true) • top()
static ROOT : test store • new(resource utilROOT CATALOG, false) • top()
testcase test file catalogs()
testcase test simple resolve()
testcase test sub catalogs()
testcase test root subdirs()
testcase test parent catalog()