com.seventytwomiles.architecturerules.services
Interface RulesService

All Known Implementing Classes:
RulesServiceImpl

public interface RulesService

Interface for RuleService implementations to adhere to. This service provides the methods necessary to assert that Rules are not violated.

Author:
mikenereson

Method Summary
 boolean performRulesTest()
          Assert that no Rule in the given Configuration has been violated.
 

Method Detail

performRulesTest

boolean performRulesTest()

Assert that no Rule in the given Configuration has been violated.

Returns:
boolean true when tests pass


Copyright © 2008. All Rights Reserved.