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: 3.7
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

trait JUnitShouldMatchers extends Matchers with JUnitShouldExpectations
object JUnitShouldMatchers extends JUnitShouldMatchers




© 2015 - 2024 Weber Informatics LLC | Privacy Policy