com.atlassian.crowd.acceptance.harness
Class ConfigurationFromFileCrowdAcceptanceTestHarness

java.lang.Object
  extended by com.atlassian.crowd.acceptance.harness.ConfigurationFromFileCrowdAcceptanceTestHarness

public class ConfigurationFromFileCrowdAcceptanceTestHarness
extends Object

This suite runs tests to assess the behaviour of Crowd when the configuration is read from property files, and not from the database. Since the configuration is read-only, the tests cannot restore it to a known state, therefore they rely on another suite to produce the property files from a known database state. However, in order to demonstrate that the configuration specified in the file actually takes precedence over the contents of the database, the tests of this suite assume that the property files have been patched (see src/main/patch).

See Also:
FreezeConfigurationCrowdAcceptanceTestHarness

Nested Class Summary
static class ConfigurationFromFileCrowdAcceptanceTestHarness.RestCrowdClientTestNoRestore
           
 
Constructor Summary
ConfigurationFromFileCrowdAcceptanceTestHarness()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFromFileCrowdAcceptanceTestHarness

public ConfigurationFromFileCrowdAcceptanceTestHarness()


Copyright © 2013 Atlassian. All Rights Reserved.