org.hackystat.sensor.ant.svn
Class TestAll

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.sensor.ant.svn.TestAll
All Implemented Interfaces:
junit.framework.Test

public class TestAll
extends junit.framework.TestCase

Test suite for everything in this package.

Version:
$Id$
Author:
(Cedric) Qin ZHANG

Constructor Summary
TestAll()
           
 
Method Summary
protected  void setUp()
          Test case set up.
 void testGetRevisionNumberWithOutliers()
          Tests get svn revision number.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestAll

public TestAll()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Test case set up.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - If we cannot set up this test case.

testGetRevisionNumberWithOutliers

public void testGetRevisionNumberWithOutliers()
                                       throws java.lang.Exception
Tests get svn revision number.

Throws:
java.lang.Exception - If test fails.