# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # # This file contains localization strings for configuration labels and # descriptions as used in the metatype.xml descriptor generated by the # the Sling SCR plugin org.apache.sling.junit.healthcheck.impl.name = JUnit Health Check org.apache.sling.junit.healthcheck.impl.description = Health Check that executes JUnit tests hc.mbean.name.name = MBean name hc.mbean.name.description = Name of the MBean to create for this Health Check. hc.tags.name = Health Check tags hc.tags.description = List of tags for this Health Check service, used to select \ subsets of Health Check services for execution. hc.name.name = Health Check Name hc.name.description = Name of this Health Check service. Used for the MBean that's created \ for this Health Check as well, unless a specific MBean name is configured. test.package.or.class.name = Test package or class test.package.or.class.description = Package or class name to use to select which tests \ to execute. test.method.name = Test method test.method.description = Name of a specific test method to execute (optional).