Klasse AvgTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.torque.util.functions.AvgTest
Alle implementierten Schnittstellen:
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 $
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Tests the avg constructor with a column returns the correct SQL.
    void
    Tests the avg constructor with a column returns the correct SQL.
    void
    Tests the avg constructor with distinct returns the correct SQL.
    void
    tests that setFunction throws a

    Von Klasse geerbte Methoden 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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

    • AvgTest

      public AvgTest()
  • Methodendetails

    • 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