org.apache.maven.surefire.junitcore
Class MavenSurefireJUnit47RunnerTest.FailingTestClassTestNot

java.lang.Object
  extended by org.apache.maven.surefire.junitcore.MavenSurefireJUnit47RunnerTest.FailingTestClassTestNot
Enclosing class:
MavenSurefireJUnit47RunnerTest

public static class MavenSurefireJUnit47RunnerTest.FailingTestClassTestNot
extends Object

Simple TestCase to force a Exception in @BeforeClass.


Constructor Summary
MavenSurefireJUnit47RunnerTest.FailingTestClassTestNot()
           
 
Method Summary
static void failingBeforeClass()
           
 void shouldNeverBeCalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenSurefireJUnit47RunnerTest.FailingTestClassTestNot

public MavenSurefireJUnit47RunnerTest.FailingTestClassTestNot()
Method Detail

failingBeforeClass

public static void failingBeforeClass()
                               throws Exception
Throws:
Exception

shouldNeverBeCalled

public void shouldNeverBeCalled()
                         throws Exception
Throws:
Exception


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