|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectisql.util.JUnitISQL
public class JUnitISQL
Utility functions to test the system using JUnit
| Constructor Summary | |
|---|---|
JUnitISQL()
|
|
| Method Summary | |
|---|---|
static Column |
buildNumericalColumn(java.lang.String columnName,
double[] arrValues)
Converts an array of numbers (double[]) to a table column |
static Column |
buildTextColumn(java.lang.String columnName,
java.lang.String[] arrValues)
Converts an array of texts (String[]) to a table column |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JUnitISQL()
| Method Detail |
|---|
public static Column buildNumericalColumn(java.lang.String columnName,
double[] arrValues)
columnName - the column identifier in form of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||