Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

error: The method assertThat(T, Matcher) in the type MatcherAssert is not applicable for the arguments (List, Matcher>)

assertThat("test", anyOf(is("testing"), containsString("est")));
Source by www.vogella.com #
 
PREVIOUS NEXT
Tagged: #The #method #super #type #MatcherAssert #applicable #arguments
ADD COMMENT
Topic
Name
7+3 =