SchemaTestBuilder builder
= new SchemaTestBuilder(WidgetsTestCase.class, XDIMESchemata.ALL_XDIME2_SCHEMATA);
builder.addInvalidDocument("xml/no-such-widget.xdime",
new NoDeclarationFor("widget:no-such-widget"));
// Uncomment all tests when the schema is fixed
// builder.addValidDocument("xml/autocomplete.xdime");
builder.addValidDocument("xml/carousel.xdime");
builder.addValidDocument("xml/date-picker.xdime");