|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.doc.DocumentAllTests.Assertion
protected static class DocumentAllTests.Assertion
Assertion description
| Constructor Summary | |
|---|---|
DocumentAllTests.Assertion(java.lang.String name,
java.io.File location,
boolean passed)
Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(DocumentAllTests.Assertion obj)
Compare assertions by name. |
boolean |
didTestPass()
Did the assertion pass? |
java.io.File |
getLocation()
Get location of assertion output. |
java.lang.String |
getName()
Get name of assertion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentAllTests.Assertion(java.lang.String name,
java.io.File location,
boolean passed)
name - name of assertion.location - location of assertion of output.passed - flag indicating assertion passed.| Method Detail |
|---|
public boolean didTestPass()
public java.io.File getLocation()
public java.lang.String getName()
public int compareTo(DocumentAllTests.Assertion obj)
compareTo in interface java.lang.Comparable<DocumentAllTests.Assertion>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||