Scala Test matchers

GPTKB entity

Statements (51)
Predicate Object
gptkbp:instance_of gptkb:Library
gptkbp:bfsLayer 5
gptkbp:bfsParent gptkb:Hamcrest_for_Scala
gptkbp:allows negation of assertions
gptkbp:can_be_extended_by user-defined matchers
gptkbp:enables fluent syntax
gptkbp:enhances test readability
gptkbp:facilitates behavior-driven development
https://www.w3.org/2000/01/rdf-schema#label Scala Test matchers
gptkbp:includes can matchers
must matchers
should matchers
gptkbp:integrates_with gptkb:High_School
SBT
gptkbp:is_available_on gptkb:Maven_Central
gptkb:archive
gptkbp:is_compatible_with Scala 2.12+
Scala 2.13+
Scala 2.11+
Scala 2.10+
gptkbp:is_designed_for unit testing
integration testing
functional testing
gptkbp:is_documented_in Scala Test documentation
gptkbp:is_featured_in tutorials
online courses
books on Scala
gptkbp:is_influenced_by gptkb:microprocessor
gptkb:Hamcrest
gptkbp:is_maintained_by Scala Test team
gptkbp:is_part_of Scala Test ecosystem
Scala Test library
gptkbp:is_supported_by community contributions
gptkbp:is_used_by gptkb:software
gptkbp:is_used_in Agile development
Continuous integration
Test-driven development
gptkbp:provides matchers for collections
matchers for maps
matchers for sets
type-safe assertions
assertion capabilities
matchers for boolean types
matchers for futures
matchers for numeric types
matchers for options
matchers for string types
gptkbp:supports custom matchers
collection matchers
exception matchers
gptkbp:used_in gptkb:Skrull