La recherche a retourné 1 résultat
Aller sur la recherche avancée
- lun. sept. 16, 2024 3:37 am
- Forum : Questions générales / General questions
- Sujet : junit listTest syntax
- Réponses : 3
- Vues : 10999
Re: junit listTest syntax
The listTest property expects a properly formatted test class and method name. Typically, the correct format for specifying a test class in JUnit is: package.name:TestClassName Or, to specify a particular test method within the class: package.name:TestClassName#methodName In your case, if you are ta...