public class TestFunctionOverload extends TestBase
TestBase.ChildBASE_TEST_DIR, config, start, uniqueId| Constructor and Description |
|---|
TestFunctionOverload() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... a)
Run just this test.
|
static int |
overload0()
This method is called via reflection from the database.
|
static int |
overload1or2(int one)
This method is called via reflection from the database.
|
static int |
overload1or2(int one,
int two)
This method is called via reflection from the database.
|
static int |
overload1or2WithConn(java.sql.Connection conn,
int one)
This method is called via reflection from the database.
|
static int |
overload1or2WithConn(int one,
int two)
This method is called via reflection from the database.
|
static int |
overloadError(double one,
double two)
This method is called via reflection from the database.
|
static int |
overloadError(int one,
int two)
This method is called via reflection from the database.
|
void |
test()
This method will be called by the test framework.
|
assertContains, assertEqualDatabases, assertEqualReaders, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualStreams, assertFalse, assertFalse, assertKnownException, assertKnownException, assertNull, assertResult, assertResultRowCount, assertResultSetMeta, assertResultSetOrdered, assertSingleValue, assertSmaller, assertStartsWith, assertThrows, assertThrows, assertThrows, assertThrows, assertTrue, assertTrue, buildChild, crash, createCaller, createClassProxy, createFailingStream, deleteDb, deleteDb, eatMemory, execute, execute, fail, fail, freeMemory, getBaseDir, getClassPath, getConnection, getConnection, getFilePassword, getMemoryUsed, getMemoryUsedBytes, getPassword, getPassword, getSize, getTestDir, getTestName, getURL, getUser, init, init, logError, logErrorMessage, println, printTime, printTimeMemory, readString, runTest, startServerIfRequired, throwException, trace, trace, traceMemorypublic static void main(java.lang.String... a)
throws java.lang.Exception
a - ignoredjava.lang.Exceptionpublic void test()
throws java.sql.SQLException
TestBasepublic static int overload0()
public static int overload1or2(int one)
one - the valuepublic static int overload1or2(int one,
int two)
one - the first valuetwo - the second valuepublic static int overload1or2WithConn(java.sql.Connection conn,
int one)
throws java.sql.SQLException
conn - the connectionone - the valuejava.sql.SQLExceptionpublic static int overload1or2WithConn(int one,
int two)
one - the first valuetwo - the second valuepublic static int overloadError(int one,
int two)
one - the first valuetwo - the second valuepublic static int overloadError(double one,
double two)
one - the first valuetwo - the second value