// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package org.jetbrains.ether;

/**
 * Created by IntelliJ IDEA.
 * User: db
 * Date: 06.10.11
 * Time: 21:32
 * To change this template use File | Settings | File Templates.
 */
public class TestMembersChange extends IncrementalTestCase {
    public TestMembersChange() throws Exception {
        super("membersChange");
    }

    public void testAddAbstractMethod() throws Exception {
        doTest();
    }

    public void testAddConstructorParameter() throws Exception {
        doTest();
    }

    public void testAddFieldToBaseClass() throws Exception {
        doTest();
    }

    public void testAddFieldToDerived() throws Exception {
        doTest();
    }

    public void testAddFieldToInterface() throws Exception {
        doTest();
    }

    public void testAddFieldToInterface2() throws Exception {
        doTest();
    }

    public void testAddFinalMethodHavingNonFinalMethodInSubclass() throws Exception {
        doTest();
    }

    public void testAddHidingField() throws Exception {
        doTest();
    }

    public void testAddHidingMethod() throws Exception {
        doTest();
    }

    public void testAddInterfaceMethod() throws Exception {
        doTest();
    }

    public void testAddInterfaceMethod2() throws Exception {
        doTest();
    }

    public void testAddLessAccessibleFieldToDerived() throws Exception {
        doTest();
    }

    public void testAddMethodWithIncompatibleReturnType() throws Exception {
        doTest();
    }

    public void testAddMoreAccessibleMethodToBase() throws Exception {
        doTest();
    }

    public void testAddMoreSpecific() throws Exception {
        doTest();
    }

    public void testAddMoreSpecific1() throws Exception {
        doTest();
    }

    public void testAddMoreSpecific2() throws Exception {
        doTest();
    }

    public void testAddNonStaticMethodHavingStaticMethodInSubclass() throws Exception {
        doTest();
    }

    public void testAddStaticFieldToDerived() throws Exception {
        doTest();
    }

    public void testChangeStaticMethodSignature() throws Exception {
        doTest();
    }

    public void testDeleteConstructor() throws Exception {
        doTest();
    }

    public void testDeleteInner() throws Exception {
        doTest();
    }

    public void testDeleteMethod() throws Exception {
        doTest();
    }

    public void testDeleteMethodImplementation() throws Exception {
        doTest();
    }

    public void testDeleteMethodImplementation2() throws Exception {
        doTest();
    }

    public void testDeleteMethodImplementation3() throws Exception {
        doTest();
    }

    public void testDeleteMethodImplementation4() throws Exception {
        doTest();
    }

    public void testDeleteMethodImplementation5() throws Exception {
        doTest();
    }

    public void testDeleteMethodImplementation6() throws Exception {
        doTest();
    }

    public void testDeleteMethodImplementation7() throws Exception {
        doTest();
    }

    public void testHierarchy() throws Exception {
        doTest();
    }

    public void testHierarchy2() throws Exception {
        doTest();
    }

    public void testRemoveBaseImplementation() throws Exception {
        doTest();
    }

    public void testRemoveHidingField() throws Exception {
        doTest();
    }

    public void testRemoveHidingMethod() throws Exception {
        doTest();
    }

    public void testRenameMethod() throws Exception {
        doTest();
    }

    public void testThrowsListDiffersInBaseAndDerived() throws Exception {
        doTest();
    }
}
