I have these values coming from a test
previousTokenValues[1] = \"1378994409108\" currentTokenValues[1] = \"1378994416509\"
and I try
You should add Hamcrest-library to your Build Path. It contains the needed Matchers.class which has the lessThan() method.
Dependency as below.
org.hamcrest hamcrest-library 1.3 test