}
@Test(expected=UnknownContextPropertyException.class)
public void testGetValueByPriorityFromGlobalContextAndThereIsNoSuchField() {
environment.getContextProviders().add(new Test1ContextProvider());
contextManager = new ContextManager(environment);
contextManager.getContext(ContextMap.GLOBAL).get("secondValue1");
}