package org.pentaho.platform.web.http.api.resources.proxies; import org.pentaho.test.BeanTester; public class BlockStatusProxyTest extends BeanTester { public BlockStatusProxyTest() { super( BlockStatusProxy.class ); } }