public class JcrTestingUtils extends Object
| Constructor and Description |
|---|
JcrTestingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertIteratorCount(Iterator iterator,
int expectedCount) |
static void |
assertProperty(javax.jcr.Property property,
int expectedType,
Object expectedValue) |
static void |
assertPropertyType(javax.jcr.Property property,
int expectedType) |
public static void assertProperty(javax.jcr.Property property,
int expectedType,
Object expectedValue)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic static void assertPropertyType(javax.jcr.Property property,
int expectedType)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic static void assertIteratorCount(Iterator iterator, int expectedCount)
Copyright © 2014 Tacit Knowledge. All Rights Reserved.