Issues
- Base Model and Interceptor Tests where overriding application.wirebox in integration testsCOLDBOX-1211Resolved issue: COLDBOX-1211Luis Majano
- Decorated Controllers do not extend the currently configured ControllerCOLDBOX-1198Luis Majano
- New getEnv() method on the base test class to get access to the env delegate for inquiring for env and java propertiesCOLDBOX-1174Resolved issue: COLDBOX-1174Luis Majano
- Reuse existing controller in getMockRequestContext()COLDBOX-1157Resolved issue: COLDBOX-1157Luis Majano
- this.unloadColdBox is false now as the default thanks to the virtual test appCOLDBOX-1152Resolved issue: COLDBOX-1152Luis Majano
- virtual app controller scoping is missing on ocassion due to this.load|unload flagsCOLDBOX-1150Resolved issue: COLDBOX-1150Luis Majano
- Remove HandlerTestCase as it is no longer in usage.COLDBOX-1135Resolved issue: COLDBOX-1135Luis Majano
- New virtual app was always starting up the virtual coldbox app instead of checking if it was running alreadyCOLDBOX-1132Resolved issue: COLDBOX-1132Luis Majano
- lucee async tests where being skipped due to missing engine checkCOLDBOX-1122Resolved issue: COLDBOX-1122Luis Majano
- New coldobx.system.testing.VirtualApp object that can startup,restart and shutdown Virtual Testing ApplicationsCOLDBOX-1113Resolved issue: COLDBOX-1113Luis Majano
- RestHandler Try/Catches Break In Testbox When RunEvent() is CalledCOLDBOX-1092Resolved issue: COLDBOX-1092Luis Majano
- fix lastBusinessDay tests to reflect if the now is the actual last business day of the monthCOLDBOX-1021Resolved issue: COLDBOX-1021Luis Majano
- Custom matchers debug() function not found since it's injected in isolationCOLDBOX-1004Resolved issue: COLDBOX-1004Luis Majano
- Random bug dealing with integration testing when dealing with routes vs direct eventsCOLDBOX-961Resolved issue: COLDBOX-961Luis Majano
- New ColdBox CustomMatchers object found at coldbox.system.testing.CustomMatchers which is loaded on all testsCOLDBOX-959Resolved issue: COLDBOX-959Luis Majano
- Store the test case metadata on `variables.metadata` so it can be reused by any helper within test operationsCOLDBOX-958Resolved issue: COLDBOX-958Luis Majano
- New autowire annotation or `variables.autowire` on integration tests so coldbox will autowire the test with dependencies via WireBoxCOLDBOX-957Resolved issue: COLDBOX-957Luis Majano
- Improved safety reset for base test caseCOLDBOX-933Resolved issue: COLDBOX-933Luis Majano
- Use relocate and setNextEvent status codes in getStatusCode for testing integrationCOLDBOX-846Resolved issue: COLDBOX-846Luis Majano
- Add TestBox 3 and code coverage to the coreCOLDBOX-782Resolved issue: COLDBOX-782Luis Majano
- getRenderData() in base test case was not looking at the right request collectionCOLDBOX-729Resolved issue: COLDBOX-729Javier Quintero
- Passing headers to `request` breaks RoutingService when in test modeCOLDBOX-696Resolved issue: COLDBOX-696Luis Majano
- New semantic http test methods for integration testing: get(), post(), put(), patch(), delete()COLDBOX-655Resolved issue: COLDBOX-655Eric Peterson
- Subdomain Routing: allow for matching URL patterns to domains and sub-domain parts; great for multi-tenant appsCOLDBOX-652Resolved issue: COLDBOX-652Eric Peterson
- Set default status code for invalid event and exceptionsCOLDBOX-651Resolved issue: COLDBOX-651Luis Majano
- Add `getRenderData` and `getStatusCode` helpers to Integration TestingCOLDBOX-643Resolved issue: COLDBOX-643Eric Peterson
- /tests/readme.md has old instructionsCOLDBOX-641Resolved issue: COLDBOX-641Samuel W. Knowlton
- Ability to test the resolution of routes via integration testing; new method: resolveRoute()COLDBOX-632Resolved issue: COLDBOX-632Luis Majano
- Reset the response when calling setup in integration testing to avoid duplicate headersCOLDBOX-598Resolved issue: COLDBOX-598Luis Majano
- Move Testing Lifecycle Methods to annotation methods to prevent accidental overridingCOLDBOX-591Resolved issue: COLDBOX-591Luis Majano
- You can return the `event` object from handlers and it will now be ignored for simple evaluationsCOLDBOX-579Resolved issue: COLDBOX-579Luis Majano
- Base test case doesn't allow inherited annotationsCOLDBOX-567Resolved issue: COLDBOX-567Brad Wood
- BaseTestCase execute() with eventArgs when using aroundHandlerCOLDBOX-566Resolved issue: COLDBOX-566Luis Majano
- Bypass the SES interceptor when executing the default event in integration testsCOLDBOX-549Resolved issue: COLDBOX-549Eric Peterson
- execute() in BaseTestCase now uses the default event (defined in config/ColdBox.cfc) if / is passed in as the routeCOLDBOX-531Resolved issue: COLDBOX-531Eric Peterson
- new convenience method on testing request context to retrieve rendered content: getRenderedContent()COLDBOX-501Resolved issue: COLDBOX-501Luis Majano
- Add a new 'route,querystring' argument to the 'execute' method to allow for SES route testingCOLDBOX-492Resolved issue: COLDBOX-492Eric Peterson
- Add a test browser by default to the test harnessCOLDBOX-483Resolved issue: COLDBOX-483Luis Majano
- Update testing docs for collaboration and update core for CommandBox developmentCOLDBOX-477Resolved issue: COLDBOX-477Luis Majano
- Ability to test ORM entities with base cases if loading ColdBox or using entity injectionCOLDBOX-455Resolved issue: COLDBOX-455Luis Majano
- Create a new testing annotation to control if application should be teardown in integration testsCOLDBOX-449Resolved issue: COLDBOX-449Luis Majano
- Add session and application timeouts to testing harnessesCOLDBOX-448Resolved issue: COLDBOX-448Luis Majano
- Error handling tries to pass a number to a function that expects a structCOLDBOX-305Resolved issue: COLDBOX-305Luis Majano
- Migrated all testing core features to TestBoxCOLDBOX-235Resolved issue: COLDBOX-235Luis Majano
- Register all base test cases as interceptors automatically when doing integration testingCOLDBOX-200Resolved issue: COLDBOX-200Luis Majano
- Integration testing execute() method now can render the results of the request by passing *renderResults=true* as an argument. This will create a cbox_rendered_content variable in the RC for you to assert the renderingsCOLDBOX-179Resolved issue: COLDBOX-179Luis Majano
- New Testing Decorator: ORMTransactionRollback that will automatically transaction and rollback your test methods using ColdBox ORM ServicesCOLDBOX-178Resolved issue: COLDBOX-178Luis Majano
- BaseTestCase new method: getMockController() that returns a mocked controller objectCOLDBOX-173Resolved issue: COLDBOX-173Luis Majano
48 of 48
Base Model and Interceptor Tests where overriding application.wirebox in integration tests
Fixed
Description
Created April 17, 2023 at 9:48 PM
Updated April 17, 2023 at 9:49 PM
Resolved April 17, 2023 at 9:49 PM
Activity
Show:
Base Model and Interceptor Tests where overriding application.wirebox in integration tests