组织ID: |
net.sourceforge.jwebunit |
项目ID: |
jwebunit-core |
版本: |
1.4-rc1 |
最后修改时间: |
2019-10-23 12:24:08 |
包类型: |
jar |
标题: |
Core - API |
描述: |
The core API of jWebUnit. Define how tests should be written. |
大小: |
37.68KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-core</artifactId>
<version>1.4-rc1</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.jwebunit:jwebunit-core:1.4-rc1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?><project>
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
<version>1.4-rc1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-core</artifactId>
<name>Core - API</name>
<version>1.4-rc1</version>
<description>The core API of jWebUnit. Define how tests should be written.</description>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks></tasks>
<sourceRoot>${project.build.directory}/generated-sources/main/java</sourceRoot>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>WebTestCaseGenerator</mainClass>
<arguments>
<argument>${basedir}/src/main/java</argument>
<argument>${project.build.directory}/generated-sources/main/java</argument>
</arguments>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-webtestcase-generator</artifactId>
<version>1.4-rc1</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sourceforge.jwebunit.api.IJWebUnitDialog.class
net.sourceforge.jwebunit.exception.ElementNotFoundException.class
net.sourceforge.jwebunit.exception.ExpectedJavascriptAlertException.class
net.sourceforge.jwebunit.exception.ExpectedJavascriptConfirmException.class
net.sourceforge.jwebunit.exception.ExpectedJavascriptPromptException.class
net.sourceforge.jwebunit.exception.TestingEngineRegistryException.class
net.sourceforge.jwebunit.exception.TestingEngineResponseException.class
net.sourceforge.jwebunit.exception.UnableToSetFormException.class
net.sourceforge.jwebunit.exception.UnexpectedJavascriptAlertException.class
net.sourceforge.jwebunit.exception.UnexpectedJavascriptConfirmException.class
net.sourceforge.jwebunit.exception.UnexpectedJavascriptPromptException.class
net.sourceforge.jwebunit.html.Cell.class
net.sourceforge.jwebunit.html.Row.class
net.sourceforge.jwebunit.html.Table.class
net.sourceforge.jwebunit.javascript.JavascriptAlert.class
net.sourceforge.jwebunit.javascript.JavascriptConfirm.class
net.sourceforge.jwebunit.javascript.JavascriptPrompt.class
net.sourceforge.jwebunit.junit.WebTestCase.class
net.sourceforge.jwebunit.junit.WebTester.class
net.sourceforge.jwebunit.util.TestContext.class
net.sourceforge.jwebunit.util.TestingEngineRegistry.class
META-INF/maven/net.sourceforge.jwebunit/jwebunit-core/pom.xml
META-INF/maven/net.sourceforge.jwebunit/jwebunit-core/pom.properties
|
依赖Jar: |
regexp-1.3.jar
/regexp/regexp/1.3
查看regexp所有版本文件
servlet-api-2.4.jar
/javax.servlet/servlet-api/2.4
查看servlet-api所有版本文件
jwebunit-webtestcase-generator-1.4-rc1.jar
/net.sourceforge.jwebunit/jwebunit-webtestcase-generator/1.4-rc1
查看jwebunit-webtestcase-generator所有版本文件
|