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

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

The newest version!
package com.oneeyedmen.kSera

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

class ReturnAction(delegate: Action) : TypedAction by delegate.asTyped() {
    constructor(value: R) : this(Expectations.returnValue(value))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy