1617181920212223242526
}}; Context ctx = new Context(ro); ctx.put("title", "rw-title"); Set<String> keys = ctx.keySet(); Set<String> expectedKeys = new HashSet<String>() {{ add("title"); }}; assertEquals(expectedKeys, keys);