package com.processpuzzle.sharedfixtures.domaintier; import com.processpuzzle.litest.fixture.PersistentFreshFixture; public interface ApplicationFixture<S> extends PersistentFreshFixture<S> { }