Searched defs:testRootMetadata (Results 1 – 2 of 2) sorted by relevance
77 private final Supplier<TestRootMetadata> testRootMetadata = field in RootMetadata141 public TestRootMetadata testRootMetadata() { in testRootMetadata() method in RootMetadata
87 TestRootMetadata testRootMetadata = TestRootMetadata.of(processingEnv(), rootElement); in processEach() local