私は、これらのアノテーションを注釈付きクラスを持っている:ContextConfiguration RunWith WebAppConfiguration注釈一緒
@ContextConfiguration(locations = { "classpath:pathToXml.xml" })
@RunWith(SpringJUnit4ClassRunner.class)
@WebAppConfiguration
あなたは、私は私のクラスでこれらの注釈を追加した後、私が持っていたものの特徴を説明することはできますか?