Searched refs:getSupportedOptions (Results 1 – 9 of 9) sorted by relevance
52 assertThat(processor.getSupportedOptions()) in builtInExtensionsAreIsolating()67 assertThat(processor.getSupportedOptions()) in customExtensionsAreNotIsolatingByDefault()82 assertThat(processor.getSupportedOptions()) in customExtensionsCanBeIsolating()
671 assertThat(extension.getSupportedOptions()).contains(CUSTOM_OPTION); in extensionsWithAnnotatedOptions()674 assertThat(new AutoValueProcessor(ImmutableList.of(extension)).getSupportedOptions()) in extensionsWithAnnotatedOptions()687 assertThat(new AutoValueProcessor(ImmutableList.of(extension)).getSupportedOptions()) in extensionsWithImplementedOptions()702 public Set<String> getSupportedOptions() { in getSupportedOptions() method in ExtensionTest.ExtensionWithImplementedOptions
33 assertThat(new RobolectricProcessor(DEFAULT_OPTS).getSupportedOptions()).contains(PACKAGE_OPT); in robolectricProcessor_supportsPackageOption()39 … new RobolectricProcessor(DEFAULT_OPTS).getSupportedOptions()).contains(SHOULD_INSTRUMENT_PKG_OPT); in robolectricProcessor_supportsShouldInstrumentPackageOption()
47 public Set<String> getSupportedOptions() { in getSupportedOptions() method in AndroidEntryPointProcessor
352 public Set<String> getSupportedOptions() { in getSupportedOptions() method in AutoValueExtension
96 public Set<String> getSupportedOptions() { in getSupportedOptions() method in AndroidProcessor
112 public Set<String> getSupportedOptions() { in getSupportedOptions() method in ComponentProcessor
134 public Set<String> getSupportedOptions() { in getSupportedOptions() method in AutoValueProcessor143 builder.addAll(extension.getSupportedOptions()); in getSupportedOptions()
2696 public Set<String> getSupportedOptions() { in getSupportedOptions() method in ComponentProcessorTest.ElementFilteringComponentProcessor2697 return componentProcessor.getSupportedOptions(); in getSupportedOptions()