| | |
| | | SearchResultEntry result = to(entry); |
| | | assertThat(result.getName().toString()).isEqualTo(entry.getName().toString()); |
| | | assertThat(result.getControls()).hasSize(entry.getControls().size()); |
| | | assertThat(result.getAttributes()).hasSize(2); |
| | | assertThat(result.getAllAttributes()).hasSize(2); |
| | | } |
| | | |
| | | /** |
| | |
| | | |
| | | org.opends.server.types.Entry result = to(entry); |
| | | assertThat(result.getName().toString()).isEqualTo(entry.getName().toString()); |
| | | assertThat(result.getAttributes()).hasSize(2); |
| | | assertThat(result.getAllAttributes()).hasSize(2); |
| | | } |
| | | |
| | | @Test |