org.specs2.matcher.JUnitMatchers.scala Maven / Gradle / Ivy
The 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 - 2025 Weber Informatics LLC | Privacy Policy