Files
openide/plugins/junit/resources/messages/JUnitBundle.properties
2022-11-15 17:23:35 +00:00

109 lines
5.0 KiB
Properties

fork.mode.label=&Fork mode:
fork.mode.name=Fork mode
repeat.label=&Repeat:
repeat.name=Repeat
repeat.count.label=&Repeat count:
search.scope.name=Search for tests
search.scope.project=In whole project
search.scope.module=In single module
search.scope.module.deps=Across module dependencies
test.group=Tests
#possible run targets
category.label=Category
change.list.label=Change list
directory.label=Directory
pattern.label=Pattern
tag.expression.label=Tag expression
uniqueid.label=UniqueId
#actions
action.AddToISuite.text=Add to JUnit Pattern Suite
action.excludeFromSuite.text=Exclude from Suite
action.text.test.unknown.target=Unknown
action.text.test.category=Tests of {0}
action.text.test.tags=Tests of {0}
unused.declaration.junit.test.entry.point=JUnit test cases
test.discovery.by.all.changes.combo.item=All
module.does.not.exists=Module ''{0}'' does not exist in project ''{1}''
junit.configuration.description=JUnit test configuration
junit.configuration.class.label=&Class:
no.pattern.error.message=No pattern selected
junit.configuration.method.label=M&ethod:
default.junit.config.name.whole.project=Whole project
default.junit.config.name.all.in.module=All in {0}
default.junit.configuration.name=<no-name>
default.junit.config.name.all.in.package.in.module={0} in {1}
default.junit.config.name.temp.suite=Temp suite
default.junit.config.name.tags=Tags ({0})
default.junit.config.empty.category=Invalid
default.junit.config.name.category=@Category({0})
junit.configuration.in.single.module.radio=In s&ingle module
no.test.class.specified.error.text=No test class specified
directory.not.found.error.message=Directory ''{0}'' is not found
create.setup.dialog.message=Method setUp already exist but is not annotated as {0}. Annotate?
junit.configuration.display.name=JUnit
class.isnt.inheritor.of.testcase.error.message={0} isn''t inheritor of TestCase
cannot.browse.test.inheritors.dialog.title=Can't Browse TestCase Inheritors
junit.configuration.package.label=Packa&ge:
create.setup.dialog.title=Create setUp Method
junit.not.found.in.module.error.message=JUnit not found in module ''{0}''
junit.configuration.across.module.dependencies.radio=Across modu&le dependencies
method.name.not.specified.error.message=Method name not specified
junit.configuration.search.for.tests.label=Search for tests:
class.not.test.error.message=Class ''{0}'' is not a test
configuration.not.specified.message=Configuration test type not specified: {0}
package.does.not.exist.error.message=Package ''{0}'' does not exist
test.method.doesnt.exist.error.message=Test method ''{0}'' doesn''t exist
junit.configuration.in.whole.project.radio=In &whole project
junit.entry.point.suggest.package.private.visibility.junit5=Suggest package-private visibility level for junit 5 tests
category.is.not.specified.error.message=Category is not specified
directory.is.not.specified.error.message=Directory is not specified
directory.0.is.not.found.error.message=Directory ''{0}'' is not found
module.to.choose.classpath.not.specified.error.message=Module to choose classpath from is not specified
tags.are.not.specified.error.message=Tags are not specified
tag.name.0.must.be.syntactically.valid.warning=Tag name [{0}] must be syntactically valid
dialog.message.no.unique.id.specified.exception=No unique id specified
test.kind.hint=The type of resource to search for tests
test.pattern.hint=A regexp to match the names of classes that contain tests
test.class.hint=The fully qualified name of a class that contains tests
test.method.hint=The fully qualified name of a test method
test.package.hint=The name of the package that contains tests
# configuration kinds
junit.configuration.kind.all.in.package=All in package
junit.configuration.kind.all.in.directory=All in directory
junit.configuration.kind.by.pattern=Pattern
junit.configuration.kind.class=Class
junit.configuration.kind.method=Method
junit.configuration.kind.category=Category
junit.configuration.kind.by.unique.id=UniqueId
junit.configuration.kind.by.tags=Tags
# repeat modes
junit.configuration.repeat.mode.once=Once
junit.configuration.repeat.mode.n.times=N times
junit.configuration.repeat.mode.until.failure=Until failure
junit.configuration.repeat.mode.until.stopped=Until stopped
# fork modes
junit.configuration.fork.mode.none=None
junit.configuration.fork.mode.method=Method
junit.configuration.fork.mode.class=Class
junit.configuration.fork.mode.repeat=Repeat
combobox.changelists.all=All
no.module.selected.error.message=No module selected
category.interface.dialog.title=Category Interface
running.tests.disabled.during.index.update.error.message=Running tests is disabled during index update
dialog.message.failed.to.resolve.maven.id=Failed to resolve {0}
junit5.migration.description=For transferring the JUnit 4 test annotations to the new jupiter ones, may result in red code! Assertions won't be migrated. \
Please see the 'Java | JUnit issues | JUnit 4 test can be JUnit 5' inspection to migrate only tests which can be converted fully automatically.
progress.title.download.additional.dependencies=Download additional dependencies...
junit.config.with.parameter.0=\ with parameter "{0}"