Like this:

package uk.co.orchardsystems.edr.importexport.exporttests;

import org.junit.After;
import org.junit.Test;
import org.springframework.test.jpa.AbstractJpaTests;


public class EntityScreenExportTest extends AbstractJpaTests {//extends
AbstractJpaUnitTestsNoDbRequired {

    @Override
    public void onSetUp() throws Exception {
        super.onSetUp();

    }

    @Override
    @After
    public void onTearDown() throws Exception {
        super.onTearDown();

    }

    @Test
    public void testEntityMethodScreenExport() throws Exception {
        assertTrue(true);
    }

    @Test
    public void testEntityScreenLinkExport() throws Exception {
        assertTrue(true);


    }

    @Test
    public void testScreenExport() throws Exception {
        assertTrue(true);        
    }
}
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/Junit-tests-fail-junit-framework-AssertionFailedError-has-no-public-constructor-tp3202811p3204401.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to