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

com.linkedin.test.util.RetryableAssertion Maven / Gradle / Ivy

package com.linkedin.test.util;

public interface RetryableAssertion
{
  void doAssertion() throws Exception, AssertionError;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy