Currently, `EmptinessMatcher` can only be applied to `SeqLike[_, _]`, thus cannot be used against `String` values. As `String` can be implicitly converted to `SeqLike[_, _]`, the matcher should be able to test `String` values as well.