组织ID: |
org.jboss.byteman |
项目ID: |
byteman-bmunit |
版本: |
4.0.0-BETA4 |
最后修改时间: |
2018-09-28 10:19:25 |
包类型: |
jar |
标题: |
byteman-bmunit |
描述: |
The Byteman bmunit jar provides integration of Byteman into TestNG and JUnit tests.
|
大小: |
38.52KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<version>4.0.0-BETA4</version>
</dependency>
|
Gradle引入代码: |
org.jboss.byteman:byteman-bmunit:4.0.0-BETA4
|
下载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">
<modelVersion>4.0.0</modelVersion>
<artifactId>byteman-bmunit</artifactId>
<packaging>jar</packaging>
<description>
The Byteman bmunit jar provides integration of Byteman into TestNG and JUnit tests.
</description>
<name>byteman-bmunit</name>
<parent>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-root</artifactId>
<version>4.0.0-BETA4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test/src</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>test/ATest.class</include>
<include>test/NGUnitConfigTest.class</include>
<include>test/YTest.class</include>
</includes>
<useSystemClassLoader>true</useSystemClassLoader>
<useManifestOnlyJar>true</useManifestOnlyJar>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<systemProperties>
<property>
<name>org.jboss.byteman.home</name>
<value></value>
</property>
</systemProperties>
<environmentVariables>
<BYTEMAN_HOME></BYTEMAN_HOME>
</environmentVariables>
</configuration>
<executions>
<execution>
<id>testng.runner</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<includes>
<include>test/NGUnitTest.class</include>
<include>test/ZTest.class</include>
</includes>
</configuration>
</execution>
<execution>
<id>junit</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<testNGArtifactName>none:none</testNGArtifactName>
<includes>
<include>test/UnitTest.class</include>
</includes>
</configuration>
</execution>
<execution>
<id>junitconfig</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<testNGArtifactName>none:none</testNGArtifactName>
<includes>
<include>test/UnitConfigTest.class</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-submit</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId>
</dependency>
</dependencies>
<profiles>
<profile>
<id>use-toolsjar-profile</id>
<activation>
<jdk>[1.6,1.8]</jdk>
</activation>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.6</version>
<scope>system</scope>
<systemPath>${tools.jar}</systemPath>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.jboss.byteman.contrib.bmunit.BMScripts.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$7.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$9.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$8.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$10.class
org.jboss.byteman.contrib.bmunit.BMTestCase.class
org.jboss.byteman.contrib.bmunit.BMUnitConfigState.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$4.class
org.jboss.byteman.contrib.bmunit.BMRules.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$1.class
org.jboss.byteman.contrib.bmunit.BMRule.class
org.jboss.byteman.contrib.bmunit.BMNGRunner.class
META-INF/maven/org.jboss.byteman/byteman-bmunit/pom.properties
org.jboss.byteman.contrib.bmunit.BMUnitRunner$6.class
org.jboss.byteman.contrib.bmunit.BMNGListener.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$3.class
org.jboss.byteman.contrib.bmunit.BMUnit.class
org.jboss.byteman.contrib.bmunit.BMNGAbstractRunner.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$2.class
org.jboss.byteman.contrib.bmunit.BMUnitRunner$5.class
org.jboss.byteman.contrib.bmunit.BMUnitConfig.class
org.jboss.byteman.contrib.bmunit.BMRunnerUtil.class
META-INF/maven/org.jboss.byteman/byteman-bmunit/pom.xml
org.jboss.byteman.contrib.bmunit.BMScript.class
|
依赖Jar: |
|