public class MethodSpecMatchers extends Object
| Constructor and Description |
|---|
MethodSpecMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<com.squareup.javapoet.MethodSpec> |
codeContent(org.hamcrest.Matcher<String> match) |
static org.hamcrest.Matcher<com.squareup.javapoet.MethodSpec> |
methodName(org.hamcrest.Matcher<String> match) |
static org.hamcrest.Matcher<com.squareup.javapoet.MethodSpec> |
parameters(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.ParameterSpec>> memberMatcher) |
static <K extends com.squareup.javapoet.TypeName> |
returnType(org.hamcrest.Matcher<K> match) |
public static org.hamcrest.Matcher<com.squareup.javapoet.MethodSpec> methodName(org.hamcrest.Matcher<String> match)
public static <K extends com.squareup.javapoet.TypeName> org.hamcrest.Matcher<com.squareup.javapoet.MethodSpec> returnType(org.hamcrest.Matcher<K> match)
public static org.hamcrest.Matcher<com.squareup.javapoet.MethodSpec> codeContent(org.hamcrest.Matcher<String> match)
public static org.hamcrest.Matcher<com.squareup.javapoet.MethodSpec> parameters(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.ParameterSpec>> memberMatcher)
Copyright © 2019 Mulesoft. All rights reserved.