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

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

public static class MavenSurefireJUnit48RunnerTest.FailingTestClassTestNot
extends Object

Simple TestCase to force a Exception in @BeforeClass.


Constructor Summary
MavenSurefireJUnit48RunnerTest.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

MavenSurefireJUnit48RunnerTest.FailingTestClassTestNot

public MavenSurefireJUnit48RunnerTest.FailingTestClassTestNot()
Method Detail

failingBeforeClass

public static void failingBeforeClass()
                               throws Exception
Throws:
Exception

shouldNeverBeCalled

public void shouldNeverBeCalled()
                         throws Exception
Throws:
Exception


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