| 组织ID: |
org.apache.isis.core |
| 项目ID: |
isis-core-unittestsupport |
| 版本: |
2.0.0-M2 |
| 最后修改时间: |
2019-05-15 15:08:17 |
| 包类型: |
jar |
| 标题: |
Apache Isis Unit Test Support |
| 描述: |
Support for writing unit tests; should be added as a dependency with scope=test only |
| 大小: |
80.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-unittestsupport</artifactId>
<version>2.0.0-M2</version>
</dependency>
|
| Gradle引入代码: |
org.apache.isis.core:isis-core-unittestsupport:2.0.0-M2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<parent>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis</artifactId>
<version>2.0.0-M2</version>
</parent>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-unittestsupport</artifactId>
<version>2.0.0-M2</version>
<name>Apache Isis Unit Test Support</name>
<description>Support for writing unit tests; should be added as a dependency with scope=test only</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-commons</artifactId>
<version>2.0.0-M2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-plugins-codegen-bytebuddy</artifactId>
<version>2.0.0-M2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer</artifactId>
<version>2.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
<version>2.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.6.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>junit-dep</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo-api</artifactId>
<version>3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>Apache Repository</id>
<url>https://repository.apache.org/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>JBoss Public Release</id>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>maven-repository.dev.java.net</id>
<name>Java.net Maven 1 Repository (legacy)</name>
<url>http://download.java.net/maven/1</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
</repository>
</repositories>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
org.apache.isis.core.unittestsupport.AbstractApplyToAllContractTest$1.class
org.apache.isis.core.unittestsupport.AbstractApplyToAllContractTest.class
org.apache.isis.core.unittestsupport.bidir.BidirectionalRelationshipContractTestAbstract.class
org.apache.isis.core.unittestsupport.bidir.Child.class
org.apache.isis.core.unittestsupport.bidir.Instantiator$1.class
org.apache.isis.core.unittestsupport.bidir.Instantiator.class
org.apache.isis.core.unittestsupport.bidir.InstantiatorMap.class
org.apache.isis.core.unittestsupport.bidir.Instantiators.class
org.apache.isis.core.unittestsupport.bidir.InstantiatorSimple.class
org.apache.isis.core.unittestsupport.bidir.Parent.class
org.apache.isis.core.unittestsupport.comparable.ComparableContractTester.class
org.apache.isis.core.unittestsupport.comparable.ComparableContractTest_compareTo.class
org.apache.isis.core.unittestsupport.files.Files$1.class
org.apache.isis.core.unittestsupport.files.Files$2.class
org.apache.isis.core.unittestsupport.files.Files$3.class
org.apache.isis.core.unittestsupport.files.Files$4.class
org.apache.isis.core.unittestsupport.files.Files$5.class
org.apache.isis.core.unittestsupport.files.Files$Deleter.class
org.apache.isis.core.unittestsupport.files.Files$Recursion.class
org.apache.isis.core.unittestsupport.files.Files.class
org/apache/isis/core/unittestsupport/git.properties
org.apache.isis.core.unittestsupport.inject.InjectServiceMethodMustBeFinalContractTestAbstract.class
org.apache.isis.core.unittestsupport.jaxb.JaxbMatchers$1.class
org.apache.isis.core.unittestsupport.jaxb.JaxbMatchers.class
org.apache.isis.core.unittestsupport.jaxb.JaxbUtil2.class
org.apache.isis.core.unittestsupport.jmocking.Imposterisers.class
org.apache.isis.core.unittestsupport.jmocking.ImposteriserUsingCodegenPlugin.class
org.apache.isis.core.unittestsupport.jmocking.InjectIntoJMockAction.class
org.apache.isis.core.unittestsupport.jmocking.IsisActions$1.class
org.apache.isis.core.unittestsupport.jmocking.IsisActions.class
org.apache.isis.core.unittestsupport.jmocking.JMockActions$1.class
org.apache.isis.core.unittestsupport.jmocking.JMockActions$ReturnArgumentJMockAction.class
org.apache.isis.core.unittestsupport.jmocking.JMockActions$ReturnEachAction.class
org.apache.isis.core.unittestsupport.jmocking.JMockActions.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$1.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$2.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$3.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$4.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$5.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$Allowing.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$Checking.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$ClassUnderTest.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$ExpectationsOn.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$Ignoring.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$Mode.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$Never.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2$One.class
org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2.class
org.apache.isis.core.unittestsupport.jmocking.MyMockomatic.class
org.apache.isis.core.unittestsupport.soap.PublishedEndpoints.class
org.apache.isis.core.unittestsupport.soap.SoapEndpoint.class
org.apache.isis.core.unittestsupport.soap.SoapEndpointPublishingRule.class
org.apache.isis.core.unittestsupport.soap.SoapEndpointSpec$SupplierUsingDefaultConstructor.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
isis-core-commons-2.0.0-M2.jar
/org.apache.isis.core/isis-core-commons/2.0.0-M2
查看isis-core-commons所有版本文件
isis-core-plugins-codegen-bytebuddy-2.0.0-M2.jar
/org.apache.isis.core/isis-core-plugins-codegen-bytebuddy/2.0.0-M2
查看isis-core-plugins-codegen-bytebuddy所有版本文件
junit-jupiter-api-5.3.1.jar
/org.junit.jupiter/junit-jupiter-api/5.3.1
查看junit-jupiter-api所有版本文件
junit-jupiter-engine-5.3.1.jar
/org.junit.jupiter/junit-jupiter-engine/5.3.1
查看junit-jupiter-engine所有版本文件
junit-vintage-engine-5.3.1.jar
/org.junit.vintage/junit-vintage-engine/5.3.1
查看junit-vintage-engine所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
picocontainer-2.15.jar
/org.picocontainer/picocontainer/2.15
查看picocontainer所有版本文件
jmock-2.6.0.jar
/org.jmock/jmock/2.6.0
查看jmock所有版本文件
jmock-junit4-2.6.0.jar
/org.jmock/jmock-junit4/2.6.0
查看jmock-junit4所有版本文件
jdo-api-3.1.jar
/javax.jdo/jdo-api/3.1
查看jdo-api所有版本文件
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
|