org.apache.maven.cli
Class AbstractConsoleDownloadMonitorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.cli.AbstractConsoleDownloadMonitorTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BatchModeDownloadMonitorTest, ConsoleDownloadMonitorTest

public abstract class AbstractConsoleDownloadMonitorTest
extends junit.framework.TestCase

Test for AbstractConsoleDownloadMonitor

Version:
$Id: AbstractConsoleDownloadMonitorTest.java 640549 2008-03-24 20:05:11Z bentmann $
Author:
Carlos Sanchez

Constructor Summary
AbstractConsoleDownloadMonitorTest()
           
 
Method Summary
 org.apache.maven.cli.AbstractConsoleDownloadMonitor getMonitor()
           
 void setMonitor(org.apache.maven.cli.AbstractConsoleDownloadMonitor monitor)
           
 void testDebug()
           
 void testTransferCompleted()
           
 void testTransferError()
           
 void testTransferInitiated()
           
 void testTransferProgress()
           
 void testTransferStarted()
           
 
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

AbstractConsoleDownloadMonitorTest

public AbstractConsoleDownloadMonitorTest()
Method Detail

setMonitor

public void setMonitor(org.apache.maven.cli.AbstractConsoleDownloadMonitor monitor)

getMonitor

public org.apache.maven.cli.AbstractConsoleDownloadMonitor getMonitor()

testTransferInitiated

public void testTransferInitiated()
                           throws Exception
Throws:
Exception

testTransferStarted

public void testTransferStarted()
                         throws Exception
Throws:
Exception

testTransferProgress

public void testTransferProgress()
                          throws Exception
Throws:
Exception

testTransferCompleted

public void testTransferCompleted()
                           throws Exception
Throws:
Exception

testTransferError

public void testTransferError()
                       throws Exception
Throws:
Exception

testDebug

public void testDebug()
               throws Exception
Throws:
Exception


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.