org.apache.maven.plugin.surefire.booterclient
Class BooterDeserializerProviderConfigurationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.surefire.booterclient.BooterDeserializerProviderConfigurationTest
All Implemented Interfaces:
junit.framework.Test

public class BooterDeserializerProviderConfigurationTest
extends junit.framework.TestCase

Performs roundtrip testing of serialization/deserialization of the ProviderConfiguration

Author:
Kristian Rosenvold

Constructor Summary
BooterDeserializerProviderConfigurationTest()
           
 
Method Summary
static ClassLoaderConfiguration getForkConfiguration()
           
 void testDirectoryScannerParams()
           
 void testFailIfNoTests()
           
 void testReporterConfiguration()
           
 void testTestArtifact()
           
 void testTestForFork()
           
 void testTestRequest()
           
 
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

BooterDeserializerProviderConfigurationTest

public BooterDeserializerProviderConfigurationTest()
Method Detail

getForkConfiguration

public static ClassLoaderConfiguration getForkConfiguration()
                                                     throws IOException
Throws:
IOException

testDirectoryScannerParams

public void testDirectoryScannerParams()
                                throws IOException
Throws:
IOException

testReporterConfiguration

public void testReporterConfiguration()
                               throws IOException
Throws:
IOException

testTestArtifact

public void testTestArtifact()
                      throws IOException
Throws:
IOException

testTestRequest

public void testTestRequest()
                     throws IOException
Throws:
IOException

testTestForFork

public void testTestForFork()
                     throws IOException
Throws:
IOException

testFailIfNoTests

public void testFailIfNoTests()
                       throws IOException
Throws:
IOException


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