|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.rules.Verifier
org.openqa.selenium.support.testing.Verifications
public class Verifications
| Field Summary | |
|---|---|
protected java.lang.StringBuilder |
verificationErrors
|
| Constructor Summary | |
|---|---|
Verifications()
|
|
| Method Summary | |
|---|---|
void |
clearVerificationErrors()
Clears out the list of verification errors |
protected java.lang.String |
throwableToString(java.lang.Throwable t)
|
protected void |
verify()
|
void |
verifyEquals(java.lang.Object expected,
java.lang.Object actual)
Like assertEquals, but fails at the end of the test (during tearDown) |
void |
verifyEquals(java.lang.String[] expected,
java.lang.String[] actual)
Asserts that two string arrays have identical string contents (fails at the end of the test, during tearDown) |
void |
verifyFalse(boolean value)
Like assertFalse, but fails at the end of the test (during tearDown) |
void |
verifyNotEquals(boolean expected,
boolean actual)
Like assertNotEquals, but fails at the end of the test (during tearDown) |
void |
verifyNotEquals(java.lang.Object expected,
java.lang.Object actual)
Like assertNotEquals, but fails at the end of the test (during tearDown) |
void |
verifyTrue(boolean value)
Like assertTrue, but fails at the end of the test (during tearDown) |
| Methods inherited from class org.junit.rules.Verifier |
|---|
apply |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.StringBuilder verificationErrors
| Constructor Detail |
|---|
public Verifications()
| Method Detail |
|---|
protected void verify()
throws java.lang.Throwable
verify in class org.junit.rules.Verifierjava.lang.Throwablepublic void clearVerificationErrors()
public void verifyEquals(java.lang.Object expected,
java.lang.Object actual)
public void verifyTrue(boolean value)
public void verifyFalse(boolean value)
public void verifyEquals(java.lang.String[] expected,
java.lang.String[] actual)
public void verifyNotEquals(java.lang.Object expected,
java.lang.Object actual)
public void verifyNotEquals(boolean expected,
boolean actual)
protected java.lang.String throwableToString(java.lang.Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||