Completed
Shrink Wrap API
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Integration Testing Strategies and Techniques for Jakarta EE 10 Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Questions
- 3 Test Types
- 4 Arquillian JBoss project
- 5 Arquillian Container Interaction
- 6 Arquillian Run Modes Where does the test run? Embedded
- 7 Arquillian Test Enrichment
- 8 Shrink Wrap API
- 9 Shrink Wrap Example
- 10 Simple Example
- 11 Container Dependencies
- 12 What can we do?
- 13 Integration Tests Setup
- 14 Remote Tests
- 15 Extending Arquillian
- 16 Arquillian Container Extension
- 17 Leveraging Container Lifecycle
- 18 CDI & Testing
- 19 Leveraging Events...
- 20 Spying...
- 21 Error Simulation
- 22 Arquillian Persistence Extension
- 23 Database Test Configuration
- 24 Database Test Example
- 25 Graceful Failure
- 26 JPA Caching
- 27 Testing Invalid Data...
- 28 Transaction & Tests
- 29 Testing JMS
- 30 Retrieve ActiveMQ RAR
- 31 Start Embedded Broker
- 32 Configure Embedded Payara
- 33 Test Setup Code
- 34 Simple JMS Test
- 35 Testing Poison Pill Message
- 36 Additional Testing
- 37 Application Security
- 38 Role Based Testing
- 39 Accounting Testing...
- 40 Entity Managers
- 41 Entity Manager Verification
- 42 Strategies
- 43 Gotchas
- 44 Integration Testing Suggestions Testing different application container versions
- 45 Summary