public final class Range extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Range.From
Understands the starting value of a range.
|
static class |
Range.To
Understands the ending value of a range.
|
Modifier and Type | Method and Description |
---|---|
static Range.From |
from(int value)
Creates a new
, representing the starting value of a range. |
static Range.To |
to(int value)
Creates a new
, representing the ending value of a range. |
public static final Range.From from(int value)
Range.From
, representing the starting value of a range.value
- the starting value of the range.From
.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.