You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# embedded-ldap-junit
2
2
[](https://travis-ci.org/zapodot/embedded-ldap-junit)[](https://coveralls.io/r/zapodot/embedded-ldap-junit)[](https://maven-badges.herokuapp.com/maven-central/org.zapodot/embedded-ldap-junit)[](https://libraries.io/github/zapodot/embedded-ldap-junit)[](https://github.com/zapodot/embedded-ldap-junit/blob/master/LICENSE)[](https://github.com/igrigorik/ga-beacon)
3
3
4
-
A [JUnit Rule](//github.com/junit-team/junit/wiki/Rules) for running an embedded LDAP server in your JUnit test based on the wonderful [UnboundID LDAP SDK](https://www.ldap.com/unboundid-ldap-sdk-for-java). Inspired by the [Embedded Database JUnit Rule](//github.com/zapodot/embedded-db-junit).
4
+
A [JUnit 4 Rule](//github.com/junit-team/junit/wiki/Rules) and [JUnit 5 Extension](https://junit.org/junit5/docs/current/user-guide/#extensions) for running an embedded LDAP server in your JUnit test based on the wonderful [UnboundID LDAP SDK](https://www.ldap.com/unboundid-ldap-sdk-for-java). Inspired by the [Embedded Database JUnit Rule](//github.com/zapodot/embedded-db-junit).
5
5
6
6
## Why?
7
7
* you want to test your LDAP integration code without affecting your LDAP server
@@ -46,7 +46,9 @@ Java 8 or higher is required. It has proven pretty useful for several users and
* Sets the credentials to be used to authenticate. If not set, it will default to the value of the {@link #DEFAULT_BIND_CREDENTIALS DEFAULT_BIND_CREDENTIALS} field
92
-
*
93
-
* @param bindCredentials a password string
94
-
* @return same EmbeddedLdapRuleBuilder instance with the bindCredentials field set
0 commit comments