package org.codehaus.mojo.fit; import fit.ColumnFixture; /** * Test Fixture * * @author Mauro Talevi */ public class TestFixture extends ColumnFixture { public boolean doSomething() throws Exception { return true; } }