-
Notifications
You must be signed in to change notification settings - Fork 3
Java testing
sullis edited this page Jul 4, 2020
·
70 revisions
- Effective Unit Testing - Elliotte Rusty Harold
- Testing Legacy Code - Elliotte Rusty Harold
- Using Developer Testing to Boost the Quality of Your Code -- : Alexander Tarlinder, GeeCON 2018
- Writing Awesome Unit Tests -- Jeroen Mols, Devoxx Belgium 2018
- Cleaner tests with Mockito 2 - Szczepan Faber
- Integration Testing with Docker and Testcontainers - Kevin Wittek at Devoxx UK 2019
- Testcontainers: a year-in-review - Sergei Egorov at GeeCON 2019
- Stopping entropy with ArchUnit - Alexander Schwartz
- ScalaTest: you're asserting it wrong -- - Jacek Kunicki, Scalar 2019
- JSON test assertions - Paweł Mikołajczyk
- ZIO Test - Adam Fraser: Scala in the City Conference (2020)
- Mutation Testing for Java - Henry Coles at GOTO Copenhagen 2019
- Migrating from JUnit 4 to JUnit 5
- Beyond Selenium
- Behavior
- Structure
- Readable
- Writable
- Fast
- Deterministic
- Automated
- Isolated
- Composable
- Specific
- Predictive
- Inspiring
- junit5
- junit4
- jazon
- JsonUnit
- JSONAssert
- pitest
- Karate-DSL
- cucumber-jvm
- rest-assured
- assertj-core
- assertj-db
- assertj-assertions-generator
- hamcrest
- Google Truth
- visible-assertions
- strikt (Kotlin)
- junit-dataprovider
- junit-toolbox
- JUnitParams
- database-rider
- ArchUnit
- checkerframework
- Arquillian
- mockserver
- Square mockwebserver
- ScalaTest (Scala)
- munit (Scala)