// we don't want the input fixed to be http://example.com/sg
SchemaGenAux sga = new SchemaGenAux() {
@Override
protected void go( String[] args ) {
go( new SchemagenOptionsImpl( args ) );
}
};
testSchemagenOutput( SOURCE, sga,
new String[] {"-a", "http://example.com/sg#", "--owl", "-i", "file:\\\\C:\\Users\\fubar/vocabs/test.ttl"},
new String[] {".*Vocabulary definitions from file:\\\\\\\\C:\\\\Users\\\\fubar/vocabs/test.ttl.*"},