com.seventytwomiles.architecturerules.services
Interface RulesService

All Known Implementing Classes:
RulesServiceImpl

public interface RulesService

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

Author:
mikenereson

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

Method Detail

performRulesTest

boolean performRulesTest()

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

Returns:
boolean true when tests pass


Copyright © 2007. All Rights Reserved.