
com.github.spartatech.testutils.exception.Processable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sparta-test-utils-junit5 Show documentation
Show all versions of sparta-test-utils-junit5 Show documentation
Utility classes for unit testing. Port for Junit5 Jupiter
The newest version!
/**
* Sparta Software Co.
* 2017
*/
package com.github.spartatech.testutils.exception;
/**
* @author Daniel Conde Diehl - Sparta Technology
*
* History:
* Apr 3, 2017 - Daniel Conde Diehl
*/
@FunctionalInterface
public interface Processable {
/**
* Process the method and allows exception to be thrown
*
* @throws Exception externalized exception if happened.
*/
public void process() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy