final LinkedIn2Date startDate = position.getStartDate();
assertEquals(2012, startDate.getYear().intValue());
assertEquals(3, startDate.getMonth().intValue());
assertTrue(position.getIsCurrent().booleanValue());
assertNull(position.getEndDate());
final LinkedIn2Company company = position.getCompany();
assertEquals("PAC4J", company.getName());
assertNull(company.getIndustry());
assertEquals("http://www.linkedin.com/profile/view?id=167439971&authType=name&authToken=_IWF&trk=api*a167383*s175634*",
profile.getSiteStandardProfileRequest());
assertEquals("167439971", profile.getOAuth10Id());
assertEquals(14, profile.getAttributes().size());
}