Modifier and Type | Method and Description |
---|---|
void |
CmisTestProgressMonitor.endGroup(CmisTestGroup group)
Called after a group run ended.
|
void |
CmisTestProgressMonitor.startGroup(CmisTestGroup group)
Called before a new group run starts.
|
Modifier and Type | Method and Description |
---|---|
void |
CmisTestReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
File file)
Creates a new report and writes it to a file.
|
void |
CmisTestReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer)
Creates a new report and writes it to a writer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCmisTestGroup
Base class for test groups.
|
class |
AbstractSessionTestGroup
Base class for test groups that require an OpenCMIS session.
|
class |
WrapperCmisTestGroup
Helper group implementation that just hold one test.
|
Modifier and Type | Method and Description |
---|---|
static void |
JUnitHelper.run(CmisTestGroup group) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmisTestReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
File file) |
void |
CoreHtmlReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer) |
void |
HtmlReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer) |
void |
XmlReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer) |
void |
TextReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer) |
void |
JsonReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer) |
abstract void |
AbstractCmisTestReport.createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
List<CmisTestGroup> |
AbstractRunner.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRunner.addGroup(CmisTestGroup group) |
Modifier and Type | Class and Description |
---|---|
class |
BasicsTestGroup
This test group contains tests that check the CMIS basics such the repository
info or types.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlTestGroup
This test group contains ACL and policy tests.
|
Modifier and Type | Class and Description |
---|---|
class |
CRUDTestGroup
This test group contains simple Create, Read, Update and Delete tests.
|
Modifier and Type | Class and Description |
---|---|
class |
FilingTestGroup
This test group contains multifiling and unfiling tests.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryTestGroup
This test group contains query tests.
|
Modifier and Type | Class and Description |
---|---|
class |
TypesTestGroup
This test group contains tests that check type operations.
|
Modifier and Type | Class and Description |
---|---|
class |
VersioningTestGroup
This test group contains versioning tests.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.