See: Description
| Interface | Description |
|---|---|
| LoadTestRule.LoadTest | |
| RunAsFullyAuthenticatedRule.RunAsUser |
This annotation can be used to mark an individual
Test method for running as a named user. |
| TemporaryMockOverrideTest.AbcService | |
| TemporaryMockOverrideTest.BarService | |
| TemporaryMockOverrideTest.FooService |
| Class | Description |
|---|---|
| AbstractPersonRule |
This class is an abstract base class for JUnit rules which manage the lifecycle of
cm:person
nodes and authentication details for the transient users often required within test code. |
| AlfrescoPeople |
This JUnit rule can be used to setup and teardown a set of Alfresco users for test purposes.
|
| AlfrescoPerson |
This JUnit rule can be used to setup and teardown a single Alfresco user for test purposes.
|
| ApplicationContextInit |
This JUnit rule can be used to bring up a
spring application context. |
| ApplicationContextInitTest |
Test class for
ApplicationContextInit. |
| LoadTestRule |
TODO
|
| RunAsFullyAuthenticatedRule |
This JUnit rule can be used to make test methods run as a particular user.
|
| TemporaryMockOverride |
A JUnit rule designed to help with the automatic revert of test objects with mocked fields.
|
| TemporaryMockOverrideTest |
Test class for
TemporaryMockOverride. |
| TemporaryNodes |
A JUnit rule designed to help with the automatic cleanup of temporary test nodes.
|
| TemporaryNodesTest |
Test class for
TemporaryNodes. |
| TemporarySites |
A JUnit rule designed to help with the automatic cleanup of temporary st:site nodes.
|
| TemporarySites.TestSiteAndMemberInfo |
A simple POJO class to store the
SiteInfo for this site and its initial, automatically created members' usernames. |
| TemporarySitesTest |
Test class for
TemporarySites. |
| WellKnownNodes |
A JUnit rule designed to help with finding well known nodes
in the system.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.