All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rulesets.java.migrating_to_junit4.xml Maven / Gradle / Ivy

There is a newer version: 2.0.9
Show newest version
<?xml version="1.0"?>

<ruleset name="MigratingToJUnit4"
    xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
  <description>
Contains rules for migrating to JUnit 4
  </description>

  <rule ref="rulesets/java/migrating.xml/JUnit4TestShouldUseBeforeAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnit4TestShouldUseTestAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnit4TestShouldUseAfterAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnit4SuitesShouldUseSuiteAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnitUseExpected"/>

</ruleset>







© 2015 - 2025 Weber Informatics LLC | Privacy Policy