public function testConstructAndSanity()
 {
     $uploadBrowseProxy = new UploadBrowseProxy($this->groupId, UserDao::USER, $this->testDb->getDbManager(), true);
     assertThat($uploadBrowseProxy, is(anInstanceOf(UploadBrowseProxy::classname())));
 }