org.apache.maven.surefire.its
Class ForkConsoleOutputIT

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

public class ForkConsoleOutputIT
extends SurefireVerifierTestClass

Asserts proper behaviour of console output when forking SUREFIRE-639 SUREFIRE-651

Author:
Kristian Rosenvold

Constructor Summary
ForkConsoleOutputIT()
           
 
Method Summary
 void testPrintSummaryFalseWithoutRedirect()
           
 void testPrintSummaryFalseWithRedirect()
           
 void testPrintSummaryTrueWithoutRedirect()
           
 void testPrintSummaryTrueWithRedirect()
           
 
Methods inherited from class org.apache.maven.surefire.its.SurefireVerifierTestClass
activateProfile, addGoal, assertContainsText, assertNotPresent, assertPresent, assertTestSuiteResults, debugLogging, execute, executeTest, failNever, forkAlways, forkMode, forkNever, forkOnce, getInitialGoals, getSiteFile, getSiteFile, getSubFile, getSurefireReportsFile, getSurefireVersion, getTestDir, getVerifier, isMaven3X, printSummary, redirectToFile, reset, showErrorStackTraces, verifyErrorFreeLog, verifyTextInLog
 
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

ForkConsoleOutputIT

public ForkConsoleOutputIT()
Method Detail

testPrintSummaryTrueWithRedirect

public void testPrintSummaryTrueWithRedirect()
                                      throws Exception
Throws:
Exception

testPrintSummaryTrueWithoutRedirect

public void testPrintSummaryTrueWithoutRedirect()
                                         throws Exception
Throws:
Exception

testPrintSummaryFalseWithRedirect

public void testPrintSummaryFalseWithRedirect()
                                       throws Exception
Throws:
Exception

testPrintSummaryFalseWithoutRedirect

public void testPrintSummaryFalseWithoutRedirect()
                                          throws Exception
Throws:
Exception


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