66676869707172737475
} @Override public MutableTestCase setDurationInMs(@Nullable Long l) { if (l != null && l < 0) { throw new IllegalDurationException("Test duration must be positive (got: " + l + ")"); } setProperty(DURATION, l); return this; }