org.jusecase.test.VoidUsecaseTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jusecase-test Show documentation
Show all versions of jusecase-test Show documentation
Java framework for a usecase centric architecture as proposed by Uncle Bob and others. Supports Java 1.6+.
The newest version!
package org.jusecase.test;
import org.jusecase.VoidUsecase;
public abstract class VoidUsecaseTest extends UsecaseTestInterface {
protected VoidUsecase usecase;
protected void whenRequestIsExecuted() {
usecase.execute(request);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy