when I debug my test, I cant call my method inside my service because null pointer exception on this picture attached.
@UtilityClass
@Slf4j
public class DppNptePrivilegeUtil {
@Autowired
private UserProfileIndividualData userProfileIndividualData;
@Slf4j
@Service
public class UserProfileIndividualData extends UserProfileClientService {
java.lang.NullPointerException
at com.netcompany.dpp.security.auth.server.util.DppNptePrivilegeUtil.testAddNumbersDPP
How do i fix this?