| 组织ID: |
io.github.henryssondaniel.teacup |
| 项目ID: |
core |
| 版本: |
1.1.2 |
| 最后修改时间: |
2019-12-13 23:47:38 |
| 包类型: |
jar |
| 标题: |
io.github.henryssondaniel.teacup:core |
| 描述: |
Java Testing Framework for Communication Protocols and Web Services |
| 相关URL: |
https://github.com/HenryssonDaniel/teacup-java-core |
| 大小: |
87.67KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.github.henryssondaniel.teacup</groupId>
<artifactId>core</artifactId>
<version>1.1.2</version>
</dependency>
|
| Gradle引入代码: |
io.github.henryssondaniel.teacup:core:1.1.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.henryssondaniel.teacup</groupId>
<artifactId>core</artifactId>
<version>1.1.2</version>
<name>io.github.henryssondaniel.teacup:core</name>
<description>Java Testing Framework for Communication Protocols and Web Services</description>
<url>https://github.com/HenryssonDaniel/teacup-java-core</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Daniel Henrysson</name>
<email>henrysson.daniel@gmail.com</email>
<organization>Daniel Henrysson AB</organization>
<organizationUrl>https://github.com/HenryssonDaniel</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/HenryssonDaniel/teacup-java-core.git</connection>
<developerConnection>scm:git:ssh://github.com/HenryssonDaniel/teacup-java-core.git</developerConnection>
<url>https://github.com/HenryssonDaniel/teacup-java-core</url>
</scm>
<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.12.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.5.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.github.henryssondaniel.teacup.core.DefaultNodeBuilder.class
io.github.henryssondaniel.teacup.core.TeacupException.class
io.github.henryssondaniel.teacup.core.Fixture.class
io.github.henryssondaniel.teacup.core.Setup.class
io.github.henryssondaniel.teacup.core.DefaultSetup.class
io.github.henryssondaniel.teacup.core.ExecutorFactory.class
io.github.henryssondaniel.teacup.core.Server.class
io.github.henryssondaniel.teacup.core.logging.ReporterHandlerImpl.class
io.github.henryssondaniel.teacup.core.logging.Factory.class
io.github.henryssondaniel.teacup.core.Node.class
io.github.henryssondaniel.teacup.core.configuration.Configure.class
io.github.henryssondaniel.teacup.core.configuration.ConfigureImpl.class
io.github.henryssondaniel.teacup.core.configuration.Factory.class
io.github.henryssondaniel.teacup.core.DefaultBuilder.class
io.github.henryssondaniel.teacup.core.Executor.class
io.github.henryssondaniel.teacup.core.reporting.Factory.class
io.github.henryssondaniel.teacup.core.reporting.Reporter.class
io.github.henryssondaniel.teacup.core.reporting.ReporterImpl.class
io.github.henryssondaniel.teacup.core.NodeBuilder.class
io.github.henryssondaniel.teacup.core.assertion.GenericListAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericIntArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.BooleanArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.FloatArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractBooleanArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.FloatArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.LongArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.ListAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.AbstractComparableAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractBooleanAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericNumberAssert.class
io.github.henryssondaniel.teacup.core.assertion.Supplier.class
io.github.henryssondaniel.teacup.core.assertion.GenericLongArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericBooleanArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.IntegerAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.AbstractIntegerAssert.class
io.github.henryssondaniel.teacup.core.assertion.IterableAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericCharArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.StringAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractIntArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.BooleanAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.AbstractShortArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractLongAssert.class
io.github.henryssondaniel.teacup.core.assertion.Factory.class
io.github.henryssondaniel.teacup.core.assertion.DoubleArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.LongArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.ListAssert.class
io.github.henryssondaniel.teacup.core.assertion.ByteArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericComparableAssert.class
io.github.henryssondaniel.teacup.core.assertion.ObjectArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.DoubleArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractCharArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractStringAssert.class
io.github.henryssondaniel.teacup.core.assertion.ShortArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.LongAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericByteArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractObjectArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.ObjectAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.ByteArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.GenericLongAssert.class
io.github.henryssondaniel.teacup.core.assertion.ObjectAssert.class
io.github.henryssondaniel.teacup.core.assertion.StringAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.MapAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.GenericBooleanAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert.class
io.github.henryssondaniel.teacup.core.assertion.ObjectArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.ComparableAssert.class
io.github.henryssondaniel.teacup.core.assertion.EnumerableAssert.class
io.github.henryssondaniel.teacup.core.assertion.IntegerAssert.class
io.github.henryssondaniel.teacup.core.assertion.IntArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.AbstractDoubleArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericDoubleArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericFloatArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.CharArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.ShortArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericIntegerAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractByteArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.AbstractFloatArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.MapAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericObjectArrayAssert.class
io.github.henryssondaniel.teacup.core.assertion.CharArrayAssertImpl.class
io.github.henryssondaniel.teacup.core.assertion.CharSequenceAssert.class
io.github.henryssondaniel.teacup.core.assertion.GenericStringAssert.class
io.github.henryssondaniel.teacup.core.assertion.LongAssertImpl.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
assertj-core-3.12.2.jar
/org.assertj/assertj-core/3.12.2
查看assertj-core所有版本文件
junit-jupiter-engine-5.5.0.jar
/org.junit.jupiter/junit-jupiter-engine/5.5.0
查看junit-jupiter-engine所有版本文件
junit-platform-launcher-1.5.0.jar
/org.junit.platform/junit-platform-launcher/1.5.0
查看junit-platform-launcher所有版本文件
|