protected void activate()

in src/main/java/org/apache/sling/hc/junitbridge/HealthCheckTestsProvider.java [64:69]


    protected void activate(ComponentContext ctx) {
        bundleContext = ctx.getBundleContext();
        tagGroups = PropertiesUtil.toStringArray(ctx.getProperties().get(PROP_TAG_GROUPS), DEFAULT_TAG_GROUPS);
        servicePid = (String)ctx.getProperties().get(Constants.SERVICE_PID);
        lastModified = System.currentTimeMillis();
    }