|
J avolution v5.3 (J2SE 1.5+) | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
int
argument.
long
argument.
float
argument.
double
argument.
FastList.addLast(E)
).
null
as an anonymous
nested element of unknown type.
null
objects are ignored).
null
objects are ignored).
null
objects are ignored).
null
objects are ignored).
getStreamWriter().writeCharacters(text)
).
XMLFormat.OutputElement.addText(CharSequence)
(for J2ME compatibility).
AllocatorContext
.ObjectFactory
products.reference
allocated from the current AllocatorContext
.boolean
argument.
int
argument.
int
argument.
long
argument.
long
argument.
float
.
double
;
the number of digits is 17 or 16 when the 16 digits representation
can be parsed back to the same double
(mimic the standard
library formatting).
double
according to the specified formatting arguments.
Appendable
to be used as
a writer.assertArrayEquals(expected, actual, null)
.
assertArrayEquals(expected, actual, null)
.
assertArrayEquals(expected, value, null)
.
assertArrayEquals(expected, value, null)
.
assertArrayEquals(expected, actual, delta, null)
.
assertEquals(expected, actual, null)
.
assertEquals(new Integer(expected), new Integer(actual), message)
.
assertEquals(expected, actual, null)
.
assertEquals(new Long(expected), new Long(actual))
.
assertEquals(expected, actual, null)
.
assertEquals(expected, actual, delta, message)
instead
assertEquals(expected, actual, delta)
instead
assertEquals(expected, actual, delta, null)
.
assertException(exceptionClass, logic, null)
.
assertEquals(false, actual, message)
.
assertFalse(actual, null)
.
TestContext.REGRESSION
).assertTrue(actual !
- assertNotNull(Object) -
Static method in class javolution.testing.TestContext
- Convenience method equivalent to
assertNotNull(actual, null)
.
- assertNull(Object, CharSequence) -
Static method in class javolution.testing.TestContext
- Convenience method equivalent to
assertEquals(null, actual, message)
.
- assertNull(Object) -
Static method in class javolution.testing.TestContext
- Convenience method equivalent to
assertNull(actual, null)
.
- assertSame(Object, Object, CharSequence) -
Static method in class javolution.testing.TestContext
- Checks that both objects specified refer to the same instance.
- assertSame(Object, Object) -
Static method in class javolution.testing.TestContext
- Convenience method equivalent to
assertSame(expected, actual, null)
.
- assertTrue(boolean, CharSequence) -
Static method in class javolution.testing.TestContext
- Convenience method equivalent to
assertEquals(true, actual, message)
.
- assertTrue(boolean) -
Static method in class javolution.testing.TestContext
- Convenience method equivalent to
assertTrue(actual, null)
.
- atan(double) -
Static method in class javolution.lang.MathLib
- Returns the arc tangent of the specified value,
in the range of -pi/2 through pi/2.
- atan2(double, double) -
Static method in class javolution.lang.MathLib
- Returns the angle theta such that
(x == cos(theta)) && (y == sin(theta))
.
- ATTRIBUTE -
Static variable in interface javolution.xml.stream.XMLStreamConstants
- Indicates an event is an attribute.
- Attributes - Interface in javolution.xml.sax
- This interface represents a list of XML attributes.
- AUTOMATIC_EMPTY_ELEMENTS -
Static variable in class javolution.xml.stream.XMLOutputFactory
- Property indicating if the stream writers are allowed to automatically
output empty elements when a start element is immediately followed by
matching end element
(type:
Boolean
, default: FALSE
).
|
J avolution v5.3 (J2SE 1.5+) | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |