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

info.dollarx.custommatchers.hamcrest.CustomMatchersUtil.scala Maven / Gradle / Ivy

There is a newer version: 0.35
Show newest version
package info.dollarx.custommatchers.hamcrest

import info.dollarx.Path

object CustomMatchersUtil {
  def wrap(el: Path): String = {
    val asString: String = el.toString
    return if ((asString.contains(" "))) String.format("(%s)", asString) else asString
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy