| 组织ID: |
org.eclipse.che.plugin |
| 项目ID: |
che-plugin-testing-junit-runtime |
| 版本: |
6.16.0 |
| 最后修改时间: |
2019-01-10 17:18:27 |
| 包类型: |
jar |
| 标题: |
Che Plugin :: Java Testing :: JUnit Runtime |
| 大小: |
14.71KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-testing-junit-runtime</artifactId>
<version>6.16.0</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.che.plugin:che-plugin-testing-junit-runtime:6.16.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012-2018 Red Hat, Inc.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Red Hat, Inc. - initial API and implementation
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>che-plugin-testing-junit</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>6.16.0</version>
</parent>
<artifactId>che-plugin-testing-junit-runtime</artifactId>
<name>Che Plugin :: Java Testing :: JUnit Runtime</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.eclipse.che.junit.junit4.CheJUnitCoreRunner.class
META-INF/maven/org.eclipse.che.plugin/che-plugin-testing-junit-runtime/pom.xml
org.eclipse.che.junit.junit4.listeners.CheJUnitTestListener.class
META-INF/maven/org.eclipse.che.plugin/che-plugin-testing-junit-runtime/pom.properties
org.eclipse.che.junit.junit4.listeners.JUnitExecutionListener.class
org.eclipse.che.junit.junit4.JUnit4TestReference.class
org.eclipse.che.junit.junit4.CheJUnitLauncher.class
org.eclipse.che.junit.junit4.TestRunnerUtil.class
org.eclipse.che.junit.TestingMessageHelper$Pair.class
org.eclipse.che.junit.TestingMessageHelper.class
|
| 依赖Jar: |
|