@BeforeClass
public static void setUp() throws CRException {
CRConfigUtil config = HSQLTestConfigFactory.getDefaultHSQLConfiguration(RESTBinaryContainerTest.class.getName());
config.set("rp.1.rpClass", "com.gentics.cr.CRRequestProcessor");
container = new RESTBinaryContainer(config);
testHandler = new HSQLTestHandler(config.getRequestProcessorConfig(1));
CRResolvableBean testBean = new CRResolvableBean();
testBean.setObj_type("10008");
byte[] file = testHandler.getFileAsByteArray("picture.png");