Class CountTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.torque.util.functions.CountTest
All Implemented Interfaces:
junit.framework.Test

public class CountTest extends junit.framework.TestCase
Tests the Count class.
Version:
$Id: CountTest.java 1448414 2013-02-20 21:06:35Z tfischer $
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tests the Count constructor with a column returns the correct SQL.
    void
    Tests the Count constructor with a column returns the correct SQL.
    void
    Tests the Count constructor with distinct returns the correct SQL.
    void
    tests that setFunction throws a

    Methods inherited from class junit.framework.TestCase

    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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CountTest

      public CountTest()
  • Method Details

    • testCount

      public void testCount()
      Tests the Count constructor with a column returns the correct SQL.
    • testCountFromString

      public void testCountFromString()
      Tests the Count constructor with a column returns the correct SQL.
    • testCountWithDistinct

      public void testCountWithDistinct()
      Tests the Count constructor with distinct returns the correct SQL.
    • testSetFunction

      public void testSetFunction()
      tests that setFunction throws a