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

com.asarkar.grpc.test.PostconditionViolationException.kt Maven / Gradle / Ivy

Go to download

JUnit5 Extension that can automatically release gRPC resources at the end of the test

The newest version!
package com.asarkar.grpc.test

import org.junit.platform.commons.JUnitException

/**
 * Thrown if a [Resource] cannot be released.
 *
 * @author Abhijit Sarkar
 * @since 1.0.0
 */
class PostconditionViolationException(message: String, cause: Throwable? = null) : JUnitException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy