Package org.elasticsearch.test.hamcrest
Class ModuleDescriptorMatchers
java.lang.Object
org.elasticsearch.test.hamcrest.ModuleDescriptorMatchers
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher
<ModuleDescriptor.Exports> static org.hamcrest.Matcher
<ModuleDescriptor.Exports> static org.hamcrest.Matcher
<ModuleDescriptor.Opens> static org.hamcrest.Matcher
<ModuleDescriptor.Opens> static org.hamcrest.Matcher
<ModuleDescriptor.Provides> providesOf
(String service, List<String> provides) static org.hamcrest.Matcher
<ModuleDescriptor.Requires> requiresOf
(String mn)
-
Method Details
-
exportsOf
-
exportsOf
public static org.hamcrest.Matcher<ModuleDescriptor.Exports> exportsOf(String pkg, Set<String> targets) -
opensOf
-
opensOf
-
requiresOf
-
providesOf
public static org.hamcrest.Matcher<ModuleDescriptor.Provides> providesOf(String service, List<String> provides)
-