org.apache.maven.plugins.surefire.report
Class TestSuiteXmlParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugins.surefire.report.TestSuiteXmlParserTest
All Implemented Interfaces:
junit.framework.Test

public class TestSuiteXmlParserTest
extends junit.framework.TestCase

Author:
Kristian Rosenvold

Constructor Summary
TestSuiteXmlParserTest()
           
 
Method Summary
 void noTestParserBadFile()
           
 void testParse()
           
 void testParser()
           
 void testParserHitsFailsafeSummary()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSuiteXmlParserTest

public TestSuiteXmlParserTest()
Method Detail

testParse

public void testParse()
               throws Exception
Throws:
Exception

testParser

public void testParser()
                throws IOException,
                       SAXException,
                       ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException

noTestParserBadFile

public void noTestParserBadFile()
                         throws IOException,
                                SAXException,
                                ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException

testParserHitsFailsafeSummary

public void testParserHitsFailsafeSummary()
                                   throws IOException,
                                          SAXException,
                                          ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.