public TestDescriptor build() { return build(new AbstractTestDescriptor(UniqueId.root("root", "test"), "test root") { @Override public Type getType() { return Type.CONTAINER; } }); }