|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.pentaho.di.compatibility.ValueTest
public class ValueTest
Test class for the basic functionality of Value.
Constructor Summary | |
---|---|
ValueTest()
|
Method Summary | |
---|---|
void |
testBooleanOperators()
Test boolean operators. |
void |
testBooleanOperators1()
Test boolean operators. |
void |
testByteToHexEncode()
Test hexEncode. |
void |
testClone1()
Constructors using Values. |
void |
testClone2()
Constructors using Values. |
void |
testComparators()
Test comparators. |
void |
testConstructor1()
Constructor test 1. |
void |
testConstructor2()
Constructor test 2. |
void |
testConstructor3()
Constructors using Values |
void |
testConstructor4()
Constructors using Values |
void |
testConstructor5()
Constructors using Values |
void |
testGetStringLength()
Test of getStringLength(). |
void |
testGetXML()
|
void |
testHexByteRegression()
Regression test for bug: hexdecode/encode would not work for some UTF8 strings. |
void |
testHexCharTest()
Test for Hex to Char decoding and vica versa. |
void |
testHexToByteDecode()
Test hexToByteDecode. |
void |
testIsEqualTo()
|
void |
testIsNumeric()
Test for isNumeric(). |
void |
testLike()
Test like. |
void |
testLooseEnds()
Stuff which we didn't get in other checks. |
void |
testSetValue()
Test of setValue() |
void |
testToIntegerNumber()
Test of string representation of Integer Value. |
void |
testToStringBoolean()
Test of boolean representation of Value. |
void |
testToStringDate()
Test of boolean representation of Value. |
void |
testToStringMeta()
|
void |
testToStringNumber()
Test of string representation of Number Value. |
void |
testToStringString()
Test of string representation of String Value. |
void |
testTrim()
Test trim, ltrim, rtrim. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
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, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValueTest()
Method Detail |
---|
public void testConstructor1()
public void testConstructor2()
public void testConstructor3()
public void testConstructor4()
public void testConstructor5()
public void testToStringString()
public void testToStringNumber()
public void testToIntegerNumber()
public void testToStringBoolean()
public void testToStringDate()
public void testToStringMeta()
public void testClone1()
public void testGetStringLength()
public void testGetXML()
public void testSetValue()
public void testIsNumeric()
public void testIsEqualTo()
public void testBooleanOperators()
public void testBooleanOperators1()
public void testComparators()
public void testTrim()
public void testHexToByteDecode() throws KettleValueException
KettleValueException
public void testByteToHexEncode()
public void testHexByteRegression() throws KettleValueException
KettleValueException
public void testHexCharTest() throws KettleValueException
KettleValueException
public void testLike()
public void testLooseEnds()
public void testClone2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |