Nexus nexus = new Nexus("initA", "targetB", 100);
TargetTransportPort ttp =
new TestTargetTransportPort(nexus, Status.CHECK_CONDITION,
ByteBuffer.wrap((new LogicalUnitNotSupportedException()).encode()),
transportResults);
LogicalUnit lu = new TestLogicalUnit(nexus, luResults);
TaskRouter router = this.getTaskRouterInstance();