Change slot in TestCase for method. Test slots are not used and the syntax pod::Type#method makes simpler the TestCase creation.
Remove the enum Status and split TestResult in TestSuccess, TestFailure, TestError and TestSkipped. It simplifies the code that converts to xml toXml because is done in each subclass of TestResult. Also simplifies the tests.