org.hamcrest.SelfDescribing.scala Maven / Gradle / Ivy
The newest version!
/*
* Ported from https://github.com/hamcrest/JavaHamcrest/
*/
package org.hamcrest
trait SelfDescribing {
def describeTo(description: Description): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy