Registry / testing / spring-ldap-test

spring-ldap-test

JSON →
library4.0.3javamavenunverified

Spring LDAP Test provides testing utilities for Spring LDAP applications.

<dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-test</artifactId> <version>4.0.3</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-LDAP-TEST
S
spring-ldap-test
testingjavav4.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LdapTestUtils
✓ org.springframework.ldap.test.LdapTestUtils

Start an embedded LDAP server for testing.

import org.springframework.ldap.test.LdapTestUtils; import com.unboundid.ldap.listener.InMemoryDirectoryServer; public class Example { public static void main(String[] args) throws Exception { InMemoryDirectoryServer server = LdapTestUtils.initEmbeddedServer("dc=example,dc=com"); System.out.println("Embedded LDAP server started"); server.shutDown(true); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
8
Resources
spring-ldap-test — mvn dependency:get spring-ldap-test · libregistry