Learn how to test a Play application
Also find me here:
Baeldung Author
Emmanouil Varvarigos
I work as a Java/Scala engineer since 2015. My main focus is being up to date with new stuff while dodging nonsense. In my spare time, when I am not gaming or petting my cat I write about coding.
Here's what I've written (so far):
Baeldung on Scala
- All
- Testing (3)
- Play Framework (3)
- Scala Web (2)
- Scala Syntax (1)
- Scala OOP (1)
- Scala IO (1)
- Scala Basics (1)
- Persistence (1)
- Libraries (1)
- Build Tools (1)
Working with Redis in Scala
Filed under Libraries, Persistence
Learn how to work with Redis in Scala.
Introduction to Tapir
Filed under Scala Web
Explore Tapir and its capabilities.
Introduction to SBT
Filed under Build Tools
A quick and practical introduction to SBT.
Logging with Play!
Filed under Play Framework
A practical guide to logging in a Play application.
Guide to Inheritance in Scala
Filed under Scala OOP
An overview of inheritance in Scala.
Introduction to ScalaMock
Filed under Testing
Learn the basics of ScalaMock, a Scala native library for test mocking.
Guide to Scalatra
Filed under Scala Web
An introduction to the Scalatra framework.
Reading Command-Line Arguments in Scala
Filed under Scala IO
A quick and practical guide to reading command-line arguments in Scala.
Break Statement in Scala
Filed under Scala Syntax
A quick and practical guide to the break statement in Scala.
Introduction to ScalaCheck
Filed under Testing
Learn how to use ScalaCheck for automated property-based testing of Scala programs.
Introduction to Scala REPL
Filed under Scala Basics
A quick and practical guide to Scala REPL.
Dependency Injection with Play
Filed under Play Framework
Learn how to use dependency injection in Play framework with built-in Google Guice, as well as with MacWire’s compile-time dependency injection.