wwndesc
1.0-76
|
test case: this matches a single item known to exist in the Demo Database More...
Public Member Functions | |
DemoTestDesc (String wwn) | |
create an instance with brief set to false. More... | |
String | toString () |
generates a test description or alias for this test class More... | |
![]() | |
WWNDesc (String wwn) | |
create an instance with brief set to false. More... | |
WWNDesc (boolean brief, String wwn) | |
create an instance with the given WWN. More... | |
WWNDesc (boolean brief, String wwn, DevRole role) | |
create an instance with the given WWN. More... | |
String | descPort () |
describe the WWPN's unique port label/index More... | |
String | toString () |
describe the WWN: produce a short (shorter if this.brief = true) description suitable for use as an alias for this WWN More... | |
Additional Inherited Members | |
![]() | |
boolean | brief |
whether a more brief output should be offered in toString() (ie the difference between "VMax-HK192601234-12gB" and "VMax-1234-12gB") . More... | |
DevRole | role = DevRole.TARGET |
role of the device: Target, Switch, Initiator | |
BigInteger | wwn |
the WWN that the instance tried to describe | |
test case: this matches a single item known to exist in the Demo Database
Definition at line 34 of file WWNDescription.java.
|
inline |
create an instance with brief set to false.
This is a convenience function to support the older constructor model
java.lang.NullPointerException | if the given wwn is null |
wwn | the WWN to evaluate and describe |
Definition at line 37 of file WWNDescription.java.
|
inline |
generates a test description or alias for this test class
Definition at line 46 of file WWNDescription.java.