/** * Copyright (c) 2009-2011, The HATS Consortium. All rights reserved. * This file is licensed under the terms of the Modified BSD License. */ package abs.frontend.delta; import org.junit.Test; import static org.junit.Assert.*; import abs.frontend.ast.*; public class ModifyInterfacesTest extends DeltaTest { @Test public void addMethodSig() throws DeltaModellingException { // TODO } @Test public void removeMethodSig() throws DeltaModellingException { // TODO } }