assertConstructorExists
public static ConstructorLink assertConstructorExists(TypeLink link, Matcher<? super ConstructorLink> matcher)(source)
Assert that a constructor with the given characteristics exists in the given TypeLink.
Return
the ConstructorLink if it exists
Parameters
link
the TypeLink to search in
matcher
the Matcher to match the ConstructorLink against