public class JcrServiceTest extends Object
| Constructor and Description |
|---|
JcrServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testWorkspace()
Ensure that
JcrService returns the workspace for the long form repository ids (e.g. |
public JcrServiceTest()
public void testWorkspace()
JcrService returns the workspace for the long form repository ids (e.g. "repositoryName:workspace") and
null for the short form (e.g. "repositoryName"). For example, "foo" should return null, and "foo:bar"
should return "bar".Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.