Monday, October 10, 2022
HomeWordPress DevelopmentJUnit - Writing Pattern Take a look at Instances for CutOffMarkCalculation Java...

JUnit – Writing Pattern Take a look at Instances for CutOffMarkCalculation Java Service


<?xml model="1.0" encoding="UTF-8"?>

   <modelVersion>4.0.0</modelVersion>

   <groupId>com.gfg.cutOffMarkCalculator</groupId>

   <artifactId>CutOffMarkCalculatorService</artifactId>

   <packaging>jar</packaging>

   <model>1.0-SNAPSHOT</model>

   <properties>

      <venture.construct.sourceEncoding>UTF-8</venture.construct.sourceEncoding>

      <maven.compiler.supply>1.8</maven.compiler.supply>

      <maven.compiler.goal>1.8</maven.compiler.goal>

      <junit.model>5.3.1</junit.model>

      <pitest.model>1.4.3</pitest.model>

   </properties>

   <dependencies>

      

      <dependency>

         <groupId>org.junit.jupiter</groupId>

         <artifactId>junit-jupiter-engine</artifactId>

         <model>${junit.model}</model>

         <scope>take a look at</scope>

      </dependency>

   </dependencies>

   <construct>

      <finalName>maven-mutation-testing</finalName>

      <plugins>

         <plugin>

            <groupId>org.apache.maven.plugins</groupId>

            <artifactId>maven-surefire-plugin</artifactId>

            <model>3.0.0-M1</model>

         </plugin>

         <plugin>

            <groupId>org.pitest</groupId>

            <artifactId>pitest-maven</artifactId>

            <model>${pitest.model}</model>

            <executions>

               <execution>

                  <id>pit-report</id>

                  <section>take a look at</section>

                  <objectives>

                     <aim>mutationCoverage</aim>

                  </objectives>

               </execution>

            </executions>

            

            <dependencies>

               <dependency>

                  <groupId>org.pitest</groupId>

                  <artifactId>pitest-junit5-plugin</artifactId>

                  <model>0.8</model>

               </dependency>

            </dependencies>

            <configuration>

               <targetClasses>

                  <param>com.gfg.cutOffMarkCalculator.*CutOffMarkCalculator*</param>

               </targetClasses>

               <targetTests>

                  <param>com.gfg.cutOffMarkCalculator.*</param>

               </targetTests>

            </configuration>

         </plugin>

      </plugins>

   </construct>

</venture>

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments