Assertions can be made in Scalatest tests using the beXml helper:
beXml
result should beXml(<example>1</example>)
Next: Specs2