Package org.apache.torque.util.functions
Klasse MaxTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.torque.util.functions.MaxTest
- Alle implementierten Schnittstellen:
junit.framework.Test
public class MaxTest
extends junit.framework.TestCase
Tests the Max class
- Version:
- $Id: MaxTest.java 1448414 2013-02-20 21:06:35Z tfischer $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
testMax()
Tests the max constructor with a column returns the correct SQL.void
Tests the max constructor with a column returns the correct SQL.void
Tests the max constructor with distinct returns the correct SQL.void
tests that setFunction throws aVon 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
-
Konstruktordetails
-
MaxTest
public MaxTest()
-
-
Methodendetails
-
testMax
public void testMax()Tests the max constructor with a column returns the correct SQL. -
testMaxFromString
public void testMaxFromString()Tests the max constructor with a column returns the correct SQL. -
testMaxWithDistinct
public void testMaxWithDistinct()Tests the max constructor with distinct returns the correct SQL. -
testSetFunction
public void testSetFunction()tests that setFunction throws a
-