org.apache.maven.surefire.its
Class JUnitDepIT

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.JUnitDepIT
All Implemented Interfaces:
junit.framework.Test

public class JUnitDepIT
extends SurefireVerifierTestClass

Test project using JUnit4.4 -dep. junit-dep includes only junit.* classes, and depends explicitly on hamcrest-core

Author:
Dan Fabulich

Constructor Summary
JUnitDepIT()
           
 
Method Summary
 void testJUnit44Dep()
           
 void testJUnit44DepWithSneaky381()
           
 void testJUnit47Dep()
           
 
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

JUnitDepIT

public JUnitDepIT()
Method Detail

testJUnit44Dep

public void testJUnit44Dep()
                    throws Exception
Throws:
Exception

testJUnit44DepWithSneaky381

public void testJUnit44DepWithSneaky381()
                                 throws Exception
Throws:
Exception

testJUnit47Dep

public void testJUnit47Dep()
                    throws Exception
Throws:
Exception


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