组织ID: |
net.sourceforge.jwebunit |
项目ID: |
jwebunit-htmlunit-plugin |
版本: |
2.4 |
最后修改时间: |
2019-10-23 12:21:57 |
包类型: |
jar |
标题: |
HtmlUnit Plugin |
描述: |
HtmlUnit plugin for JWebUnit. |
大小: |
28.08KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<version>2.4</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:2.4
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
<version>2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<name>HtmlUnit Plugin</name>
<description>HtmlUnit plugin for JWebUnit.</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<configuration>
<includes>
<include>**/*Test.java</include>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude>**/*AbstractTest.java</exclude>
<exclude>**/*AbstractTests.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-commons-tests</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
</dependencies>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl$1.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl$2.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl$3.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl$4.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.class
META-INF/maven/net.sourceforge.jwebunit/jwebunit-htmlunit-plugin/pom.xml
META-INF/maven/net.sourceforge.jwebunit/jwebunit-htmlunit-plugin/pom.properties
|
依赖Jar: |
mockito-all-1.7.jar
/org.mockito/mockito-all/1.7
查看mockito-all所有版本文件
jwebunit-core-${project.version}.jar
/net.sourceforge.jwebunit/jwebunit-core/${project.version}
查看jwebunit-core所有版本文件
jwebunit-commons-tests-${project.version}.jar
/net.sourceforge.jwebunit/jwebunit-commons-tests/${project.version}
查看jwebunit-commons-tests所有版本文件
|