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 746138 2009-02-20 05:02:48Z brett $
Author:
Carlos Sanchez

Field Summary
protected  AbstractConsoleDownloadMonitor monitor
           
 
Constructor Summary
AbstractConsoleDownloadMonitorTest()
           
 
Method Summary
 AbstractConsoleDownloadMonitor getMonitor()
           
 void setMonitor(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
 

Field Detail

monitor

protected AbstractConsoleDownloadMonitor monitor
Constructor Detail

AbstractConsoleDownloadMonitorTest

public AbstractConsoleDownloadMonitorTest()
Method Detail

setMonitor

public void setMonitor(AbstractConsoleDownloadMonitor monitor)

getMonitor

public 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-2009 The Apache Software Foundation. All Rights Reserved.