|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.benow.security.SecureObject
org.benow.repository.util.PersistentObjectImpl
org.benow.repository.mapping.JSQLObject
org.benow.web.test.TestResultImpl
public class TestResultImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.benow.repository.mapping.JSQLObject |
|---|
org.benow.repository.mapping.JSQLObject.XSQLVersionDesc, org.benow.repository.mapping.JSQLObject.XSQLVersioned |
| Field Summary | |
|---|---|
long |
runTime
|
| Fields inherited from class org.benow.repository.util.PersistentObjectImpl |
|---|
conn, recycled |
| Fields inherited from class org.benow.security.SecureObject |
|---|
admin |
| Fields inherited from interface org.benow.repository.util.PersistentObject |
|---|
FIELD_NAME_KEY |
| Constructor Summary | |
|---|---|
protected |
TestResultImpl()
|
|
TestResultImpl(TestStepImpl step)
|
| Method Summary | |
|---|---|
java.lang.String |
getError()
|
java.lang.String |
getHTML()
|
long |
getRunTime()
|
TimeFormat |
getSince()
|
TestStep |
getStep()
|
TestStep |
getURL()
|
boolean |
passed()
|
void |
run()
|
void |
setHTML(java.lang.String html)
|
void |
stampAsExpected()
Stamps this test result as the result to be expected. |
| Methods inherited from class org.benow.repository.mapping.JSQLObject |
|---|
fetchExpectedField, fetchField, fetchFieldQuiet, forgetField, isFetched, isLocked, lock, refetchFieldQuiet, setFetched |
| Methods inherited from class org.benow.repository.util.PersistentObjectImpl |
|---|
compareTo, doIsTransient, equals, getKey, isTransient, recycle, remove, remove, repositoryAfterLoad, repositoryAfterPersist, repositoryAfterTransient, repositoryBeforePersist, repositoryBeforeTransient, setKey, toString, update, update |
| Methods inherited from class org.benow.security.SecureObject |
|---|
assertOnePermission, assertPermission, assertPermission, declarePermission, declareViewPermission, declareViewPermission |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public long runTime
| Constructor Detail |
|---|
protected TestResultImpl()
public TestResultImpl(TestStepImpl step)
| Method Detail |
|---|
public TimeFormat getSince()
public void run()
run in interface java.lang.Runnablepublic java.lang.String getHTML()
getHTML in interface TestResultpublic long getRunTime()
getRunTime in interface TestResultpublic boolean passed()
passed in interface TestResultpublic TestStep getURL()
getURL in interface TestResultpublic void setHTML(java.lang.String html)
public TestStep getStep()
getStep in interface TestResultpublic java.lang.String getError()
getError in interface TestResultpublic void stampAsExpected()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||