Searched refs:TestAttributes (Results 1 – 13 of 13) sorted by relevance
105 public Class<TestAttributes> attributesType() { in attributesType()106 return TestAttributes.class; in attributesType()110 public TestAttributes readAttributes(File file) { in readAttributes()154 static final class Attributes implements TestAttributes {
249 TestAttributes attrs = in testGetFileAttributeView()341 TestAttributes testAttrs = service.readAttributes(file, TestAttributes.class); in testReadAttributes_asObject()347 assertThat(service.readAttributes(file, TestAttributes.class).baz()).isEqualTo(100); in testReadAttributes_asObject()
22 public interface TestAttributes extends BasicFileAttributes { interface
25 TestAttributes readAttributes() throws IOException; in readAttributes()
46 func TestAttributes(t *testing.T) { func
62 @interface TestAttributes { interface73 @interface TestAttributes() interface in retain155 // CHECK: c-index-api-loadTU-test.m:62:12: ObjCInterfaceDecl=TestAttributes:62:12 Extent=[62:1 - 67…172 // CHECK: c-index-api-loadTU-test.m:73:12: ObjCClassRef=TestAttributes:62:12 Extent=[73:12 - 73:26]
48 func TestAttributes(t *testing.T) { func
62 public void TestAttributes() { in TestAttributes() method in TestDayPeriods
193 public void TestAttributes() { in TestAttributes() method in TestDTDAttributes
650 * which would be ambiguous. See TestAttributes.testAmbiguousRuleRef()
50 public class TestAttributes extends BaseTest { class53 public TestAttributes() { in TestAttributes() method in TestAttributes
1152 * Fixed ANTLR-111. More unit tests in TestAttributes.1269 $label.st now is label!=null?label.st:null. Updated TestAttributes.1408 src/org/antlr/test/TestAttributes.java # edit