private void assertOnTokenScroll()
{
Token token1 = new Token();
token1.setId("tokenId1");
token1.setTokenName("tokenName1");
TokenClient client = new TokenClient();
client.setClientName("tokenClient1");
client.setId("tokenClientId");
token1.setClient(client);
Token token2 = new Token();
token2.setId("tokenId2");
token2.setTokenName("tokenName2");