组织ID: |
junit |
项目ID: |
junit |
版本: |
4.3 |
最后修改时间: |
2018-07-25 12:27:30 |
包类型: |
jar |
标题: |
JUnit |
描述: |
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
|
相关URL: |
http://junit.org |
大小: |
243.31KB |
|
Maven引入代码: |
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.3</version>
</dependency>
|
Gradle引入代码: |
junit:junit:4.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<packaging>jar</packaging>
<name>JUnit</name>
<version>4.3</version>
<url>http://junit.org</url>
<description>
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
</description>
<organization>
<name>JUnit</name>
<url>http://www.junit.org</url>
</organization>
<licenses>
<license>
<name>Common Public License Version 1.0</name>
<url>http://www.opensource.org/licenses/cpl1.0.txt</url>
</license>
</licenses>
<scm>
<url>http://junit.cvs.sourceforge.net/junit/</url>
</scm>
<dependencies>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
junit.extensions.ActiveTestSuite$1.class
junit.extensions.ActiveTestSuite.class
junit.extensions.RepeatedTest.class
junit.extensions.TestDecorator.class
junit.extensions.TestSetup$1.class
junit.extensions.TestSetup.class
junit.framework.Assert.class
junit.framework.AssertionFailedError.class
junit.framework.ComparisonCompactor.class
junit.framework.ComparisonFailure.class
junit.framework.JUnit4TestAdapter.class
junit.framework.JUnit4TestAdapterCache$1.class
junit.framework.JUnit4TestAdapterCache.class
junit.framework.JUnit4TestCaseFacade.class
junit.framework.Protectable.class
junit.framework.Test.class
junit.framework.TestCase.class
junit.framework.TestFailure.class
junit.framework.TestListener.class
junit.framework.TestResult$1.class
junit.framework.TestResult.class
junit.framework.TestSuite$1.class
junit.framework.TestSuite.class
junit.runner.BaseTestRunner.class
junit.runner.TestRunListener.class
junit.runner.Version.class
junit/runner/Version.java.template
junit/runner/logo.gif
junit/runner/smalllogo.gif
junit.textui.ResultPrinter.class
junit.textui.TestRunner.class
org.junit.After.class
org.junit.AfterClass.class
org.junit.Assert.class
org.junit.Before.class
org.junit.BeforeClass.class
org.junit.ComparisonFailure$ComparisonCompactor.class
org.junit.ComparisonFailure.class
org.junit.Ignore.class
org.junit.Test$None.class
org.junit.Test.class
org.junit.internal.ArrayComparisonFailure.class
org.junit.internal.requests.ClassRequest.class
org.junit.internal.requests.ClassesRequest.class
org.junit.internal.requests.ErrorReportingRequest.class
org.junit.internal.requests.FilterRequest.class
org.junit.internal.requests.IgnoredClassRunner.class
org.junit.internal.requests.SortingRequest.class
org.junit.internal.runners.BeforeAndAfterRunner$1.class
org.junit.internal.runners.BeforeAndAfterRunner$FailedBefore.class
org.junit.internal.runners.BeforeAndAfterRunner.class
org.junit.internal.runners.CompositeRunner$1.class
org.junit.internal.runners.CompositeRunner.class
org.junit.internal.runners.ErrorReportingRunner.class
org.junit.internal.runners.InitializationError.class
org.junit.internal.runners.MethodValidator.class
org.junit.internal.runners.OldTestClassRunner$1.class
org.junit.internal.runners.OldTestClassRunner$OldTestClassAdaptingListener.class
org.junit.internal.runners.OldTestClassRunner.class
org.junit.internal.runners.TestClassMethodsRunner$1.class
org.junit.internal.runners.TestClassMethodsRunner.class
org.junit.internal.runners.TestClassRunner$1.class
org.junit.internal.runners.TestClassRunner.class
org.junit.internal.runners.TestIntrospector.class
org.junit.internal.runners.TestMethodRunner$1.class
org.junit.internal.runners.TestMethodRunner.class
org.junit.internal.runners.TextListener.class
org.junit.runner.Description.class
org.junit.runner.JUnitCore.class
org.junit.runner.Request$1.class
org.junit.runner.Request.class
org.junit.runner.Result$1.class
org.junit.runner.Result$Listener.class
org.junit.runner.Result.class
org.junit.runner.RunWith.class
org.junit.runner.Runner.class
org.junit.runner.manipulation.Filter$1.class
org.junit.runner.manipulation.Filter.class
org.junit.runner.manipulation.Filterable.class
org.junit.runner.manipulation.NoTestsRemainException.class
org.junit.runner.manipulation.Sortable.class
org.junit.runner.manipulation.Sorter.class
org.junit.runner.notification.Failure.class
org.junit.runner.notification.RunListener.class
org.junit.runner.notification.RunNotifier$1.class
org.junit.runner.notification.RunNotifier$2.class
org.junit.runner.notification.RunNotifier$3.class
org.junit.runner.notification.RunNotifier$4.class
org.junit.runner.notification.RunNotifier$5.class
org.junit.runner.notification.RunNotifier$6.class
org.junit.runner.notification.RunNotifier$SafeNotifier.class
org.junit.runner.notification.RunNotifier.class
org.junit.runner.notification.StoppedByUserException.class
org.junit.runners.AllTests.class
org.junit.runners.Enclosed.class
org.junit.runners.Parameterized$1.class
org.junit.runners.Parameterized$Parameters.class
org.junit.runners.Parameterized$RunAllParameterMethods.class
org.junit.runners.Parameterized$TestClassRunnerForParameters.class
org.junit.runners.Parameterized.class
org.junit.runners.Suite$SuiteClasses.class
org.junit.runners.Suite.class
org.junit.samples.ListTest.class
org.junit.samples.SimpleTest.class
org.junit.samples.money.MoneyTest.class
org.junit.tests.AllTests.class
org.junit.tests.AllTestsTest$All.class
org.junit.tests.AllTestsTest$AllJUnit4.class
org.junit.tests.AllTestsTest$BadSuiteMethod.class
org.junit.tests.AllTestsTest$JUnit4Test.class
org.junit.tests.AllTestsTest$OneTest.class
org.junit.tests.AllTestsTest.class
org.junit.tests.AnnotationTest$ErrorInAfterClass.class
org.junit.tests.AnnotationTest$ErrorInBeforeClass.class
org.junit.tests.AnnotationTest$ExceptionTest.class
org.junit.tests.AnnotationTest$FailureTest.class
org.junit.tests.AnnotationTest$NoExceptionTest.class
org.junit.tests.AnnotationTest$NonStaticOneTimeSetup.class
org.junit.tests.AnnotationTest$OldSuiteTest.class
org.junit.tests.AnnotationTest$OldTest.class
org.junit.tests.AnnotationTest$OneTimeSetup.class
org.junit.tests.AnnotationTest$OneTimeTeardown.class
org.junit.tests.AnnotationTest$OrderTest.class
org.junit.tests.AnnotationTest$RunAllAfterClasses.class
org.junit.tests.AnnotationTest$RunAllAfterClassesRegardless.class
org.junit.tests.AnnotationTest$RunAllAfters.class
org.junit.tests.AnnotationTest$RunAllAftersRegardless.class
org.junit.tests.AnnotationTest$SetupFailureTest.class
org.junit.tests.AnnotationTest$SetupTest.class
org.junit.tests.AnnotationTest$SimpleTest.class
org.junit.tests.AnnotationTest$SubInheritance.class
org.junit.tests.AnnotationTest$SubShadowing.class
org.junit.tests.AnnotationTest$SubTest.class
org.junit.tests.AnnotationTest$SuperInheritance.class
org.junit.tests.AnnotationTest$SuperShadowing.class
org.junit.tests.AnnotationTest$SuperTest.class
org.junit.tests.AnnotationTest$TeardownAfterFailureTest.class
org.junit.tests.AnnotationTest$TeardownFailureTest.class
org.junit.tests.AnnotationTest$TeardownTest.class
org.junit.tests.AnnotationTest$TestAndTeardownFailureTest.class
org.junit.tests.AnnotationTest$TwoTests.class
org.junit.tests.AnnotationTest.class
org.junit.tests.AssertionTest.class
org.junit.tests.ClassRequestTest$PrivateSuiteMethod.class
org.junit.tests.ClassRequestTest.class
org.junit.tests.CommandLineTest$Count.class
org.junit.tests.CommandLineTest$Example.class
org.junit.tests.CommandLineTest.class
org.junit.tests.EnclosedTest$Enclosing$A.class
org.junit.tests.EnclosedTest$Enclosing$B.class
org.junit.tests.EnclosedTest$Enclosing.class
org.junit.tests.EnclosedTest.class
org.junit.tests.ExpectedTest$ExpectSuperclass.class
org.junit.tests.ExpectedTest$Expected.class
org.junit.tests.ExpectedTest$NoneThrown.class
org.junit.tests.ExpectedTest$Unexpected.class
org.junit.tests.ExpectedTest.class
org.junit.tests.FailedConstructionTest$CantConstruct.class
org.junit.tests.FailedConstructionTest.class
org.junit.tests.ForwardCompatibilityPrintingTest$1.class
org.junit.tests.ForwardCompatibilityPrintingTest$2.class
org.junit.tests.ForwardCompatibilityPrintingTest$3.class
org.junit.tests.ForwardCompatibilityPrintingTest$ATest.class
org.junit.tests.ForwardCompatibilityPrintingTest$TestResultPrinter.class
org.junit.tests.ForwardCompatibilityPrintingTest.class
org.junit.tests.ForwardCompatibilityTest$1.class
org.junit.tests.ForwardCompatibilityTest$BeforeClassTest.class
org.junit.tests.ForwardCompatibilityTest$ErrorTest.class
org.junit.tests.ForwardCompatibilityTest$ExceptionInBeforeTest.class
org.junit.tests.ForwardCompatibilityTest$ExpectedTest.class
org.junit.tests.ForwardCompatibilityTest$InvalidMethodTest.class
org.junit.tests.ForwardCompatibilityTest$MarkerRunner.class
org.junit.tests.ForwardCompatibilityTest$NewTest.class
org.junit.tests.ForwardCompatibilityTest$NoExceptionTest.class
org.junit.tests.ForwardCompatibilityTest$NoTests.class
org.junit.tests.ForwardCompatibilityTest$UnExpectedExceptionTest.class
org.junit.tests.ForwardCompatibilityTest.class
org.junit.tests.IgnoreClassTest$IgnoreMe.class
org.junit.tests.IgnoreClassTest.class
org.junit.tests.InaccessibleBaseClassTest.class
org.junit.tests.InitializationErrorForwardCompatibilityTest$1.class
org.junit.tests.InitializationErrorForwardCompatibilityTest$CantInitialize.class
org.junit.tests.InitializationErrorForwardCompatibilityTest$CantInitializeTests.class
org.junit.tests.InitializationErrorForwardCompatibilityTest$ErrorRememberingListener.class
org.junit.tests.InitializationErrorForwardCompatibilityTest$InitializesWithError.class
org.junit.tests.InitializationErrorForwardCompatibilityTest.class
org.junit.tests.JUnitCoreTest$Fail.class
org.junit.tests.JUnitCoreTest$Succeed.class
org.junit.tests.JUnitCoreTest.class
org.junit.tests.ListenerTest$1.class
org.junit.tests.ListenerTest$2.class
org.junit.tests.ListenerTest$OneTest.class
org.junit.tests.ListenerTest.class
org.junit.tests.OldTestClassAdaptingListenerTest$1.class
org.junit.tests.OldTestClassAdaptingListenerTest.class
org.junit.tests.OldTestClassRunnerTest$AnnotatedTest.class
org.junit.tests.OldTestClassRunnerTest$MyTest.class
org.junit.tests.OldTestClassRunnerTest.class
org.junit.tests.OldTests.class
org.junit.tests.ParameterizedTestMethodTest$EverythingWrong.class
org.junit.tests.ParameterizedTestMethodTest$SubShadows.class
org.junit.tests.ParameterizedTestMethodTest$SubWrong.class
org.junit.tests.ParameterizedTestMethodTest$SuperWrong.class
org.junit.tests.ParameterizedTestMethodTest.class
org.junit.tests.ParameterizedTestTest$BeforeAndAfter.class
org.junit.tests.ParameterizedTestTest$EmptyTest.class
org.junit.tests.ParameterizedTestTest$FibonacciTest.class
org.junit.tests.ParameterizedTestTest$IncorrectTest.class
org.junit.tests.ParameterizedTestTest$ProtectedParametersTest.class
org.junit.tests.ParameterizedTestTest$WrongElementType.class
org.junit.tests.ParameterizedTestTest.class
org.junit.tests.PreJUnit4TestCaseRunnerTest$1.class
org.junit.tests.PreJUnit4TestCaseRunnerTest$OneTest.class
org.junit.tests.PreJUnit4TestCaseRunnerTest.class
org.junit.tests.RunWithTest$BadRunner.class
org.junit.tests.RunWithTest$Empty.class
org.junit.tests.RunWithTest$ExampleRunner.class
org.junit.tests.RunWithTest$ExampleTest.class
org.junit.tests.RunWithTest$SubExampleTest.class
org.junit.tests.RunWithTest.class
org.junit.tests.RunnerTest$1.class
org.junit.tests.RunnerTest$Example.class
org.junit.tests.RunnerTest$ExampleTest.class
org.junit.tests.RunnerTest$MyListener.class
org.junit.tests.RunnerTest$NewExample.class
org.junit.tests.RunnerTest.class
org.junit.tests.SingleMethodTest$1.class
org.junit.tests.SingleMethodTest$OneTimeSetup.class
org.junit.tests.SingleMethodTest$OneTwoSuite.class
org.junit.tests.SingleMethodTest$ParameterizedOneTimeSetup.class
org.junit.tests.SingleMethodTest$TestOne.class
org.junit.tests.SingleMethodTest$TestTwo.class
org.junit.tests.SingleMethodTest.class
org.junit.tests.SortableTest$1.class
org.junit.tests.SortableTest$2.class
org.junit.tests.SortableTest$TestClassRunnerIsSortable$Enclosing$A.class
org.junit.tests.SortableTest$TestClassRunnerIsSortable$Enclosing$B.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|