Package org.apache.sling.hc.core.impl.executor

Examples of org.apache.sling.hc.core.impl.executor.ExecutionResult


        assertEquals(Result.Status.CRITICAL, result.getStatus());

    }

    private HealthCheckExecutionResult createExecutionResult(String name, String[] testTags, Result result) {
        HealthCheckExecutionResult healthCheckExecutionResult = new ExecutionResult(new HealthCheckMetadata(new DummyHcServiceReference(name, testTags,
                new String[0])), result, 0L);
        return healthCheckExecutionResult;
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.hc.core.impl.executor.ExecutionResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.