Home | History | Annotate | Download | only in build

Lines Matching defs:resolution

122         // Test marker resolution.
129 // Found the target marker. Now check the marker resolution of it.
134 IMarkerResolution resolution = resolutions[0];
135 assertNotNull(resolution);
136 assertTrue(resolution.getLabel().contains("Create resource"));
141 //resolution.run(marker);
232 // Test marker resolution.
237 // Found the target marker. Now check the marker resolution of it.
242 IMarkerResolution resolution = resolutions[0];
243 assertNotNull(resolution);
244 assertTrue(resolution.getLabel().contains("Insert namespace"));