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

com.github.loyada.dollarx.custommatchers.hamcrest.HasElements.scala Maven / Gradle / Ivy

There is a newer version: 0.35
Show newest version
package com.github.loyada.dollarx.custommatchers.hamcrest

import com.github.loyada.dollarx.Path

case class HasElements(path: Path) {
  def present(nTimes: Int): HasElementNTimes = {
     new HasElementNTimes(path, nTimes)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy