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

net.sf.cotta.test.assertion.ObjectAssert Maven / Gradle / Ivy

The newest version!
package net.sf.cotta.test.assertion;

public class ObjectAssert extends BaseAssert {
  public ObjectAssert(Object value) {
    super(value);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy