package gov.samhsa.consent2share.domain.consent; import org.junit.Test; import org.springframework.beans.factory.annotation.Configurable; @Configurable public class SignedPDFConsentIntegrationTest { @Test public void testMarkerMethod() { } }