|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jdiagnose.DiagnosticUnit org.jdiagnose.library.DiagnoseDiagnostic
JDiagnose Diagnosic. Just checks the Java Version for now. User: jamie Date: May 31, 2004 Time: 8:42:47 PM
Constructor Summary | |
DiagnoseDiagnostic()
Default Constructor |
|
DiagnoseDiagnostic(java.lang.String name)
Construct with a new fully qualified name |
Method Summary | |
void |
diagnoseJavaVersion13OrGreater()
Check to see that the Java Version is 1.3 or higher |
Methods inherited from class org.jdiagnose.DiagnosticUnit |
assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertTrue, assertTrue, diagnose, getDiagnosticContainers, getDiagnostics, getName, setUp, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiagnoseDiagnostic()
public DiagnoseDiagnostic(java.lang.String name)
name
- the fqn of this diagnosticMethod Detail |
public void diagnoseJavaVersion13OrGreater() throws DiagnosticException
DiagnosticException
- if the Java Version isn't matched
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |