package fr.inria.diversify.oldTests.transformation.ast; import fr.inria.diversify.coverage.NullCoverageReport; import org.junit.Test; /** * Created by marcel on 5/06/14. */ public class ADRTransformationQueryTest { @Test public void testCreate() { //An initial test. This will force us to refactor the class to a point that it may work in isolation //This seams really stupid is just a concept test NullCoverageReport report = new NullCoverageReport(); //ASTTransformationQuery executeQuery = new ASTTransformationQuery(report); } }