org.apache.maven.surefire.its
Class TestMethodPatternIT

java.lang.Object
  extended by org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase
      extended by org.apache.maven.surefire.its.TestMethodPatternIT

public class TestMethodPatternIT
extends SurefireJUnit4IntegrationTestCase

Test project using -Dtest=mtClass#myMethod

Author:
Olivier Lamy

Constructor Summary
TestMethodPatternIT()
           
 
Method Summary
 void runMethodPattern(String projectName)
           
 void testJUnit44()
           
 void testJUnit48()
           
 void testJUnit48WithCategoryFilter()
           
 void testMethodPatternAfter()
           
 void testTestNgMethodBefore()
           
 void testTestNGMethodPattern()
           
 
Methods inherited from class org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase
executeErrorFreeTest, unpack, unpack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethodPatternIT

public TestMethodPatternIT()
Method Detail

runMethodPattern

public void runMethodPattern(String projectName)

testJUnit44

public void testJUnit44()

testJUnit48

public void testJUnit48()

testJUnit48WithCategoryFilter

public void testJUnit48WithCategoryFilter()

testTestNgMethodBefore

public void testTestNgMethodBefore()

testTestNGMethodPattern

public void testTestNGMethodPattern()

testMethodPatternAfter

public void testMethodPatternAfter()


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