Let's say I'm testing a method that returns a small HTML snippet. In your opinion, is it ok if I replace assertTag with one or more 1-line regular expressions? (Focus on readability, each regular expression should only test one aspect.)

Best
Thiemo