Async Testing on the JVM and Scala.js
Offered By: Scala Days Conferences via YouTube
Course Description
Overview
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.
Syllabus
Async Testing on the JVM and Scala.js - by Bill Venners
Taught by
Scala Days Conferences
Related Courses
Scala.js - Getting the Best of JavaScript and ScalaDevoxx via YouTube Teaching Domain Specific Languages in Scala
Scala Days Conferences via YouTube Writing a Database in Scala.js
Scala Days Conferences via YouTube Scala.js and WebAssembly - A Tale of the Dangers of the Sea
Scala Days Conferences via YouTube Monix Task - Lazy, Async and Awesome
Scala Days Conferences via YouTube