Method Summary |
|
public void | setUp() |
public void | testCompare22To22() Verifies that comparing version 2.2 to version 2.2 yields zero. |
public void | testCompare22To23() Verifies that comparing version 2.2 to version 2.3 yields a negative
value. |
public void | testCompare23To22() Verifies that comparing version 2.2 to version 2.3 yields a negative
value. |
public void | testCompare23To23() Verifies that comparing version 2.3 to version 2.3 yields zero. |
public void | testValueOfDocType22() Verifies that calling WebXmlVersion.valueOf() with a web-app 2.2 document
type returns the correct instance. |
public void | testValueOfDocType23() Verifies that calling WebXmlVersion.valueOf() with a web-app 2.3 document
type returns the correct instance. |
public void | testValueOfNull() Verifies that calling WebXmlVersion.valueOf(null) throws a
NullPointerException. |
public void | testValueOfUnknownDocType() Verifies that calling WebXmlVersion.valueOf() with a unknown document
type returns null. |