Changeset 505
- Timestamp:
- Apr 23, 2010, 10:35:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/AppConfigServiceTests.groovy
r234 r505 6 6 class AppConfigServiceTests extends GrailsUnitTestCase { 7 7 8 def appConfigService // not automatically injected, assignment is bellow. 8 // Not automatically injected, assignment is bellow. 9 def appConfigService 9 10 10 11 // Some test data. … … 24 25 mockForConstraintsTests(AppConfig) 25 26 26 // Mock logging with debug enabled/disabled , then get an instance of the service.27 // Mock logging with debug enabled/disabled. 27 28 mockLogging(AppConfigService, true) 29 30 // Get an instance of the service. 28 31 appConfigService = new AppConfigService() 29 32 }
Note: See TracChangeset
for help on using the changeset viewer.