Async Testing on the JVM and Scala.js
Offered By: Scala Days Conferences via YouTube
Course Description
Overview
Explore asynchronous testing techniques for JVM and Scala.js in this 44-minute conference talk from Scala Days Berlin 2016. Dive into ScalaTest 3.0's new async testing styles, where tests return Future[Assertion] instead of blocking until completion. Learn how to map assertions onto futures and understand the non-blocking mindset required for effective async testing. Discover the integration of async testing into ScalaTest, the motivations behind design decisions, and best practices for both JVM and Scala.js environments. Cover topics such as the three rules of async testing, JavaScript bug handling, implementation details, and the use of Inspectors in ScalaTest. Gain insights into Execution Context, AppBreaking Changes, and participate in a Q&A session to deepen your understanding of this crucial testing approach.
Syllabus
Introduction
The three rules
The JavaScript bug
Scala test implementation
The impedance mismatch
Inspectors in scale tests
Puzzle
Execution Context
Override App
Breaking Changes
Questions
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