testSrc/org/jetbrains/ether/TestFieldProperties.java (54 lines of code) (raw):
// 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: 23.09.11
* Time: 20:49
* To change this template use File | Settings | File Templates.
*/
public class TestFieldProperties extends IncrementalTestCase {
public TestFieldProperties() throws Exception {
super("fieldProperties");
}
public void testConstantChain() throws Exception {
doTest();
}
public void testConstantChain1() throws Exception {
doTest();
}
public void testConstantChain2() throws Exception {
doTest();
}
public void testConstantRemove() throws Exception {
doTest();
}
public void testConstantRemove1() throws Exception {
doTest();
}
public void testDoubleConstantChange() throws Exception {
doTest();
}
public void testFloatConstantChange() throws Exception {
doTest();
}
public void testInnerConstantChange() throws Exception {
doTest();
}
public void testIntConstantChange() throws Exception {
doTest();
}
public void testLongConstantChange() throws Exception {
doTest();
}
public void testNonCompileTimeConstant() throws Exception {
doTest();
}
public void testStringConstantChange() throws Exception {
doTest();
}
public void testStringConstantLessAccessible() throws Exception {
doTest();
}
public void testTypeChange() throws Exception {
doTest();
}
public void testTypeChange1() throws Exception {
doTest();
}
public void testTypeChange2() throws Exception {
doTest();
}
}