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

com.oneeyedmen.kSera.ThrowAction.kt Maven / Gradle / Ivy

The newest version!
package com.oneeyedmen.kSera

import org.jmock.Expectations
import org.jmock.api.Action

class ThrowAction(delegate: Action) : TypedAction by delegate.asTyped() {
    constructor(exception: Throwable): this(Expectations.throwException(exception))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy