Exemple #1
0
 /** Tests for "reserved" key labels (i.e. not intended to map to actual targets). */
 @Test
 public void testReservedKeyLabels() throws Exception {
   assertFalse(Type.Selector.isReservedLabel(Label.parseAbsolute("//condition:a")));
   assertTrue(
       Type.Selector.isReservedLabel(Label.parseAbsolute(Type.Selector.DEFAULT_CONDITION_KEY)));
 }