org.apache.maven.shared.runtime
Class MavenRuntimeVisitorUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.shared.runtime.MavenRuntimeVisitorUtilsTest
All Implemented Interfaces:
Test

public class MavenRuntimeVisitorUtilsTest
extends TestCase

Tests MavenRuntimeVisitorUtils.

Version:
$Id: MavenRuntimeVisitorUtilsTest.java 831910 2009-11-02 15:05:33Z markh $
Author:
Mark Hobson
See Also:
MavenRuntimeVisitorUtils

Constructor Summary
MavenRuntimeVisitorUtilsTest()
           
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testWithEmptyJar()
           
 void testWithUnknownFileExtension()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

MavenRuntimeVisitorUtilsTest

public MavenRuntimeVisitorUtilsTest()
Method Detail

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception

Overrides:
tearDown in class TestCase
Throws:
Exception

testWithEmptyJar

public void testWithEmptyJar()
                      throws IOException,
                             MavenRuntimeException
Throws:
IOException
MavenRuntimeException

testWithUnknownFileExtension

public void testWithUnknownFileExtension()
                                  throws IOException,
                                         MavenRuntimeException
Throws:
IOException
MavenRuntimeException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.