Explore async testing in ScalaTest 3.0 through this conference talk from Scala Days New York 2016. Dive into the new async testing styles where tests return Future[Assertion] instead of blocking until completion. Learn how to map assertions onto futures and return the resulting Future[Assertion] to ScalaTest for asynchronous test completion. Understand the motivations behind the design decisions and the different mindset required for this non-blocking testing approach. Discover best practices for async testing on both the JVM and Scala.js platforms. Gain insights into how async testing was integrated into ScalaTest and how to effectively utilize these new features in your Scala projects.
Overview
Syllabus
Async Testing on the JVM and Scala.js - by Bill Venners
Taught by
Scala Days Conferences