All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.matcher.JUnitMatchers.scala Maven / Gradle / Ivy

There is a newer version: 4.10.6
Show newest version
package org.specs2
package matcher

/**
 * These traits and objects can be used in JUnit
 */
trait JUnitMustMatchers extends Matchers with JUnitMustExpectations
object JUnitMustMatchers extends JUnitMustMatchers with NoMatchResultStackTrace

trait JUnitShouldMatchers extends Matchers with JUnitShouldExpectations
object JUnitShouldMatchers extends JUnitShouldMatchers with NoMatchResultStackTrace




© 2015 - 2024 Weber Informatics LLC | Privacy Policy