| 组织ID: |
com.github.havarunner |
| 项目ID: |
havarunner |
| 版本: |
0.12.5 |
| 最后修改时间: |
2019-10-24 07:51:38 |
| 包类型: |
jar |
| 标题: |
havarunner |
| 描述: |
havarunner |
| 相关URL: |
https://github.com/havarunner/havarunner |
| 大小: |
195.73KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.havarunner</groupId>
<artifactId>havarunner</artifactId>
<version>0.12.5</version>
</dependency>
|
| Gradle引入代码: |
com.github.havarunner:havarunner:0.12.5
|
| 下载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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.havarunner</groupId>
<artifactId>havarunner</artifactId>
<packaging>jar</packaging>
<description>havarunner</description>
<version>0.12.5</version>
<name>havarunner</name>
<organization>
<name>com.github.havarunner</name>
</organization>
<url>https://github.com/havarunner/havarunner</url>
<licenses>
<license>
<name>The MIT Licence (MIT)</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:havarunner/havarunner.git</url>
<connection>scm:git:git@github.com:havarunner/havarunner.git</connection>
<developerConnection>git@github.com:havarunner/havarunner.git</developerConnection>
</scm>
<developers>
<developer>
<email>lauri.lehmijoki@iki.fi</email>
<name>Lauri Lehmijoki</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.havarunner.HavaRunner$$anonfun$3.class
com.github.havarunner.ConcurrencyControl$$anonfun$semaphore$2.class
com.github.havarunner.Reflections$.class
com.github.havarunner.Validations$$anonfun$suiteConfigError$1.class
com.github.havarunner.HavaRunner$$anonfun$getDescription$1.class
com.github.havarunner.Reflections.class
com.github.havarunner.annotation.PartOf.class
com.github.havarunner.Reflections$$anonfun$findMethods$1$$anonfun$apply$2.class
com.github.havarunner.ScenarioAndClass.class
com.github.havarunner.HavaRunner$$anonfun$reportIfSuite$1.class
com.github.havarunner.annotation.RunSequentially.class
com.github.havarunner.exception.MethodIsNotStatic.class
com.github.havarunner.ConcurrencyControl$$anon$1.class
com.github.havarunner.Parser$$anonfun$parseTestsAndParameters$1$$anonfun$apply$1.class
com.github.havarunner.TestAndParameters.class
com.github.havarunner.HavaRunner$$anonfun$com$github$havarunner$HavaRunner$$runAfterAlls$2.class
com.github.havarunner.Parser$$anonfun$com$github$havarunner$Parser$$runSequentially$1$$anonfun$apply$3.class
com.github.havarunner.TestInstanceCache.class
com.github.havarunner.TestInstanceCache$$anonfun$cachedTestInstance$2.class
com.github.havarunner.Validations.class
com.github.havarunner.Validations$$anonfun$unsupportedClassAnnotations$1$$anonfun$apply$2.class
com.github.havarunner.Parser$$anonfun$6.class
com.github.havarunner.HavaRunner$$anonfun$com$github$havarunner$HavaRunner$$runTest$1.class
com.github.havarunner.Parser$$anonfun$9.class
com.github.havarunner.HavaRunner$FailedTestMethod$.class
com.github.havarunner.HavaRunner$FailedTestMethod.class
com.github.havarunner.ConcurrencyControl$$anonfun$com$github$havarunner$ConcurrencyControl$$sequentialSemaphore$1.class
com.github.havarunner.exception.SuiteMemberDoesNotBelongToSuitePackage.class
com.github.havarunner.Validations$AnnotationAndReason.class
com.github.havarunner.Reflections$$anonfun$findAnnotationRecursively$1$$anonfun$apply$1.class
com.github.havarunner.Validations$$anonfun$optionSeq2seq$1.class
com.github.havarunner.Parser$$anonfun$com$github$havarunner$Parser$$suiteOption$2.class
com.github.havarunner.SuiteContext.class
com.github.havarunner.ConcurrencyControl.class
com.github.havarunner.Parser$$anonfun$com$github$havarunner$Parser$$runSequentially$1$$anonfun$apply$2.class
com.github.havarunner.HavaRunner$$anonfun$schedule$2$$anonfun$apply$3$$anonfun$apply$2.class
com.github.havarunner.Parser$MethodAndScenario.class
com.github.havarunner.exception.NonStaticInnerClassException.class
com.github.havarunner.HavaRunner$$anonfun$schedule$2.class
com.github.havarunner.HavaRunner$$anonfun$com$github$havarunner$HavaRunner$$acceptChild$1.class
com.github.havarunner.HavaRunner$$anonfun$children$1.class
com.github.havarunner.TestInstanceCache$$anonfun$cachedTestInstance$1.class
com.github.havarunner.annotation.AfterAll.class
com.github.havarunner.Parser$$anonfun$3.class
com.github.havarunner.TestInstanceCache$$anonfun$testInstance$1.class
com.github.havarunner.Parser.class
com.github.havarunner.Parser$$anonfun$com$github$havarunner$Parser$$suiteOption$1.class
com.github.havarunner.HavaRunner$$anonfun$reportIfSuite$2.class
com.github.havarunner.HavaRunner$$anonfun$4.class
com.github.havarunner.Validations$$anonfun$unsupportedJUnitAnnotations$1.class
com.github.havarunner.annotation.Scenarios.class
com.github.havarunner.HavaRunner$TestResult.class
com.github.havarunner.HavaRunner$$anonfun$com$github$havarunner$HavaRunner$$runAfterAlls$3$$anonfun$apply$1.class
com.github.havarunner.HavaRunner$$anonfun$com$github$havarunner$HavaRunner$$runAfterAlls$3.class
com.github.havarunner.HavaRunnerSuite.class
com.github.havarunner.exception.UnsupportedAnnotationException.class
com.github.havarunner.ScenarioAndClass$.class
com.github.havarunner.ConcurrencyControl$$anonfun$semaphore$1.class
com.github.havarunner.Validations$$anonfun$unsupportedClassAnnotations$1$$anonfun$apply$1.class
com.github.havarunner.Validations$$anonfun$2.class
com.github.havarunner.TestAndParameters$$anonfun$toString$2.class
com.github.havarunner.HavaRunner$.class
com.github.havarunner.SuiteCache.class
com.github.havarunner.Parser$$anonfun$8.class
com.github.havarunner.Reflections$$anonfun$findDeclaredClasses$1.class
com.github.havarunner.Reflections$$anonfun$hasMethodAnnotatedWith$2.class
com.github.havarunner.Parser$$anonfun$scenarioMethodOpt$1.class
com.github.havarunner.exception.MemberIsNotPackagePrivateException$.class
com.github.havarunner.ConcurrencyControl$.class
com.github.havarunner.HavaRunner$InstantiatedTest.class
com.github.havarunner.HavaRunner$$anonfun$com$github$havarunner$HavaRunner$$runAfterAlls$1.class
com.github.havarunner.Parser$$anonfun$4$$anonfun$apply$4.class
com.github.havarunner.exception.MultipleInvalidations.class
com.github.havarunner.Parser$$anonfun$com$github$havarunner$Parser$$isExplicitSuiteMember$1.class
com.github.havarunner.Reflections$$anonfun$hasMethodAnnotatedWith$1.class
com.github.havarunner.Parser$$anonfun$parseTestsAndParameters$1$$anonfun$apply$1$$anonfun$2.class
com.github.havarunner.exception.UnsupportedAnnotationException$$anonfun$$init$$4.class
com.github.havarunner.HavaRunner.class
com.github.havarunner.Validations$$anonfun$1.class
com.github.havarunner.Parser$$anonfun$com$github$havarunner$Parser$$runSequentially$1.class
com.github.havarunner.TestContext.class
com.github.havarunner.Parser$$anonfun$localAndSuiteTests$1.class
com.github.havarunner.Validations$$anonfun$unsupportedClassAnnotations$1.class
com.github.havarunner.Validations$.class
com.github.havarunner.exception.CamelCasedException.class
com.github.havarunner.Parser$$anonfun$implicitSuiteMembers$1.class
com.github.havarunner.HavaRunner$$anonfun$com$github$havarunner$HavaRunner$$runAfterAlls$3$$anonfun$apply$1$$anonfun$apply$mcV$sp$1.class
com.github.havarunner.HavaRunner$$anonfun$failIfExpectedExceptionNotThrown$1.class
com.github.havarunner.HavaRunner$PassedTestMethod.class
com.github.havarunner.HavaRunner$$anonfun$schedule$2$$anonfun$apply$3.class
com.github.havarunner.exception.ConstructorNotFound.class
com.github.havarunner.TestClassAndSource$.class
com.github.havarunner.Parser$$anonfun$allSuiteMembers$1.class
com.github.havarunner.Validations$AnnotationAndReason$.class
com.github.havarunner.Reflections$$anonfun$findAnnotationRecursively$1.class
com.github.havarunner.Parser$$anonfun$7.class
com.github.havarunner.SuiteContext$.class
com.github.havarunner.HavaRunner$$anonfun$schedule$1.class
com.github.havarunner.exception.UnsupportedAnnotationException$$anonfun$$init$$5.class
com.github.havarunner.TestAndParameters$$anonfun$toString$3.class
com.github.havarunner.TestInstanceCache$.class
com.github.havarunner.TestWithMultipleScenarios.class
com.github.havarunner.exception.UnsupportedAnnotationException$$anonfun$$init$$2.class
com.github.havarunner.HavaRunner$$anon$1.class
com.github.havarunner.Reflections$$anonfun$findFields$1$$anonfun$apply$3.class
com.github.havarunner.Parser$$anonfun$com$github$havarunner$Parser$$findTestMethods$1.class
com.github.havarunner.annotation.RunSequentially$SequentialityContext.class
com.github.havarunner.SuiteCache$$anon$4.class
com.github.havarunner.HavaRunner$$anonfun$1.class
com.github.havarunner.MaybeSequential.class
com.github.havarunner.HavaRunner$$anonfun$waitAndHandleRestOfErrors$2.class
com.github.havarunner.Parser$$anonfun$scenarios$1.class
com.github.havarunner.TestAndParameters$$anonfun$toString$1.class
com.github.havarunner.TestInstance.class
com.github.havarunner.TestInstance$.class
com.github.havarunner.TestAndParameters$$anonfun$scenarioToString$1.class
com.github.havarunner.exception.TestDidNotRiseExpectedException.class
com.github.havarunner.Validations$$anonfun$unsupportedMethodAnnotations$1.class
com.github.havarunner.DefaultContext.class
com.github.havarunner.Parser$$anonfun$parseTestsAndParameters$1$$anonfun$apply$1$$anonfun$1.class
com.github.havarunner.SuiteCache$.class
com.github.havarunner.exception.CodingConventionException.class
com.github.havarunner.ExceptionHelper$.class
com.github.havarunner.Parser$.class
com.github.havarunner.TestAndParameters$$anonfun$scenarioToString$2.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
scala-library-2.10.2.jar
/org.scala-lang/scala-library/2.10.2
查看scala-library所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
guava-14.0.1.jar
/com.google.guava/guava/14.0.1
查看guava所有版本文件
junit-interface-0.9.jar
/com.novocode/junit-interface/0.9
查看junit-interface所有版本文件
jsr305-2.0.1.jar
/com.google.code.findbugs/jsr305/2.0.1
查看jsr305所有版本文件
|