Creates a matcher that matches if the examined String contains the specified String anywhere. For example:
assertThat("myStringOfNote", containsString("ring"))
the substring that the returned matcher will expect to find within any examined string