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