Child pages
  • JSUnit

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertEquals(expected, actual)
Asserts that two values are equal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertEquals(message, expected, actual)
Asserts that two values are equal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertFalse(boolean_condition)
Asserts that a condition is false.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertFalse(message, boolean_condition)
Asserts that a condition is false.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertFloatEquals(expectedFloat, actualFloat, tolerance)
Asserts that two floating point values are equal to within a given tolerance.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertFloatEquals(message, expectedFloat, actualFloat, tolerance)
Asserts that two floating point values are equal to within a given tolerance.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertMatches(regularExpression, actualString)
Asserts that a regular expression matches a string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertMatches(message, regularExpression, actualString)
Asserts that a regular expression matches a string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNotNull(object)
Asserts that an object is not null.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNotNull(message, object)
Asserts that an object is not null.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNotSame(notExpected, actual)
Asserts that two values are not the same.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNotSame(message, notExpected, actual)
Asserts that two values are not the same.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNotUndefined(definedObject)
Asserts that an object is not undefined.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNotUndefined(message, definedObject)
Asserts that an object is not undefined.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNull(nullValue)
Asserts that an object is null.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertNull(message, nullValue)
Asserts that an object is null.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertSame(expected, actual)
Asserts that two values are the same.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertSame(message, expected, actual)
Asserts that two values are the same.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertTrue(boolean_condition)
Asserts that a condition is true.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertTrue(message, boolean_condition)
Asserts that a condition is true.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertUndefined(undefinedValue)
Asserts that an object is undefined.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#assertUndefined(message, undefinedValue)
Asserts that an object is undefined.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#fail(message)
Fails a test.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#fail(message, instanceOfCallStack)
Fails a test.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#fail(message, instanceOfCallStack, userMessage)
Fails a test.

...