|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILDAPDataSet | |
---|---|
com.btmatthews.ldapunit | The abstract base classes and concrete implementations for the Mojos that implement the goals of the plugin are defined in this package. |
com.btmatthews.ldapunit.impl | The abstract base classes and concrete implementations for the Mojos that implement the goals of the plugin are defined in this package. |
Uses of ILDAPDataSet in com.btmatthews.ldapunit |
---|
Methods in com.btmatthews.ldapunit that return ILDAPDataSet | |
---|---|
ILDAPDataSet |
ILDAPDataSource.load(java.lang.String name)
|
Methods in com.btmatthews.ldapunit with parameters of type ILDAPDataSet | |
---|---|
protected void |
LDAPUnitTestCase.assertContains(java.lang.String queryString,
ILDAPDataSet dataSet)
|
protected void |
LDAPUnitTestCase.assertMatches(java.lang.String queryString,
ILDAPDataSet dataSet)
|
Uses of ILDAPDataSet in com.btmatthews.ldapunit.impl |
---|
Methods in com.btmatthews.ldapunit.impl with parameters of type ILDAPDataSet | |
---|---|
static boolean |
LDAPDataSetAssertions.assertCardinality(int n,
ILDAPDataSet a)
Assert that the cardinality of set a is n . |
static boolean |
LDAPDataSetAssertions.assertEquals(ILDAPDataSet a,
ILDAPDataSet b)
Asserts that sets a and b are equivalent. |
static boolean |
LDAPDataSetAssertions.assertProperSubSetOf(ILDAPDataSet a,
ILDAPDataSet b)
Asserts that a is a proper subset of b . |
static boolean |
LDAPDataSetAssertions.assertSubSetOf(ILDAPDataSet a,
ILDAPDataSet b)
Asserts that a is a subset of b . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |