org.apache.maven.surefire.its
Class RunOrderIT

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.surefire.its.AbstractSurefireIntegrationTestClass
              extended by org.apache.maven.surefire.its.RunOrderIT
All Implemented Interfaces:
junit.framework.Test

public class RunOrderIT
extends AbstractSurefireIntegrationTestClass

Verifies the runOrder setting and its effect

Author:
Kristian Rosenvold

Constructor Summary
RunOrderIT()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAlphabetical()
           
 void testHourly()
           
 void testNonExistingRunOrder()
           
 void testReverseAlphabetical()
           
 
Methods inherited from class org.apache.maven.surefire.its.AbstractSurefireIntegrationTestClass
executeGoal, executeGoals, getInitialGoals, getInitialGoals, getSurefireVersion
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

RunOrderIT

public RunOrderIT()
Method Detail

setUp

public void setUp()
           throws IOException,
                  org.apache.maven.it.VerificationException
Overrides:
setUp in class junit.framework.TestCase
Throws:
IOException
org.apache.maven.it.VerificationException

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testAlphabetical

public void testAlphabetical()
                      throws Exception
Throws:
Exception

testReverseAlphabetical

public void testReverseAlphabetical()
                             throws Exception
Throws:
Exception

testHourly

public void testHourly()
                throws Exception
Throws:
Exception

testNonExistingRunOrder

public void testNonExistingRunOrder()
                             throws Exception
Throws:
Exception


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