more fixes to build process #388
GitHub Actions / Test Results
succeeded
Sep 27, 2023 in 0s
All 1 108 tests pass in 1m 6s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
1108 tests found (test 1 to 534)
There are 1108 tests, see "Raw output" for the list of tests 1 to 534.
Raw output
tests.specs.EventHandlerTest ‑ Event Handler can load up mixins in isolation
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: can do object population from many input sources from inline structs
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: can do object population from many input sources from json
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: can do object population from many input sources from query
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: can do object population from many input sources from the request collection
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: can do object population from many input sources from xml
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: it can use the back() function to return to the previous URI Given a previous referer Then it should use the referer
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: it can use the back() function to return to the previous URI Given no previous referer Then it should use the fallback
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: should encode data for binding to html attributes Given a complex value Then it should encode it
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type Story: should encode data for binding to html attributes Given a simple value Then it should encode it
tests.specs.FrameworkSuperTypeTest ‑ Framework Super Type can retrieve the async manager
tests.specs.InterceptorTest ‑ tests.specs.InterceptorTest testProperties
tests.specs.InterceptorTest ‑ tests.specs.InterceptorTest testUnregister
tests.specs.RestHandlerTest ‑ Response Object can be created
tests.specs.RestHandlerTest ‑ Response Object can handle onAuthenticationFailure with cbsecurity expiration results
tests.specs.RestHandlerTest ‑ Response Object can handle onAuthenticationFailure with no aborts
tests.specs.RestHandlerTest ‑ Response Object can handle onAuthorizationFailure with cbsecurity results
tests.specs.RestHandlerTest ‑ Response Object can handle onAuthorizationFailure with no aborts
tests.specs.RestHandlerTest ‑ Response Object can handle onEntityNotFoundException
tests.specs.RestHandlerTest ‑ Response Object can handle onError
tests.specs.RestHandlerTest ‑ Response Object can handle onExpectationFailed
tests.specs.RestHandlerTest ‑ Response Object can handle onInvalidHTTPMethod
tests.specs.RestHandlerTest ‑ Response Object can handle onInvalidRoute
tests.specs.RestHandlerTest ‑ Response Object can handle onMissingActions
tests.specs.RestHandlerTest ‑ Response Object can handle onValidationException
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can cancel a long-running future
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can combine two futures for a single result
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can combine two futures together into a single result
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can complete a future explicitly
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can complete with a custom exception
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can create a future by inlining the closure in the init()
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can create a future with a custom CFML executor
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can get the results now
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process a struct with via allApply()
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process an array of items with a special apply function for each
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process an array of items with a special apply function for each and a custom executor
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process multiple closures in parallel via the all() method
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process multiple closures in parallel via the all() method by passing an array of closures
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process multiple closures in parallel via the anyOf() method
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process multiple futures in parallel via the all() method
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process multiple futures in parallel via the all() method by passing an array of futures
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can process multiple futures in parallel via the anyOf() method
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can produce durations
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can register an exception handler
tests.specs.async.AsyncManagerSpec ‑ ColdBox Async Programming can run a cf closure with a then/get pipeline and custom executors
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to create different types of executors can create a scheduled executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to create different types of executors can create the a cached executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to create different types of executors can create the a single executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to create different types of executors can create the default fixed executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to create different types of executors can create the default fixed executor with custom threads
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to create different types of executors can return the same executor if already built
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to create different types of executors can throw an exception if the wrong type is passed
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to delete executors can delete a non-existing executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to delete executors can delete an existing executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to get status from the executors can retrieve the executor status map
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to get status from the executors can retrieve the stats from a single executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to retrieve registered executors can retrieve a created executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to retrieve registered executors can retrieve the executor key names
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to retrieve registered executors can verify if a executorr exists
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to retrieve registered executors will throw an exception when getting an invalid executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to shutdown executors can shutdown a valid executor
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to shutdown executors can shutdown all executors
tests.specs.async.ExecutorServicesSpec ‑ ColdBox Async Executor Services Story: Ability to shutdown executors can shutdown an invalid executor
tests.specs.async.executors.ExecutorsSpec ‑ Executors Story: Ability to create different supported executors can create a cached pool executor
tests.specs.async.executors.ExecutorsSpec ‑ Executors Story: Ability to create different supported executors can create a fixed pool executor
tests.specs.async.executors.ExecutorsSpec ‑ Executors Story: Ability to create different supported executors can create a scheduled pool executor
tests.specs.async.executors.ExecutorsSpec ‑ Executors can be created
tests.specs.async.tasks.ColdBoxScheduledTaskSpec ‑ ColdBox Scheduled Task can be constrained by environment
tests.specs.async.tasks.ColdBoxScheduledTaskSpec ‑ ColdBox Scheduled Task can be constrained by server
tests.specs.async.tasks.ColdBoxScheduledTaskSpec ‑ ColdBox Scheduled Task can register a ColdBox enhanced task
tests.specs.async.tasks.ColdBoxScheduledTaskSpec ‑ ColdBox Scheduled Task can register environment constraints
tests.specs.async.tasks.ColdBoxScheduledTaskSpec ‑ ColdBox Scheduled Task can register server fixation
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to process stats for different executors can get stats for a cached executor
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to process stats for different executors can get stats for a fixed executor
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to process stats for different executors can get stats for a scheduled executor
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to process stats for different executors can get stats for a single executor
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit tasks into the executor can execute a submitted CFC task
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit tasks into the executor can execute a submitted CFC task with a different method name
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit tasks into the executor can execute a submitted closure task
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit tasks into the executor can execute and cancel a submitted task
tests.specs.async.tasks.ExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit tasks into the executor can execute and get with a timeout
tests.specs.async.tasks.ScheduledExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit one-off tasks into the executor can execute one-off tasks
tests.specs.async.tasks.ScheduledExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit scheduled tasks can execute with a spaced delay and be able to shutdown
tests.specs.async.tasks.ScheduledExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit scheduled tasks can execute with a time period and be able to shutdown
tests.specs.async.tasks.ScheduledExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit scheduled tasks can submit a task with no period and a delay
tests.specs.async.tasks.ScheduledExecutorSpec ‑ ColdBox Executor Spec Story: Ability to submit scheduled tasks can submit a task with no period and no delay
tests.specs.async.tasks.ScheduledExecutorSpec ‑ ColdBox Executor Spec Story: Ability to use a builder to schedule tasks can use the builder to schedule a one-time task
tests.specs.async.tasks.ScheduledExecutorSpec ‑ ColdBox Executor Spec Story: Ability to use a builder to schedule tasks can use the builder to schedule a periodic task
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can be created
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can be disabled
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have life cycle methods can call after
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have life cycle methods can call before
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have life cycle methods can call onTaskFailure
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have life cycle methods can call onTaskSuccess
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints Story: can restrict tasks via a end on constraint Given a valid end on constraint Then it should run the task
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints Story: can restrict tasks via a end on constraint Given an invalid end on constraint Then it should not allow the task to run yet
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints Story: can restrict tasks via a start on constraint Given a valid start on constraint Then it should run the task
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints Story: can restrict tasks via a start on constraint Given an invalid start on constraint Then it should not allow the task to run yet
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints can have a day of the month constraint
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints can have a day of the week constraint
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints can have a last business day of the month constraint
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints can have a truth value constraint
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints can have a weekday constraint
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have multiple constraints can have a weekend constraint
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can have truth based restrictions using when()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire on the fridays
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire on the mondays
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire on the saturdays
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire on the sundays
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire on the thursdays
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire on the tuesdays
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire on the wednesdays
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire onFirstBusinessDayOfTheMonth()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire onLastBusinessDayOfTheMonth()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire onWeekdays()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register frequencies with constraints can register to fire onWeekends()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register every 5 days as a time unit
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register every 5 hours as a time unit
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register every 5 microseconds as a time unit
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register every 5 milliseconds as a time unit
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register every 5 minutes as a time unit
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register every 5 nanoseconds as a time unit
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register every 5 seconds as a time unit
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyDay()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyDayAt()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyHour()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyHourAt()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyMonth()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyMonthOn()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyWeek()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyWeekOn()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyYear()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register everyYearOn()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register multiple frequencies using everyXXX() method calls can register using everyMinute()
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can register tasks with no overlaps
tests.specs.async.tasks.ScheduledTaskSpec ‑ Scheduled Task can set a timezone
tests.specs.async.tasks.SchedulerSpec ‑ Scheduler Spec can be created
tests.specs.async.tasks.SchedulerSpec ‑ Scheduler Spec can register a new task and get it's record
tests.specs.async.tasks.SchedulerSpec ‑ Scheduler Spec can register and run the tasks with life cycle methods
tests.specs.async.tasks.SchedulerSpec ‑ Scheduler Spec can remove a task
tests.specs.async.tasks.SchedulerSpec ‑ Scheduler Spec can set a new timezone
tests.specs.async.tasks.SchedulerSpec ‑ Scheduler Spec can throw an exception on getting a bogus task record
tests.specs.async.tasks.SchedulerSpec ‑ Scheduler Spec can throw an exception on removing a non-existent task
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can be created
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can convert cf dates to Java LocalDates
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can convert cf dates to java instants
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can get the system timezone id
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can get timezones
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the CENTURIES java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the DAYS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the DECADES java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the ERAS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the FOREVER java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the HALF_DAYS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the HOURS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the MICROS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the MILLENNIA java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the MILLIS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the MINUTES java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the MONTHS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the NANOS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the SECONDS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the WEEKS java chrono unit
tests.specs.async.time.ChronoUnitSpec ‑ Chrono Units can produce the YEARS java chrono unit
tests.specs.async.time.DurationSpec ‑ Duration can add durations to date/time objects
tests.specs.async.time.DurationSpec ‑ Duration can be created
tests.specs.async.time.DurationSpec ‑ Duration can check utility methods
tests.specs.async.time.DurationSpec ‑ Duration can convert to other time units
tests.specs.async.time.DurationSpec ‑ Duration can create it from another duration
tests.specs.async.time.DurationSpec ‑ Duration can do creations with of methods
tests.specs.async.time.DurationSpec ‑ Duration can do division
tests.specs.async.time.DurationSpec ‑ Duration can do minus
tests.specs.async.time.DurationSpec ‑ Duration can do multiplication
tests.specs.async.time.DurationSpec ‑ Duration can do negations
tests.specs.async.time.DurationSpec ‑ Duration can do plus
tests.specs.async.time.DurationSpec ‑ Duration can parse strings into durations
tests.specs.async.time.DurationSpec ‑ Duration can subtract durations to date/time objects
tests.specs.async.time.PeriodSpec ‑ Period can addTo
tests.specs.async.time.PeriodSpec ‑ Period can be created
tests.specs.async.time.PeriodSpec ‑ Period can build days
tests.specs.async.time.PeriodSpec ‑ Period can build months
tests.specs.async.time.PeriodSpec ‑ Period can build weeks
tests.specs.async.time.PeriodSpec ‑ Period can build years
tests.specs.async.time.PeriodSpec ‑ Period can check utility methods
tests.specs.async.time.PeriodSpec ‑ Period can do creations with of methods
tests.specs.async.time.PeriodSpec ‑ Period can do minus
tests.specs.async.time.PeriodSpec ‑ Period can do multiplication
tests.specs.async.time.PeriodSpec ‑ Period can do negations
tests.specs.async.time.PeriodSpec ‑ Period can do plus
tests.specs.async.time.PeriodSpec ‑ Period can get total months
tests.specs.async.time.PeriodSpec ‑ Period can parse strings into periods
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can be created
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can produce the days java unit
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can produce the hours java unit
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can produce the microseconds java unit
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can produce the milliseconds java unit
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can produce the minutes java unit
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can produce the nanoseconds java unit
tests.specs.async.time.TimeUnitSpec ‑ TimeUnit can produce the seconds java unit
tests.specs.cache.AbstractCacheProviderTest ‑ tests.specs.cache.AbstractCacheProviderTest testCacheFactory
tests.specs.cache.AbstractCacheProviderTest ‑ tests.specs.cache.AbstractCacheProviderTest testClearStatistics
tests.specs.cache.AbstractCacheProviderTest ‑ tests.specs.cache.AbstractCacheProviderTest testConfiguration
tests.specs.cache.AbstractCacheProviderTest ‑ tests.specs.cache.AbstractCacheProviderTest testEnabled
tests.specs.cache.AbstractCacheProviderTest ‑ tests.specs.cache.AbstractCacheProviderTest testEventManager
tests.specs.cache.AbstractCacheProviderTest ‑ tests.specs.cache.AbstractCacheProviderTest testName
tests.specs.cache.AbstractCacheProviderTest ‑ tests.specs.cache.AbstractCacheProviderTest testReportingEnabled
tests.specs.cache.CacheBoxStandalone ‑ CacheBox Standalone can be configured with a LogBox Config object
tests.specs.cache.CacheBoxStandalone ‑ CacheBox Standalone can be configured with a Sample Configuration
tests.specs.cache.CacheBoxStandalone ‑ CacheBox Standalone can be configured with a standalone configuration object
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testAddCache
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testAddDefaultCache
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testAddDefaultCacheWithExceptions
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testCacheExists
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testClearAll
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testConfigureEventManager
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testCreateCache
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testExpireAll
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testGetCache
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testGetCacheNames
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testGetConfig
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testGetFactoryID
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testRemoveAll
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testRemoveCache
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testReplaceCacheWithInstance
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testShutdown
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testShutdownCache
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testconfigureLogBox
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testgetDefaultCache
tests.specs.cache.CacheFactoryTest ‑ tests.specs.cache.CacheFactoryTest testgetVersion
tests.specs.cache.config.CacheBoxConfigWithDataCFCTest ‑ tests.specs.cache.config.CacheBoxConfigWithDataCFCTest testLoader
tests.specs.cache.config.CacheBoxConfigWithDataCFCTest ‑ tests.specs.cache.config.CacheBoxConfigWithDataCFCTest testLoader2
tests.specs.cache.config.DefaultConfigurationTest ‑ tests.specs.cache.config.DefaultConfigurationTest testConfigure
tests.specs.cache.listeners.CacheFactoryListenersTest ‑ tests.specs.cache.listeners.CacheFactoryListenersTest testRegisterListeners
tests.specs.cache.policies.FIFOTest ‑ tests.specs.cache.policies.FIFOTest testPolicy
tests.specs.cache.policies.LFUTest ‑ tests.specs.cache.policies.LFUTest testPolicy
tests.specs.cache.policies.LIFOTest ‑ tests.specs.cache.policies.LIFOTest testPolicy
tests.specs.cache.policies.LRUTest ‑ tests.specs.cache.policies.LRUTest testPolicy
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testClear
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testClearAllEvents
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testClearAllViews
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testClearQuiet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testGet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testGetOrSet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testGetQuiet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testGetSize
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testLookup
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testLookupQuiet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testPrefixes
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testSet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testSetQuiet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testShutdown
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testclearByKeySnippet
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testclearEvent
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testclearEventMulti
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testclearView
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testclearViewMulti
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testgetCachedObjectMetadata
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testgetEventURLFacade
tests.specs.cache.providers.CFColdBoxProviderTest ‑ tests.specs.cache.providers.CFColdBoxProviderTest testgetKeys
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testClear
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testClearQuiet
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testGet
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testGetOrSet
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testGetQuiet
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testGetSize
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testLookup
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testLookupQuiet
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testSet
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testSetQuiet
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testShutdown
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testgetCachedObjectMetadata
tests.specs.cache.providers.CFProviderTest ‑ tests.specs.cache.providers.CFProviderTest testgetKeys
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testClear
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testClearAll
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testClearMulti
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testClearQuiet
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testExpireAll
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testExpireByKeySnippet
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testExpireObjectAndIsExpired
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testGet
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testGetKeys
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testGetMulti
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testGetOrSet
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testGetQuiet
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testGetSize
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testLookup
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testLookupMulti
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testLookupQuiet
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testReap
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testSetMulti
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testShutdown
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testgetCachedObjectMetadata
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testset
tests.specs.cache.providers.CacheBoxProviderTest ‑ tests.specs.cache.providers.CacheBoxProviderTest testsetQuiet
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testClear
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testClearAll
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testClearMulti
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testClearQuiet
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testExpireAll
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testExpireByKeySnippet
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testExpireObjectAndIsExpired
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testGet
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testGetKeys
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testGetMulti
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testGetOrSet
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testGetQuiet
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testGetSize
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testLookup
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testLookupMulti
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testLookupQuiet
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testReap
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testResetAccess
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testSetMulti
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testShutdown
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testgetCachedObjectMetadata
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testset
tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest ‑ tests.specs.cache.providers.CacheBoxWithConcurrentStoreTest testsetQuiet
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testClear
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testClearAll
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testClearMulti
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testClearQuiet
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testExpireAll
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testExpireByKeySnippet
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testExpireObjectAndIsExpired
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testGet
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testGetKeys
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testGetMulti
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testGetOrSet
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testGetQuiet
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testGetSize
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testLookup
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testLookupMulti
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testLookupQuiet
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testReap
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testSetMulti
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testShutdown
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testgetCachedObjectMetadata
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testset
tests.specs.cache.providers.CacheBoxWithDiskSoreTest ‑ tests.specs.cache.providers.CacheBoxWithDiskSoreTest testsetQuiet
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testClear
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testClearAll
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testClearMulti
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testClearQuiet
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testExpireAll
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testExpireByKeySnippet
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testExpireObjectAndIsExpired
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testGet
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testGetKeys
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testGetMulti
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testGetOrSet
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testGetQuiet
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testGetSize
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testLookup
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testLookupMulti
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testLookupQuiet
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testReap
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testSetMulti
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testShutdown
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testgetCachedObjectMetadata
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testset
tests.specs.cache.providers.CacheBoxWithJDBCSoreTest ‑ tests.specs.cache.providers.CacheBoxWithJDBCSoreTest testsetQuiet
tests.specs.cache.providers.MockProviderTest ‑ tests.specs.cache.providers.MockProviderTest testMethods
tests.specs.cache.store.BlackHoleStoreTest ‑ Black Hole Store Can be created
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testClear
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testClearAll
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testCreateSoftReference
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testExpirations
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testGet
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testGetKeys
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testGetPool
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testGetQuiet
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testGetSize
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testLookup
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testSet
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testgetReferenceQueue
tests.specs.cache.store.ConcurrentSoftReferenceStoreTest ‑ tests.specs.cache.store.ConcurrentSoftReferenceStoreTest testgetSoftRefKeyMap
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testClear
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testClearAll
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testExpirations
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testGet
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testGetIndexer
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testGetKeys
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testGetPool
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testGetQuiet
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testGetSize
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testLookup
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testSet
tests.specs.cache.store.ConcurrentStoreTest ‑ tests.specs.cache.store.ConcurrentStoreTest testSetEternals
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testClear
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testClearAll
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testExpirations
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testGet
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testGetIndexer
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testGetKeys
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testGetQuiet
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testGetSize
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testLookup
tests.specs.cache.store.DiskStoreTest ‑ tests.specs.cache.store.DiskStoreTest testSet
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testClear
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testClearAll
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testExpirations
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testGet
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testGetIndexer
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testGetKeys
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testGetQuiet
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testGetSize
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testLookup
tests.specs.cache.store.JDBCStoreTest ‑ tests.specs.cache.store.JDBCStoreTest testSet
tests.specs.cache.store.indexers.JDBCMetadataIndexerTest ‑ tests.specs.cache.store.indexers.JDBCMetadataIndexerTest testGetFields
tests.specs.cache.store.indexers.JDBCMetadataIndexerTest ‑ tests.specs.cache.store.indexers.JDBCMetadataIndexerTest testgetObjectMetadata
tests.specs.cache.store.indexers.JDBCMetadataIndexerTest ‑ tests.specs.cache.store.indexers.JDBCMetadataIndexerTest testgetObjectMetadataProperty
tests.specs.cache.store.indexers.MetadataIndexerTest ‑ tests.specs.cache.store.indexers.MetadataIndexerTest testClearAll
tests.specs.cache.store.indexers.MetadataIndexerTest ‑ tests.specs.cache.store.indexers.MetadataIndexerTest testGetFields
tests.specs.cache.store.indexers.MetadataIndexerTest ‑ tests.specs.cache.store.indexers.MetadataIndexerTest testGetKeys
tests.specs.cache.store.indexers.MetadataIndexerTest ‑ tests.specs.cache.store.indexers.MetadataIndexerTest testGetPool
tests.specs.cache.store.indexers.MetadataIndexerTest ‑ tests.specs.cache.store.indexers.MetadataIndexerTest testGetSize
tests.specs.cache.store.indexers.MetadataIndexerTest ‑ tests.specs.cache.store.indexers.MetadataIndexerTest testGetSortedKeys
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testclearStats
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testevictionHit
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgcHit
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgetCachePerformanceRatio
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgetEvictionCount
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgetGarbageCollections
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgetObjectCount
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgethits
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgetlastReapDatetime
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testgetmisses
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testhit
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testmiss
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testsetEvictionCount
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testsetGarbageCollections
tests.specs.cache.util.CacheStatsTest ‑ tests.specs.cache.util.CacheStatsTest testsetlastReapDatetime
tests.specs.cache.util.EventsURLFacadeTest ‑ Event URL Facade can build a hash from a querystring
tests.specs.cache.util.EventsURLFacadeTest ‑ Event URL Facade can build a unique hash from a request context
tests.specs.cache.util.EventsURLFacadeTest ‑ Event URL Facade can build an event key
tests.specs.cache.util.EventsURLFacadeTest ‑ Event URL Facade can build an event key with no context
tests.specs.core.collections.ScopeStorageTest ‑ tests.specs.core.collections.ScopeStorageTest testDelete
tests.specs.core.collections.ScopeStorageTest ‑ tests.specs.core.collections.ScopeStorageTest testExists
tests.specs.core.collections.ScopeStorageTest ‑ tests.specs.core.collections.ScopeStorageTest testGet
tests.specs.core.collections.ScopeStorageTest ‑ tests.specs.core.collections.ScopeStorageTest testPut
tests.specs.core.conversion.XMLConverterTest ‑ tests.specs.core.conversion.XMLConverterTest testArrayToXML
tests.specs.core.conversion.XMLConverterTest ‑ tests.specs.core.conversion.XMLConverterTest testNullsToXML
tests.specs.core.conversion.XMLConverterTest ‑ tests.specs.core.conversion.XMLConverterTest testObjectToXML
tests.specs.core.conversion.XMLConverterTest ‑ tests.specs.core.conversion.XMLConverterTest testStructToXML
tests.specs.core.conversion.XMLConverterTest ‑ tests.specs.core.conversion.XMLConverterTest testToXML
tests.specs.core.conversion.XMLConverterTest ‑ tests.specs.core.conversion.XMLConverterTest testqueryToXML
tests.specs.core.delegates.EnvSpec ‑ Env spec can get a system property
tests.specs.core.delegates.EnvSpec ‑ Env spec can get a system setting
tests.specs.core.delegates.EnvSpec ‑ Env spec can get an env variable
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen ifNull() constructs Given a non-null value and a success and failure closure Then it will execute the failure closure
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen ifNull() constructs Given a non-null value and a success closure Then it will not execute the success closure and ignore the result
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen ifNull() constructs Given a null value Then it will execute the success closure
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen ifPresent() constructs Given a non null value Then it will execute the success closure
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen ifPresent() constructs Given a null value and a success and failure closure Then it will execute the failure closure
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen ifPresent() constructs Given a null value and a success closure Then it will not execute the success closure and ignore the result
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen throwIf() constructs Given only the type Then it will throw that exception type
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen throwIf() constructs Given the type and message Then it will throw that exception type and message
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen throwUnless() constructs Given only the type Then it will throw that exception type
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluen throwUnless() constructs Given the type and message Then it will throw that exception type and message
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluent unless() constructs can do when statements with failures
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluent unless() constructs can do when statements with no failures
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluent when() constructs can do when statements with failures
tests.specs.core.delegates.FlowSpec ‑ Flow spec Story: can support fluent when() constructs can do when statements with no failures
tests.specs.core.delegates.PopulationSpec ‑ Object Populator Delegate can create the target with the populator
tests.specs.core.delegates.PopulationSpec ‑ Object Populator Delegate can populate using the delegate
tests.specs.core.events.EventPoolManagerTest ‑ tests.specs.core.events.EventPoolManagerTest testAnnouncements
tests.specs.core.events.EventPoolManagerTest ‑ tests.specs.core.events.EventPoolManagerTest testProperties
tests.specs.core.events.EventPoolManagerTest ‑ tests.specs.core.events.EventPoolManagerTest testRegisterUnregister
tests.specs.core.events.EventPoolTest ‑ Event Pool Suites can get invalid objects from the pool
tests.specs.core.events.EventPoolTest ‑ Event Pool Suites can get objects from the pool
tests.specs.core.events.EventPoolTest ‑ Event Pool Suites can process event pools
tests.specs.core.events.EventPoolTest ‑ Event Pool Suites can register objects
tests.specs.core.events.EventPoolTest ‑ Event Pool Suites can unregister objects
tests.specs.core.util.CFMLEngineTest ‑ tests.specs.core.util.CFMLEngineTest testCFMLEngine
tests.specs.core.util.UtilTest ‑ tests.specs.core.util.UtilTest testGetInheritedMetaData
tests.specs.core.util.UtilTest ‑ tests.specs.core.util.UtilTest testGetInheritedMetaDataStopRecursion
tests.specs.core.util.UtilTest ‑ tests.specs.core.util.UtilTest testStopClassRecursion
tests.specs.integration.CBDelegates ‑ ColdBox Delegates can build the routable delegates
tests.specs.integration.EventCaching ‑ Event Caching can do basic cached events
tests.specs.integration.EventCaching ‑ Event Caching can do cached events with custom provider annotations
tests.specs.integration.EventCaching ‑ Event Caching can do json cached events
tests.specs.integration.EventCaching ‑ Event Caching can do pdf cached events
tests.specs.integration.EventCaching ‑ Event Caching can do xml cached events
tests.specs.integration.EventCaching ‑ Event Caching via runEvent() can cache differently with event arguments
tests.specs.integration.EventCaching ‑ Event Caching via runEvent() can cache with defaults
tests.specs.integration.EventCaching ‑ Event Caching via runEvent() can cache with provider
tests.specs.integration.EventCaching ‑ Event Caching via runEvent() can cache with suffixes
tests.specs.integration.EventExecutions ‑ Event Execution System Story: I want the onException to have a default status code of 500 Given an event that fires an exception Then it should default the status code to 500
tests.specs.integration.EventExecutions ‑ Event Execution System Story: I want to execute a global invalid http method Given an invalid HTTP Method with no localized onInvalidHTTPMethod action Then it should fire the global invalid http handler
tests.specs.integration.EventExecutions ‑ Event Execution System Story: I want to execute a localized onInvalidHTTPMethod Given an invalid HTTP method Then it should fire the localized onInvalidHTTPMethod
tests.specs.integration.EventExecutions ‑ Event Execution System Story: I want to execute private event actions Given a private event string: main.testPrivateActions Then it should execute it privately
tests.specs.integration.EventExecutions ‑ Event Execution System Story: I want to run a route and inspect it's record and meta Given A route with meta Then I should be able to retrieve it
tests.specs.integration.EventExecutions ‑ Event Execution System Story: I want to run named routes via runRoute() Given a valid route and params with caching Then it should execute the route event
tests.specs.integration.EventExecutions ‑ Event Execution System Story: I want to run named routes via runRoute() Given a valid route and params with no caching Then it should execute the route event
tests.specs.integration.ExecutorRegistrations ‑ Application configuration executor registration Story: I want to register executors in my ModuleConfig Then it should delete them upon unLoading
tests.specs.integration.ExecutorRegistrations ‑ Application configuration executor registration Story: I want to register executors in my ModuleConfig Then it should register them upon startup
tests.specs.integration.ExecutorRegistrations ‑ Application configuration executor registration Story: I want to register executors in my app config Then it should register them upon startup
tests.specs.integration.MainTests ‑ Implicit Handlers can handle autowire annotations for tests
tests.specs.integration.MainTests ‑ Implicit Handlers can handle invalid events
tests.specs.integration.MainTests ‑ Implicit Handlers reads metadata for the test and stores it
tests.specs.integration.ModuleTests ‑ Module Features can detect invalid module events
tests.specs.integration.ModuleTests ‑ Module Features can execute a module with custom conventions
tests.specs.integration.ModuleTests ‑ Module Features can have aliases for execution
tests.specs.integration.ModuleTests ‑ Module Features can load models in a namespace
tests.specs.integration.ModuleTests ‑ Module Features can register cfml mappings
tests.specs.integration.ModuleTests ‑ Module Features should load modules in a bundle
tests.specs.integration.ModuleTests ‑ Module Features should merge module settings with framework moduleSettings by default
tests.specs.integration.ModuleTests ‑ Module Features should not activate non-actavatable modules
tests.specs.integration.ModuleTests ‑ Module Features should not load disabled modules
tests.specs.integration.ModuleTests ‑ Module Features should not load modules that have been excluded, even in bundles
tests.specs.integration.ModuleTests ‑ Story: Modules can register application helpers Given application helpers directive Then the module service will load them by convention
tests.specs.integration.ModuleTests ‑ Story: Modules can register custom resources Given A resources array Then module resourceful routes should be registered
tests.specs.integration.ModuleTests ‑ Story: Modules can register custom routing Given A routing array Then module routes should be registered
tests.specs.integration.ModuleTests ‑ Story: Modules can support default model export Given A model namespace Then You will be able to get the model via @modelNamespace
tests.specs.integration.ModuleTests ‑ Story: Modules can support default model export Given A module with a model of the same name Then You will be able to get the model via @moduleName
tests.specs.integration.ModuleTests ‑ Story: Modules can support nested module inception Given A nested module: a-inception Then the nested module should only have its onLoad method called once
tests.specs.integration.ModuleTests ‑ Story: Modules can support nested module inception Given A nested module: inception Then the nested module: inception-mod1 should load and be active
tests.specs.integration.ModuleTests ‑ Story: Modules can support nested module inception Given A nested module: inception with a 'modules_app' convention Then it should load and activate its sub-modules
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: ColdBox action rendering should determine renderdata type using the handler `renderdata` annotation Given A return data from a handler with a renderadata annotation of json Then it should render the data back in json
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: ColdBox action rendering should determine renderdata type using the handler `renderdata` annotation Given A return data from a handler with a renderadata annotation of xml Then it should render the data back in xml
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: ColdBox should render complex handler returns natively to JSON Given A complex return data from a handler Then it should render the data back in json
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: I want to be able to render multiple rendering regions Given a rendering region to setView() Then it should render using only its name
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: I want to be able to render multiple rendering regions Given an invalid rendering region to renderview Then it should throw an exception
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: I want to be able to render simple views from actions Given a view() from an action Then it should render the simple view with no name
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: I want to pass through rendering arguments to both layouts and views Given a layout() call with custom arguments Then the view AND layout should receive them
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: I want to render jsonp Given A jsonp type and `callback` Then it should render with the appropriate application/javascript type
tests.specs.integration.Renderings ‑ ColdBox Rendering Story: I want to return the `event` object in any handler Given You return the `event` object Then ColdBox should just ignore it as a return marshalling object
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle EntityNotFound
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle RecordNotFound
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle ValidationException
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle a set view
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle explicit render data calls
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle handler return results
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle invalid credentials
Check notice on line 0 in .github
github-actions / Test Results
1108 tests found (test 535 to 1098)
There are 1108 tests, see "Raw output" for the list of tests 535 to 1098.
Raw output
tests.specs.integration.RestfulHandlersTests ‑ ColdBox Restful Handlers can handle vanilla restful execution with custom matchers
tests.specs.integration.RestfulTests ‑ ColdBox REST can do json data renderings
tests.specs.integration.RestfulTests ‑ ColdBox REST can handle allowed HTTP methods in action annotations
tests.specs.integration.RestfulTests ‑ ColdBox REST can handle onInvalidHTTPMethod exceptions
tests.specs.integration.RestfulTests ‑ ColdBox REST can redirect only for html formats with the `formatsRedirect` parameter
tests.specs.integration.SubscribersTest ‑ Subscribers Tests will throw a 400 error
tests.specs.integration.WireBoxDSLTests ‑ WireBox custom DSL can handle 2 stage moduleconfig namespace
tests.specs.integration.WireBoxDSLTests ‑ WireBox custom DSL can handle 3 stage configSettings namespace
tests.specs.integration.WireBoxDSLTests ‑ WireBox custom DSL can handle 4 stage module settings namespace
tests.specs.integration.WireBoxDSLTests ‑ WireBox custom DSL can handle box setting namespace
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testBuildCFCDependencyException
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testBuildCFCInjectorException
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testBuildCFCWithArguments
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testBuildDependecyWithDSLDefaults
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testBuildFactoryBean
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testCacheboxLinkOff
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testGetJavaDSL
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testbuildDSLDependencyCustom
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testbuildJavaClass
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testbuildProviderMixer
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testbuildSimpleDSL
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testbuildcfc
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testbuildfeed
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testgetProviderDSL
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testgetWireBoxDSL
tests.specs.ioc.BuilderTest ‑ tests.specs.ioc.BuilderTest testregisterCustomBuilders
tests.specs.ioc.DelegatorsShorthandSpec ‑ Feature: WireBox Shorthand Delegators Syntax Story: I can declare delegators with the 'delegates' simple component annotation Given A computer target with a simple delegate syntax Then it will inject all delegated methods with no suffix or prefix
tests.specs.ioc.DelegatorsShorthandSpec ‑ Feature: WireBox Shorthand Delegators Syntax Story: I can inject delegators with a delegate component annotation with a prefix Given A computer target with a '>Memory' delegate Then it will inject and compose the delegation with the prefix based on the model name
tests.specs.ioc.DelegatorsShorthandSpec ‑ Feature: WireBox Shorthand Delegators Syntax Story: I can inject delegators with a delegate component annotation with a prefix Given A computer target with a 'ram2>memory' delegate Then it will inject and compose the delegation with the 'ram2' prefix
tests.specs.ioc.DelegatorsShorthandSpec ‑ Feature: WireBox Shorthand Delegators Syntax Story: I can inject delegators with a delegate suffix Given A computer target with a '<memory' delegate and an empty suffix Then it will inject and compose the delegation with the suffix based on the model name
tests.specs.ioc.DelegatorsShorthandSpec ‑ Feature: WireBox Shorthand Delegators Syntax Story: I can inject delegators with a delegate suffix Given A computer target with a 'ram<memory' delegate' Then it will inject and compose the delegation with the 'ram' suffix
tests.specs.ioc.DelegatorsShorthandSpec ‑ Feature: WireBox Shorthand Delegators Syntax Story: I can inject delegators with the &amp;apos;delegate&amp;apos; component annotation that has an inclusion list Given A computer target and a worker delegate with a value of 'vacation' Then it will inject and compose the delegation for only the 'vacation' method
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: A delegate will receive it&amp;apos;s parent target injected into the variables scope as $parent Given A computer target and a worker delegate Then it will delegate and add the $parent (computer) into the worker
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: I can inject delegators with a delegate prefix Given A computer target with a 'memory' delegate and a prefix of 'memory2' Then it will inject and compose the delegation with a concrete prefix
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: I can inject delegators with a delegate prefix Given A computer target with a 'memory' delegate and an empty prefix Then it will inject and compose the delegation with the prefix based on the property name
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: I can inject delegators with a delegate suffix Given A computer target with a 'disk' delegate and a suffix of 'disk' Then it will inject and compose the delegation with the suffix
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: I can inject delegators with a delegate suffix Given A computer target with a 'disk' delegate and an empty suffix Then it will inject and compose the delegation with the suffix based on the property name
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: I can inject delegators with the &amp;apos;delegate&amp;apos; annotation Given A computer target and a worker delegate Then it will inject and compose the delegation for all public methods
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: I can inject delegators with the &amp;apos;delegate&amp;apos; annotation that has an exclusion list Given A computer target and a worker delegate with an exclusion of 'work' Then it will inject and compose the delegation for only the 'vacation' method
tests.specs.ioc.DelegatorsSpec ‑ Feature: WireBox Delegators Story: I can inject delegators with the &amp;apos;delegate&amp;apos; annotation that has an inclusion list Given A computer target and a worker delegate with a value of 'work' Then it will inject and compose the delegation for only the 'work' method
tests.specs.ioc.InjectorBinderTests ‑ Injector creation suite Story: I want to create an Injector Given a path to a binder Then I should create the injector successfully
tests.specs.ioc.InjectorBinderTests ‑ Injector creation suite Story: I want to create an Injector Given an instance of a binder Then I should create the injector successfully.
tests.specs.ioc.InjectorBinderTests ‑ Injector creation suite Story: I want to create an Injector Given no binder Then I should create the injector with the default binder
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testConstant
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testDSL
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testDSLAsName
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testDSLCreation
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testFactoryBeans
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testImplicitSetters
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testInheritedMetadata
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testInstanceWithInfluence
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testJava
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testLocateInstance
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testMixins
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testParentMappings
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testProviderMethods
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testScopes
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testSetters
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testTImeZone
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testVirtualInheritanceCreation
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testbuildInstance
tests.specs.ioc.InjectorCreationTest ‑ tests.specs.ioc.InjectorCreationTest testclosureProvider
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want the containsInstance() to search locally, the parent and then the child injectors for instances Given A fake instance Then it should not be able to locate it
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want the containsInstance() to search locally, the parent and then the child injectors for instances Given A valid child injector and child instance Then it should be able to locate it
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want to get instances from specific child injectors via getInstance() Given a valid child injector name to the getInstance() method Then it should retrieve valid instances
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want to get instances from specific child injectors via getInstance() Given an invalid child injector name to the getInstance() method Then it should throw an injection
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want to have a specific child injector DSL Given An injection DSL of wirebox:child:myChild Then it should retrieve the instance according to property name
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want to have a specific child injector DSL Given An injection DSL of wirebox:child:myChild:childValue Then it should retrieve the instance according to the 4th level DSL
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want to retrieve instances from child injectors hierarchically Given A child injector instance name Then it should retrieve the instance from the child
tests.specs.ioc.InjectorLiveTest ‑ Feature: WireBox Child Injectors Story: I want to retrieve root injectors via DSL Given An object with a wirebox:root dsl Then it should build and inject a root injector
tests.specs.ioc.InjectorLiveTest ‑ Story: I can load WireBox standalone with a custom LogBox configuration can load correctly
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testAutowireCallsGetInheritedMetaDataForMD
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testAutowireCallsGetInheritedMetaDataForTargetID
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testChildInjectorRegistrationAndExistance
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testChildInjectorsSetup
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testColdBox
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testConfigureCacheBox
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testConfigureEventManager
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testConfigureLogBox
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testGetBinder
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testGetChildInjector
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testGetInjectorID
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testGetInvalidChildInjector
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testGetObjectPopulator
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testGetScopeRegistration
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testParenInjector
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testRegisterListeners
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testRemoveChildInjector
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testRemoveFromScope
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testShutdown
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testbuildBinder
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testdoScopeRegistration
tests.specs.ioc.InjectorTest ‑ tests.specs.ioc.InjectorTest testgetVersion
tests.specs.ioc.ProviderTest ‑ tests.specs.ioc.ProviderTest testGet
tests.specs.ioc.ProviderTest ‑ tests.specs.ioc.ProviderTest testGetNoScope
tests.specs.ioc.ProviderTest ‑ tests.specs.ioc.ProviderTest testProxyMethods
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testAnnotatedWith
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testAny
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testInstanceOf
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testMappings
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testMatchClass
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testMatchClassAndOr
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testMatchMethod
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testMethods
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testRegex
tests.specs.ioc.aop.MatcherTest ‑ tests.specs.ioc.aop.MatcherTest testReturns
tests.specs.ioc.aop.MethodInvocationTest ‑ A Method Invocation can be initialized
tests.specs.ioc.aop.MethodInvocationTest ‑ A Method Invocation can increment its interceptor index
tests.specs.ioc.aop.MethodInvocationTest ‑ A Method Invocation can proceed via proxies
tests.specs.ioc.aop.MixerTest ‑ tests.specs.ioc.aop.MixerTest testAOPBuilder
tests.specs.ioc.aop.MixerTest ‑ tests.specs.ioc.aop.MixerTest testBuildClassMatchDictionary
tests.specs.ioc.aop.MixerTest ‑ tests.specs.ioc.aop.MixerTest testBuildInterceptors
tests.specs.ioc.aop.MixerTest ‑ tests.specs.ioc.aop.MixerTest testafterInstanceAutowire
tests.specs.ioc.aop.MixerTest ‑ tests.specs.ioc.aop.MixerTest testdecorateAOPTarget
tests.specs.ioc.aop.MixerTest ‑ tests.specs.ioc.aop.MixerTest testprocessTargetMethods
tests.specs.ioc.aop.aspects.CFTransactionTest ‑ CF Transaction aspect can invoke with no transaction on request
tests.specs.ioc.aop.aspects.CFTransactionTest ‑ CF Transaction aspect can invoke with transaction on request
tests.specs.ioc.aop.aspects.MethodLogger ‑ Method Logger aspect can log execution calls
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testActivateListener
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testAsSingleton
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testBindAspect
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testBinderStandalone
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testBinderWithConfigInstance
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testBinderWithConfigPath
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testCacheBoxIntegration
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testDSLs
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testEagerInit
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testExtraAttributes
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testInfluenceClosure
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testInitArg
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testInitWith
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testInto
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testListenerMethods
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testLoadDataDSL
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testLogBoxConfig
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMap
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMapAspect
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMapDirectory
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMapFactoryMethod
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMapPath
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMapPathToNamespace
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMappings
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMatch
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testMixins
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testNoAutowire
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testNoInit
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testOnDIComplete
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testParent
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testParentInjector
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testProperties
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testProperty
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testRemoveScanLocations
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testScanLocations
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testScopeRegistration
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testScopes
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testSetConstructor
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testSetter
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testStopRecursions
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testThreadSafety
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testTo
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testToDSL
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testToJava
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testToProvider
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testToRSS
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testToValue
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testUnMap
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testVirtualInheritance
tests.specs.ioc.config.BinderTest ‑ tests.specs.ioc.config.BinderTest testWith
tests.specs.ioc.config.DefaultBinderTest ‑ tests.specs.ioc.config.DefaultBinderTest testConfigure
tests.specs.ioc.config.MappingTest ‑ tests.specs.ioc.config.MappingTest testInit
tests.specs.ioc.config.MappingTest ‑ tests.specs.ioc.config.MappingTest testProcessMemento
tests.specs.ioc.config.MappingTest ‑ tests.specs.ioc.config.MappingTest testProcessMementoWithExcludes
tests.specs.ioc.config.MappingTest ‑ tests.specs.ioc.config.MappingTest testProviderMethods
tests.specs.ioc.config.listeners.InjectorListenersTest ‑ tests.specs.ioc.config.listeners.InjectorListenersTest testRegisterListeners
tests.specs.ioc.dsl.CacheBoxDSLTest ‑ tests.specs.ioc.dsl.CacheBoxDSLTest testProcess
tests.specs.ioc.dsl.ColdBoxDSLTest ‑ tests.specs.ioc.dsl.ColdBoxDSLTest testInvalidDSL
tests.specs.ioc.dsl.ColdBoxDSLTest ‑ tests.specs.ioc.dsl.ColdBoxDSLTest testProcess
tests.specs.ioc.dsl.ColdBoxDSLTest ‑ tests.specs.ioc.dsl.ColdBoxDSLTest testgetColdboxDSLStage1AndStage2
tests.specs.ioc.dsl.ColdBoxDSLTest ‑ tests.specs.ioc.dsl.ColdBoxDSLTest testgetColdboxDSLStage3
tests.specs.ioc.dsl.LogBoxDSLTest ‑ tests.specs.ioc.dsl.LogBoxDSLTest testProcess
tests.specs.ioc.scopes.CFScopesTest ‑ CF Scopes Suite Story: Can store and get objects from a CF scope Given A new object request Then it should store it into the right scope
tests.specs.ioc.scopes.CFScopesTest ‑ CF Scopes Suite Story: Can store and get objects from a CF scope Given An object that fails in autowiring Then it should not be stored in the scope
tests.specs.ioc.scopes.CFScopesTest ‑ CF Scopes Suite Story: Can store and get objects from a CF scope Given a previously created object Then it should retrieve the same object
tests.specs.ioc.scopes.CacheBoxTest ‑ tests.specs.ioc.scopes.CacheBoxTest testGetFromScope
tests.specs.ioc.scopes.CacheBoxTest ‑ tests.specs.ioc.scopes.CacheBoxTest testGetFromScopeExistsAlready
tests.specs.ioc.scopes.CacheBoxTest ‑ tests.specs.ioc.scopes.CacheBoxTest testInstancesThatErrorInAutowireAreRemoved
tests.specs.ioc.scopes.RequestScopeTest ‑ tests.specs.ioc.scopes.RequestScopeTest testGetFromScope
tests.specs.ioc.scopes.RequestScopeTest ‑ tests.specs.ioc.scopes.RequestScopeTest testGetFromScopeExistsAlready
tests.specs.ioc.scopes.RequestScopeTest ‑ tests.specs.ioc.scopes.RequestScopeTest testInstancesThatErrorInAutowireAreRemoved
tests.specs.ioc.scopes.SingletonTest ‑ tests.specs.ioc.scopes.SingletonTest testClear
tests.specs.ioc.scopes.SingletonTest ‑ tests.specs.ioc.scopes.SingletonTest testClearSpecificKey
tests.specs.ioc.scopes.SingletonTest ‑ tests.specs.ioc.scopes.SingletonTest testGetFromScope
tests.specs.ioc.scopes.SingletonTest ‑ tests.specs.ioc.scopes.SingletonTest testGetFromScopeExistsAlready
tests.specs.ioc.scopes.SingletonTest ‑ tests.specs.ioc.scopes.SingletonTest testInstancesThatErrorInAutowireAreRemoved
tests.specs.ioc.scopes.SingletonTest ‑ tests.specs.ioc.scopes.SingletonTest testgetSingletons
tests.specs.logging.AbstractAppenderTest ‑ tests.specs.logging.AbstractAppenderTest testIsInited
tests.specs.logging.AbstractAppenderTest ‑ tests.specs.logging.AbstractAppenderTest testcanLog
tests.specs.logging.LogBoxEdgeCases ‑ LogBox edge cases Story: I want to load LogBox with no appenders Given No appenders Then I can start LogBox
tests.specs.logging.LogBoxTest ‑ LogBox Service can add new appenders after config has been registered
tests.specs.logging.LogBoxTest ‑ LogBox Service can get the root logger
tests.specs.logging.LogBoxTest ‑ LogBox Service can locate category parent loggers
tests.specs.logging.LogBoxTest ‑ LogBox Service can retrieve loggers with different category names Given A valid category inheritance trail Then it will retrieve the inherited category
tests.specs.logging.LogBoxTest ‑ LogBox Service can retrieve loggers with different category names Given A valid category inheritance trail that is turned off Then it will retrieve the inherited category
tests.specs.logging.LogBoxTest ‑ LogBox Service can retrieve loggers with different category names Given Non registered category Then it will retrieve the root logger
tests.specs.logging.LogBoxVariousTest ‑ tests.specs.logging.LogBoxVariousTest test1
tests.specs.logging.LogBoxWithDataCFCTest ‑ tests.specs.logging.LogBoxWithDataCFCTest testLoader
tests.specs.logging.LogBoxWithDataCFCTest ‑ tests.specs.logging.LogBoxWithDataCFCTest testLoader2
tests.specs.logging.LogEventTest ‑ tests.specs.logging.LogEventTest testExtraInfoCFC
tests.specs.logging.LogEventTest ‑ tests.specs.logging.LogEventTest testExtraInfoComplex
tests.specs.logging.LogEventTest ‑ tests.specs.logging.LogEventTest testExtraInfoConventionString
tests.specs.logging.LogEventTest ‑ tests.specs.logging.LogEventTest testextraInfoSimple
tests.specs.logging.LogLevelsTest ‑ tests.specs.logging.LogLevelsTest testLookupAsInt
tests.specs.logging.LogLevelsTest ‑ tests.specs.logging.LogLevelsTest testisLevelValid
tests.specs.logging.LoggerTest ‑ Logger can create the logger
tests.specs.logging.LoggerTest ‑ Logger can do logging with closures and automated canX inclusions can log with a valid severity
tests.specs.logging.LoggerTest ‑ Logger can do logging with closures and automated canX inclusions won't log with a non-loggable severity
tests.specs.logging.LoggerTest ‑ Logger can execute all logging methods
tests.specs.logging.LoggerTest ‑ Logger can verify all canX Methods
tests.specs.logging.LoggerTest ‑ Logger can verify all canX Methods with values
tests.specs.logging.LoggerTest ‑ Logger can verify logging levels
tests.specs.logging.appenders.CFAppenderTest ‑ tests.specs.logging.appenders.CFAppenderTest testLogMessage
tests.specs.logging.appenders.ConsoleAppenderTest ‑ tests.specs.logging.appenders.ConsoleAppenderTest testLogMessage
tests.specs.logging.appenders.ConsoleAppenderTest ‑ tests.specs.logging.appenders.ConsoleAppenderTest testMockLayout
tests.specs.logging.appenders.DBAppenderTest ‑ tests.specs.logging.appenders.DBAppenderTest testEnsureTable
tests.specs.logging.appenders.DBAppenderTest ‑ tests.specs.logging.appenders.DBAppenderTest testLogMessage
tests.specs.logging.appenders.DBAppenderTest ‑ tests.specs.logging.appenders.DBAppenderTest testLogMessageWithColumnMap
tests.specs.logging.appenders.DBAppenderTest ‑ tests.specs.logging.appenders.DBAppenderTest testSchema
tests.specs.logging.appenders.EmailAppenderTest ‑ tests.specs.logging.appenders.EmailAppenderTest testLogMessage
tests.specs.logging.appenders.FileAppenderTest ‑ File Appender can call registration
tests.specs.logging.appenders.FileAppenderTest ‑ File Appender can log messages
tests.specs.logging.appenders.RollingFileAppenderTest ‑ Rolling File Appender can call registration
tests.specs.logging.appenders.RollingFileAppenderTest ‑ Rolling File Appender can log messages
tests.specs.logging.appenders.ScopeAppenderTest ‑ tests.specs.logging.appenders.ScopeAppenderTest testLogMessage
tests.specs.logging.appenders.SocketAppenderTest ‑ tests.specs.logging.appenders.SocketAppenderTest testLogMessage
tests.specs.logging.appenders.TracerAppenderTest ‑ tests.specs.logging.appenders.TracerAppenderTest testLogMessage
tests.specs.logging.config.LogBoxConfigTest ‑ tests.specs.logging.config.LogBoxConfigTest testAddAppender
tests.specs.logging.config.LogBoxConfigTest ‑ tests.specs.logging.config.LogBoxConfigTest testAddCategory
tests.specs.logging.config.LogBoxConfigTest ‑ tests.specs.logging.config.LogBoxConfigTest testConventionMethods
tests.specs.logging.config.LogBoxConfigTest ‑ tests.specs.logging.config.LogBoxConfigTest testRoot
tests.specs.logging.config.LogBoxConfigTest ‑ tests.specs.logging.config.LogBoxConfigTest testRootAppenders
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can create anchor tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can create buttons
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can create css links via addAsset
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can create fieldsets
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can create href tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can create inputs inside label tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can deliver css via addAsset
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can deliver js via addAsset
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can do complex wrapper tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce URL fields
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce any tag using the tag method
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce audio tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce auto discovery links
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce br tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce canvas tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce checkboxes
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce checkboxes with orm binding
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce different form tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce doctypes
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce email fields
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce file fields
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce form tags with non-standard HTTP Methods (PUT,PATCH,DELETE)
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce heading tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce hidden fields
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce hidden fields with orm bindings
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce image buttons
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce img tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce inline js content
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce inline style content
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce labels
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce link tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce meta tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce nb spaces
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce ol tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce option tags with array of structs
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce option tags with queries
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce option tags with simple values
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce options tags with arrays
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce password fields
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce radio buttons
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce radio buttons with orm bindings
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce select tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce submit buttons
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce tables with ORM inputs
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce tables with array of object inputs
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce tables with array of struct inputs
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce tables with query inputs
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce text fields with orm bindings
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce textareas
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce textareas with orm bindings
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce ul tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce ul tags with queries
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can produce video tags
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can slugify strings
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper can write label attributes
tests.specs.orm-enabled.HTMLHelperTest ‑ HTML Helper cand do xss escaping
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from a struct and compose many to one relationships
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from a struct and compose one to many relationships
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from a struct and use an object's population metadata to exclude
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from a struct and use an object's population metadata to include
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from struct and ignore empty values
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from struct using a direct scope injection
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from struct using onMissingMethod Injection
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from struct with a key prefix
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from struct with default values
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from struct with empty null excludes
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator Population using structs can populate from struct with empty null includes
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator can create the populator
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator can get non related relationship metadata
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator can get orm relationship metadata
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator can populate from json
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator can populate from query
tests.specs.orm-enabled.ObjectPopulatorTest ‑ Object Populator can populate from xml
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testGetCache
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testGetCacheBox
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testGetInstance
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testGetInterceptor
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testGetWireBox
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testLogBox
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testNoEvent
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testProxyAppLoading
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testProxyInterceptions
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testProxyNoCollection
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testProxyWithCollection
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testRemotingUtil
tests.specs.remote.coldboxproxytest ‑ tests.specs.remote.coldboxproxytest testVerifyColdBox
tests.specs.testing.BaseInterceptorTest ‑ Test 1 Interceptor Test It can be created
tests.specs.web.RendererTest ‑ ColdBox Renderer Feature: ColdBox can render view collections Given Default options Then it can render the template with the collection
tests.specs.web.RendererTest ‑ ColdBox Renderer Feature: ColdBox can render view collections Given a collection alias Then it can render the template with the collection
tests.specs.web.RendererTest ‑ ColdBox Renderer Feature: ColdBox can render view collections Given a collection delimiter Then it can render the template with the collection
tests.specs.web.RendererTest ‑ ColdBox Renderer Feature: ColdBox can render view collections Given max rows of 1 Then it can render the template with the collection
tests.specs.web.RendererTest ‑ ColdBox Renderer can render a layout without changing the request context
tests.specs.web.RendererTest ‑ ColdBox Renderer can render external views
tests.specs.web.RendererTest ‑ ColdBox Renderer can render external views with caching parameters
tests.specs.web.RendererTest ‑ ColdBox Renderer can render external views with different caching parameters
tests.specs.web.RendererTest ‑ ColdBox Renderer can render external views with view caching turned off
tests.specs.web.RendererTest ‑ ColdBox Renderer can render implicit views
tests.specs.web.RendererTest ‑ ColdBox Renderer can render views with caching parameters
tests.specs.web.RendererTest ‑ ColdBox Renderer can render views with different caching providers
tests.specs.web.RendererTest ‑ ColdBox Renderer can render views with view caching turned off
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testBuildLink
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testCurrentLayout
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testCurrentModule
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testCurrentView
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testDoubleSlashInBuildLink
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testEventCacheableEntry
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testExceptArray
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testExceptList
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetCurrentHandlerWithModule
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetHTMLBasePath
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetHTMLBaseURL
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetHTTPContent
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetModuleEntryPoint
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetPathSegment
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetPathSegments
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetResponseWhenItExists
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetResponseWhenNull
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetSESBasePath
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testGetUrl
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testInvalidHTTPMethod
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testInvalidRoute
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testModuleRoot
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testNamedRoutesWithBuildLink
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testNamedRoutesWithParamsWithBuildLink
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testNoExecution
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testNoLayout
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testNoRender
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testOnlyArray
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testOnlyList
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testPrivateExceptFlag
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testPrivateExceptMethod
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testPrivateOnlyFlag
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testPrivateOnlyMethod
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testProxyRequest
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testRenderData
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testRouteIs
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testRoutedStruct
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testUrlMatches
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testUrlMatchesWithLongerInput
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testValidModuleRoutes
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testValidRoutes
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testValidRoutesInQuery
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testViewCacheableEntry
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testclearCollection
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testcollectionAppend
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetCollection
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetCurrentEventHandlerAction
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetEventName
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetSelf
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetSize
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetUrlDoesntDoubleEncode
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetUrlWithAppMapping
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testgetValue
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testoverrideEvent
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testparamValue
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testremoveValue
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testsetHTTPHeader
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testsetValue
tests.specs.web.context.RequestContextTest ‑ tests.specs.web.context.RequestContextTest testvalueExists
tests.specs.web.context.ResponseTest ‑ Response Object can add headers
tests.specs.web.context.ResponseTest ‑ Response Object can add messages
tests.specs.web.context.ResponseTest ‑ Response Object can be created
tests.specs.web.context.ResponseTest ‑ Response Object can get a data packet
tests.specs.web.context.ResponseTest ‑ Response Object can handle pagination
tests.specs.web.context.ResponseTest ‑ Response Object can set data with pagination and pagination data
tests.specs.web.context.ResponseTest ‑ Response Object can set data with pagination with no pagination data
tests.specs.web.context.ResponseTest ‑ Response Object can set error messages with accompanied code and text
tests.specs.web.context.ResponseTest ‑ Response Object can set error messages with accompanied data
tests.specs.web.context.ResponseTest ‑ Response Object can set status with default code texts
tests.specs.web.context.ResponseTest ‑ Response Object can set status with set code texts
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testGetModule
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testHandlerMetadata
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testIsModule
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetFullEvent
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetHandler
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetInvocationPath
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetMethod
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetRunnable
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetisMissingAction
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetisPrivate
tests.specs.web.context.eventhandlerBeanTest ‑ tests.specs.web.context.eventhandlerBeanTest testgetmissingAction
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest test$ToString
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testGetters
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testextendedInfo
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetDetail
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetMessage
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetNativeErrorCode
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetStackTrace
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetType
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgeterrNumber
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgeterrorCode
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetlockName
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetlockOperation
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetmemento
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetmissingFileName
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetqueryError
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetsql
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetsqlState
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testgetwhere
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testsetmemento
tests.specs.web.context.exceptionBeanTest ‑ tests.specs.web.context.exceptionBeanTest testtagContext
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testInvoker
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testInvokerThreaded
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testgetInterceptor
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testgetinterceptors
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testgetstate
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testprocess
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testregister
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testsetstate
tests.specs.web.context.interceptorStateTest ‑ tests.specs.web.context.interceptorStateTest testunregister
tests.specs.web.context.requestContextDecoratorTest ‑ Request context decorator can be created
tests.specs.web.context.requestContextDecoratorTest ‑ Request context decorator can have a reference to its controller
tests.specs.web.controllerTest ‑ tests.specs.web.controllerTest testAppRoots
tests.specs.web.controllerTest ‑ tests.specs.web.controllerTest testColdboxInit
tests.specs.web.controllerTest ‑ tests.specs.web.controllerTest testDependencies
tests.specs.web.controllerTest ‑ tests.specs.web.controllerTest testPersistVariables
tests.specs.web.controllerTest ‑ tests.specs.web.controllerTest testRelocate
tests.specs.web.controllerTest ‑ tests.specs.web.controllerTest testSettingProcedures
tests.specs.web.controllerTest ‑ tests.specs.web.controllerTest testSettings
tests.specs.web.flash.AbstractFlashScopeTest ‑ tests.specs.web.flash.AbstractFlashScopeTest testClearFlash
tests.specs.web.flash.AbstractFlashScopeTest ‑ tests.specs.web.flash.AbstractFlashScopeTest testGetAll
tests.specs.web.flash.AbstractFlashScopeTest ‑ tests.specs.web.flash.AbstractFlashScopeTest testGetKeys
tests.specs.web.flash.AbstractFlashScopeTest ‑ tests.specs.web.flash.AbstractFlashScopeTest testInflateFlash
tests.specs.web.flash.AbstractFlashScopeTest ‑ tests.specs.web.flash.AbstractFlashScopeTest testPersistRC
tests.specs.web.flash.AbstractFlashScopeTest ‑ tests.specs.web.flash.AbstractFlashScopeTest testScopeMethods
tests.specs.web.flash.ClientFlashTest ‑ tests.specs.web.flash.ClientFlashTest testClearFlash
tests.specs.web.flash.ClientFlashTest ‑ tests.specs.web.flash.ClientFlashTest testFlashExists
tests.specs.web.flash.ClientFlashTest ‑ tests.specs.web.flash.ClientFlashTest testSaveFlash
tests.specs.web.flash.ClientFlashTest ‑ tests.specs.web.flash.ClientFlashTest testgetFlash
tests.specs.web.flash.ColdboxCacheFlashTest ‑ ColdBox Cache Flash can check if the flash scope exists
tests.specs.web.flash.ColdboxCacheFlashTest ‑ ColdBox Cache Flash can clear the flash scope
tests.specs.web.flash.ColdboxCacheFlashTest ‑ ColdBox Cache Flash can get the flash scope
tests.specs.web.flash.ColdboxCacheFlashTest ‑ ColdBox Cache Flash can save the flash scope
tests.specs.web.flash.MockFlashTest ‑ tests.specs.web.flash.MockFlashTest testClearFlash
tests.specs.web.flash.MockFlashTest ‑ tests.specs.web.flash.MockFlashTest testFlashExists
tests.specs.web.flash.MockFlashTest ‑ tests.specs.web.flash.MockFlashTest testSaveFlash
tests.specs.web.flash.MockFlashTest ‑ tests.specs.web.flash.MockFlashTest testgetFlash
tests.specs.web.flash.SessionFlashTest ‑ tests.specs.web.flash.SessionFlashTest testClearFlash
tests.specs.web.flash.SessionFlashTest ‑ tests.specs.web.flash.SessionFlashTest testFlashExists
tests.specs.web.flash.SessionFlashTest ‑ tests.specs.web.flash.SessionFlashTest testSaveFlash
tests.specs.web.flash.SessionFlashTest ‑ tests.specs.web.flash.SessionFlashTest testgetFlash
tests.specs.web.routing.RedirectsTest ‑ Route Redirects can relocate with a custom status code
tests.specs.web.routing.RedirectsTest ‑ Route Redirects can relocate with the default status code
tests.specs.web.routing.ResourcesTest ‑ Mapping resources can add API RESTful routes for a resource
tests.specs.web.routing.ResourcesTest ‑ Mapping resources can add all the RESTful routes for a resource
tests.specs.web.routing.ResourcesTest ‑ Mapping resources can override the handler used
tests.specs.web.routing.ResourcesTest ‑ Mapping resources can override the parameterName used
tests.specs.web.routing.ResourcesTest ‑ Mapping resources can register nested resources
tests.specs.web.routing.ResourcesTest ‑ Mapping resources limiting the routes created by action using both `only` and `except` can apply both the `only` and the `except` parameters
tests.specs.web.routing.ResourcesTest ‑ Mapping resources limiting the routes created by action using the `except` parameter can take a list of actions and generate all except those routes
tests.specs.web.routing.ResourcesTest ‑ Mapping resources limiting the routes created by action using the `except` parameter can take an array of actions and generate all except those routes
tests.specs.web.routing.ResourcesTest ‑ Mapping resources limiting the routes created by action using the `only` parameter can take a list of actions and only generate those routes
tests.specs.web.routing.ResourcesTest ‑ Mapping resources limiting the routes created by action using the `only` parameter can take an array of actions and only generate those routes
tests.specs.web.routing.ResourcesTest ‑ Mapping resources returns itself to continue chaining
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register a route with a condition Given I register a route with a condition Then I should have a route with a condition closure specified
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register a route with a condition Given I register two routes with the same pattern and different conditions Then I should have two routes showing both conditions
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register a suite of routes with resources Given I register a resource Then I should have a suite of routes for that resource
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register constraints Given A constraints struct Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register module routes Given an vaid module Then it should add resources and routes
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register named routes Given Just the pattern Then the name will be the same as the pattern
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register named routes Given The use of the as() method Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register namespace routes Given a valid namespace Then it will create the namespace entry point
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register route headers Given A single or multiple headers Then they will register correctly
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register route prc parameters Given A single or multiple params Then they will register correctly
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register route rc parameters Given A single or multiple params Then they will register correctly
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes to events Given A to terminator Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes to handlers Given A toHandler() terminator Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes to redirects Given A redirect terminator Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes to responses Given A response terminator Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes to views Given A view terminator Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes to views Given A view with a layout terminator Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes to views Given A view with no layout terminator Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes with a with closure Given a with closure Then it will concatenate its members
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I can register routes with the default terminator Given A route with only modifiers and the default terminator of end() Then the route will register
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to group routes with common options Given a grouped route with handler and pattern only Then it should store the route with common options
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to group routes with common options Given a grouped route with handler and pattern only and resources call inside Then it should correctly prefix the resources generated
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to group routes with common options Given a grouped route with valid options Then it should store the route with common options
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with HTTP Verb Restrictions Given a valid HTTP Verb method shortcut When using delete Then it should restrict with delete
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with HTTP Verb Restrictions Given a valid HTTP Verb method shortcut When using get Then it should restrict with get
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with HTTP Verb Restrictions Given a valid HTTP Verb method shortcut When using options Then it should restrict with options
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with HTTP Verb Restrictions Given a valid HTTP Verb method shortcut When using patch Then it should restrict with patch
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with HTTP Verb Restrictions Given a valid HTTP Verb method shortcut When using post Then it should restrict with post
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with HTTP Verb Restrictions Given a valid HTTP Verb method shortcut When using put Then it should restrict with put
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with HTTP Verb Restrictions Given different HTTP verbs for the same route Then both verbs should be registered
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with no modifiers or terminators Given an inline closure Then it should store the route immediately
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with no modifiers or terminators Given an inline event Then it should store the route immediately
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register fluent routes with no modifiers or terminators Given no inline target Then it should store the route pointer
tests.specs.web.routing.RouterTest ‑ Routing Router Story: I want to register routes with a toAction() terminator Given a toAction() terminator Then it should register the appropriate route
tests.specs.web.routing.RouterTest ‑ Routing Router Story: Router will throw exception if a non-closure or string is passed to the body of a toResponse() Given Anything but a closure or string to the toResponse() body Then an InvalidArgumentException will be thrown
tests.specs.web.routing.RouterTest ‑ Routing Router merging routes can merge a route with event and a route with handler
tests.specs.web.routing.RouterTest ‑ Routing Router merging routes does not double up the handler when merging routes
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services Can have different format detections can detect default formats
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services Can have different format detections can detect extension over headers
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services Can have different format detections can do accept header detection
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services Can have different format detections can do extension detection
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services appends a handler from a route definition if it exists
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services appends the module to the action struct if needed
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services can clean incoming pathing
tests.specs.web.routing.RoutingServiceTest ‑ Routing Services can use a full event from the action block if no event or handler is defined
tests.specs.web.routing.SubdomainRoutingTest ‑ subdomain routing can match on a domain with wildcards
tests.specs.web.routing.SubdomainRoutingTest ‑ subdomain routing can match on a specific domain
tests.specs.web.routing.SubdomainRoutingTest ‑ subdomain routing provides any matched values in the domain in the rc
tests.specs.web.routing.SubdomainRoutingTest ‑ subdomain routing skips if the domain is not matched
tests.specs.web.services.HandlerServiceTest ‑ Handler Service Retrieve handler beans with a valid external handler event
tests.specs.web.services.HandlerServiceTest ‑ Handler Service Retrieve handler beans with a valid handler event
tests.specs.web.services.HandlerServiceTest ‑ Handler Service Retrieve handler beans with a valid module Event
tests.specs.web.services.HandlerServiceTest ‑ Handler Service Retrieve handler beans with a valid view dispatch
tests.specs.web.services.HandlerServiceTest ‑ Handler Service Retrieve handler beans with an invalid event
tests.specs.web.services.HandlerServiceTest ‑ Handler Service can recurse handler listings
tests.specs.web.services.HandlerServiceTest ‑ Handler Service can register handlers
tests.specs.web.services.ModuleServiceTest ‑ Module Lifecycle Can rebuild the module registry
tests.specs.web.services.ModuleServiceTest ‑ Module Lifecycle Can register and activate an ad-hoc module
tests.specs.web.services.ModuleServiceTest ‑ Module Lifecycle Can reload a convention registered module
tests.specs.web.services.ModuleServiceTest ‑ Module Lifecycle Can reload an ad-hoc registered module
tests.specs.web.services.ModuleServiceTest ‑ Module Lifecycle Tests the ModuleService configuration
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testAppendInterceptionPoints
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testInterceptionPoints
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testListen
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testListenReverseArgumentOrder
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testManualObjectRegistration
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testManualObjectRegistration2
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testManualRegistration
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testSimpleProcessInterception
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testUnlisten
Check notice on line 0 in .github
github-actions / Test Results
1108 tests found (test 1099 to 1108)
There are 1108 tests, see "Raw output" for the list of tests 1099 to 1108.
Raw output
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testUnlistenReverseArgumentOrder
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testUnregister
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testgetStateContainer
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testonConfigurationLoad
tests.specs.web.services.interceptorserviceTest ‑ tests.specs.web.services.interceptorserviceTest testregisterInterceptors
tests.specs.web.services.loaderserviceTest ‑ Loader services can register handlers
tests.specs.web.services.requestserviceTest ‑ Request Services can capture a json body
tests.specs.web.services.requestserviceTest ‑ Request Services can capture requests
tests.specs.web.services.requestserviceTest ‑ Request Services can create and check for context in the request scope
tests.specs.web.services.requestserviceTest ‑ Request Services can test the default event setup
Loading