org.apache.torque.util.functions
Class AvgTest

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

public class AvgTest
extends junit.framework.TestCase

Tests the Avg class.

Version:
$Id: AvgTest.java 1448414 2013-02-20 21:06:35Z tfischer $

Constructor Summary
AvgTest()
           
 
Method Summary
 void testAvg()
          Tests the avg constructor with a column returns the correct SQL.
 void testAvgFromString()
          Tests the avg constructor with a column returns the correct SQL.
 void testAvgWithDistinct()
          Tests the avg constructor with distinct returns the correct SQL.
 void testSetFunction()
          tests that setFunction throws a
 
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

AvgTest

public AvgTest()
Method Detail

testAvg

public void testAvg()
Tests the avg constructor with a column returns the correct SQL.


testAvgFromString

public void testAvgFromString()
Tests the avg constructor with a column returns the correct SQL.


testAvgWithDistinct

public void testAvgWithDistinct()
Tests the avg constructor with distinct returns the correct SQL.


testSetFunction

public void testSetFunction()
tests that setFunction throws a



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.