| 组织ID: |
net.sourceforge.jwebunit |
| 项目ID: |
jwebunit-webtestcase-generator |
| 版本: |
2.2 |
| 最后修改时间: |
2019-10-23 12:20:28 |
| 包类型: |
jar |
| 标题: |
WebTestCase Generator |
| 描述: |
A little parser that create WebTestCase from WebTester. |
| 大小: |
59.74KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-webtestcase-generator</artifactId>
<version>2.2</version>
</dependency>
|
| Gradle引入代码: |
net.sourceforge.jwebunit:jwebunit-webtestcase-generator:2.2
|
| 下载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.2</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-webtestcase-generator</artifactId>
<name>WebTestCase Generator</name>
<description>A little parser that create WebTestCase from WebTester.</description>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>javacc</goal>
</goals>
<configuration>
<outputDirectory>target/generated-sources/javacc</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.sourceforge.jwebunit.javacc.JavaCharStream.class
net.sourceforge.jwebunit.javacc.ParseException.class
net.sourceforge.jwebunit.javacc.Token$GTToken.class
net.sourceforge.jwebunit.javacc.Token.class
net.sourceforge.jwebunit.javacc.TokenMgrError.class
net.sourceforge.jwebunit.javacc.WebTestCaseGenerator$1.class
net.sourceforge.jwebunit.javacc.WebTestCaseGenerator$LookaheadSuccess.class
net.sourceforge.jwebunit.javacc.WebTestCaseGenerator$ModifierSet.class
net.sourceforge.jwebunit.javacc.WebTestCaseGenerator.class
net.sourceforge.jwebunit.javacc.WebTestCaseGeneratorConstants.class
net.sourceforge.jwebunit.javacc.WebTestCaseGeneratorTokenManager.class
META-INF/maven/net.sourceforge.jwebunit/jwebunit-webtestcase-generator/pom.xml
META-INF/maven/net.sourceforge.jwebunit/jwebunit-webtestcase-generator/pom.properties
|
| 依赖Jar: |
无
|