は、私はそうのような親のテストクラスがあるとします。Springでは、ContextConfiguration(...)はその親@ContextConfigurationから継承していますか?
@ContextConfiguration(loader = AnnotationConfigContextLoader.class, classes = { MyCustomTestConfig.class })
public class MyParentTestclass {
その後、私は私がSpring 3.2.3 name annotation attributeを追加したい子クラスを持っています。
私はまだ親からすべてのコンテキスト設定を取得したいと思いますが、それが実現するかどうかはわかりません。
私の質問は:SpringではContextConfiguration(...)は親@ContextConfigurationから継承していますか?