在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Junit4.9(jar,源代码,API)

Junit4.9(jar,源代码,API)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.64M
  • 下载次数:1
  • 浏览次数:129
  • 发布时间:2020-10-04
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
JUnit是一个Java语言的单元测试框架,Junit4.9是最新版本,里面包括junit4.9,jar,junit4.9源代码,junit4.9-API(javadoc文件夹里面index.html), 希望对大家有帮助
【实例截图】
【核心代码】
junit4.9
└── junit4.9
├── BUILDING
├── build.xml
├── cpl-v10.html
├── doc
│   ├── building-junit.txt
│   ├── cookbook
│   │   ├── cookbook.htm
│   │   └── logo.gif
│   ├── cookstour
│   │   ├── cookstour.htm
│   │   ├── Image1.gif
│   │   ├── Image2.gif
│   │   ├── Image3.gif
│   │   ├── Image4.gif
│   │   ├── Image5.gif
│   │   ├── Image6.gif
│   │   └── Image7.gif
│   ├── faq
│   │   └── faq.htm
│   ├── homepage.html
│   ├── index.htm
│   ├── markdown.sh
│   ├── ReleaseNotes4.4.html
│   ├── ReleaseNotes4.4.txt
│   ├── ReleaseNotes4.5.txt
│   ├── ReleaseNotes4.6.html
│   ├── ReleaseNotes4.6.txt
│   ├── ReleaseNotes4.7.html
│   ├── ReleaseNotes4.7.txt
│   ├── ReleaseNotes4.8.1.html
│   ├── ReleaseNotes4.8.1.txt
│   ├── ReleaseNotes4.8.2.html
│   ├── ReleaseNotes4.8.2.txt
│   ├── ReleaseNotes4.8.html
│   ├── ReleaseNotes4.8.txt
│   ├── ReleaseNotes4.9.html
│   ├── ReleaseNotes4.9.txt
│   └── testinfected
│   ├── IMG00001.GIF
│   ├── IMG00002.GIF
│   ├── IMG00003.GIF
│   ├── logo.gif
│   └── testing.htm
├── javadoc
│   ├── allclasses-frame.html
│   ├── allclasses-noframe.html
│   ├── constant-values.html
│   ├── deprecated-list.html
│   ├── help-doc.html
│   ├── index-all.html
│   ├── index.html
│   ├── org
│   │   ├── hamcrest
│   │   │   ├── BaseDescription.html
│   │   │   ├── BaseMatcher.html
│   │   │   ├── core
│   │   │   │   ├── AllOf.html
│   │   │   │   ├── AnyOf.html
│   │   │   │   ├── DescribedAs.html
│   │   │   │   ├── IsAnything.html
│   │   │   │   ├── IsEqual.html
│   │   │   │   ├── Is.html
│   │   │   │   ├── IsInstanceOf.html
│   │   │   │   ├── IsNot.html
│   │   │   │   ├── IsNull.html
│   │   │   │   ├── IsSame.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   └── package-tree.html
│   │   │   ├── CoreMatchers.html
│   │   │   ├── Description.html
│   │   │   ├── Factory.html
│   │   │   ├── internal
│   │   │   │   ├── ArrayIterator.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── SelfDescribingValue.html
│   │   │   │   └── SelfDescribingValueIterator.html
│   │   │   ├── Matcher.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── SelfDescribing.html
│   │   │   └── StringDescription.html
│   │   └── junit
│   │   ├── AfterClass.html
│   │   ├── After.html
│   │   ├── Assert.html
│   │   ├── Assume.html
│   │   ├── BeforeClass.html
│   │   ├── Before.html
│   │   ├── ClassRule.html
│   │   ├── ComparisonFailure.html
│   │   ├── experimental
│   │   │   ├── categories
│   │   │   │   ├── Categories.CategoryFilter.html
│   │   │   │   ├── Categories.ExcludeCategory.html
│   │   │   │   ├── Categories.html
│   │   │   │   ├── Categories.IncludeCategory.html
│   │   │   │   ├── Category.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   └── package-tree.html
│   │   │   ├── max
│   │   │   │   ├── CouldNotReadCoreException.html
│   │   │   │   ├── MaxCore.html
│   │   │   │   ├── MaxHistory.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   └── package-tree.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── ParallelComputer.html
│   │   │   ├── results
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── PrintableResult.html
│   │   │   │   └── ResultMatchers.html
│   │   │   ├── runners
│   │   │   │   ├── Enclosed.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   └── package-tree.html
│   │   │   └── theories
│   │   │   ├── DataPoint.html
│   │   │   ├── DataPoints.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── ParameterSignature.html
│   │   │   ├── ParametersSuppliedBy.html
│   │   │   ├── ParameterSupplier.html
│   │   │   ├── PotentialAssignment.CouldNotGenerateValueException.html
│   │   │   ├── PotentialAssignment.html
│   │   │   ├── suppliers
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── TestedOn.html
│   │   │   │   └── TestedOnSupplier.html
│   │   │   ├── Theories.html
│   │   │   ├── Theories.TheoryAnchor.html
│   │   │   └── Theory.html
│   │   ├── Ignore.html
│   │   ├── matchers
│   │   │   ├── JUnitMatchers.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   └── package-tree.html
│   │   ├── package-frame.html
│   │   ├── package-summary.html
│   │   ├── package-tree.html
│   │   ├── Rule.html
│   │   ├── rules
│   │   │   ├── ErrorCollector.html
│   │   │   ├── ExpectedException.html
│   │   │   ├── ExternalResource.html
│   │   │   ├── MethodRule.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── RunRules.html
│   │   │   ├── TemporaryFolder.html
│   │   │   ├── TestName.html
│   │   │   ├── TestRule.html
│   │   │   ├── TestWatcher.html
│   │   │   ├── TestWatchman.html
│   │   │   ├── Timeout.html
│   │   │   └── Verifier.html
│   │   ├── runner
│   │   │   ├── Computer.html
│   │   │   ├── Describable.html
│   │   │   ├── Description.html
│   │   │   ├── JUnitCore.html
│   │   │   ├── manipulation
│   │   │   │   ├── Filterable.html
│   │   │   │   ├── Filter.html
│   │   │   │   ├── NoTestsRemainException.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── Sortable.html
│   │   │   │   └── Sorter.html
│   │   │   ├── notification
│   │   │   │   ├── Failure.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── RunListener.html
│   │   │   │   ├── RunNotifier.html
│   │   │   │   └── StoppedByUserException.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── Request.html
│   │   │   ├── Result.html
│   │   │   ├── Runner.html
│   │   │   └── RunWith.html
│   │   ├── runners
│   │   │   ├── AllTests.html
│   │   │   ├── BlockJUnit4ClassRunner.html
│   │   │   ├── JUnit4.html
│   │   │   ├── model
│   │   │   │   ├── FrameworkField.html
│   │   │   │   ├── FrameworkMethod.html
│   │   │   │   ├── InitializationError.html
│   │   │   │   ├── MultipleFailureException.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── RunnerBuilder.html
│   │   │   │   ├── RunnerScheduler.html
│   │   │   │   ├── Statement.html
│   │   │   │   └── TestClass.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── Parameterized.html
│   │   │   ├── Parameterized.Parameters.html
│   │   │   ├── ParentRunner.html
│   │   │   ├── Suite.html
│   │   │   └── Suite.SuiteClasses.html
│   │   ├── Test.html
│   │   └── Test.None.html
│   ├── overview-frame.html
│   ├── overview-summary.html
│   ├── overview-tree.html
│   ├── package-list
│   ├── resources
│   │   └── inherit.gif
│   ├── serialized-form.html
│   └── stylesheet.css
├── junit
│   ├── samples
│   │   ├── AllTests.class
│   │   ├── AllTests.java
│   │   ├── ListTest.class
│   │   ├── ListTest.java
│   │   ├── money
│   │   │   ├── IMoney.class
│   │   │   ├── IMoney.java
│   │   │   ├── MoneyBag.class
│   │   │   ├── MoneyBag.java
│   │   │   ├── Money.class
│   │   │   ├── Money.java
│   │   │   ├── MoneyTest.class
│   │   │   ├── MoneyTest.java
│   │   │   ├── package-info.class
│   │   │   └── package-info.java
│   │   ├── package-info.class
│   │   ├── package-info.java
│   │   ├── SimpleTest.class
│   │   └── SimpleTest.java
│   └── tests
│   ├── AllTests.class
│   ├── AllTests.java
│   ├── extensions
│   │   ├── ActiveTestTest$SuccessTest.class
│   │   ├── ActiveTestTest.class
│   │   ├── ActiveTestTest.java
│   │   ├── AllTests.class
│   │   ├── AllTests.java
│   │   ├── ExtensionTest$1.class
│   │   ├── ExtensionTest$2.class
│   │   ├── ExtensionTest$3.class
│   │   ├── ExtensionTest$4.class
│   │   ├── ExtensionTest$5.class
│   │   ├── ExtensionTest$TornDown.class
│   │   ├── ExtensionTest.class
│   │   ├── ExtensionTest.java
│   │   ├── package-info.class
│   │   ├── package-info.java
│   │   ├── RepeatedTestTest$SuccessTest.class
│   │   ├── RepeatedTestTest.class
│   │   └── RepeatedTestTest.java
│   ├── framework
│   │   ├── AllTests.class
│   │   ├── AllTests.java
│   │   ├── AssertTest.class
│   │   ├── AssertTest.java
│   │   ├── ComparisonCompactorTest.class
│   │   ├── ComparisonCompactorTest.java
│   │   ├── ComparisonFailureTest.class
│   │   ├── ComparisonFailureTest.java
│   │   ├── DoublePrecisionAssertTest.class
│   │   ├── DoublePrecisionAssertTest.java
│   │   ├── Failure.class
│   │   ├── Failure.java
│   │   ├── FloatAssertTest.class
│   │   ├── FloatAssertTest.java
│   │   ├── InheritedTestCase.class
│   │   ├── InheritedTestCase.java
│   │   ├── NoArgTestCaseTest.class
│   │   ├── NoArgTestCaseTest.java
│   │   ├── NoTestCaseClass.class
│   │   ├── NoTestCaseClass.java
│   │   ├── NoTestCases.class
│   │   ├── NoTestCases.java
│   │   ├── NotPublicTestCase.class
│   │   ├── NotPublicTestCase.java
│   │   ├── NotVoidTestCase.class
│   │   ├── NotVoidTestCase.java
│   │   ├── OneTestCase.class
│   │   ├── OneTestCase.java
│   │   ├── OverrideTestCase.class
│   │   ├── OverrideTestCase.java
│   │   ├── package-info.class
│   │   ├── package-info.java
│   │   ├── Success.class
│   │   ├── Success.java
│   │   ├── SuiteTest.class
│   │   ├── SuiteTest.java
│   │   ├── TestCaseTest$10.class
│   │   ├── TestCaseTest$1.class
│   │   ├── TestCaseTest$2.class
│   │   ├── TestCaseTest$3.class
│   │   ├── TestCaseTest$4.class
│   │   ├── TestCaseTest$5.class
│   │   ├── TestCaseTest$6.class
│   │   ├── TestCaseTest$7.class
│   │   ├── TestCaseTest$8.class
│   │   ├── TestCaseTest$9.class
│   │   ├── TestCaseTest$TornDown.class
│   │   ├── TestCaseTest.class
│   │   ├── TestCaseTest.java
│   │   ├── TestImplementorTest$1.class
│   │   ├── TestImplementorTest$DoubleTestCase$1.class
│   │   ├── TestImplementorTest$DoubleTestCase.class
│   │   ├── TestImplementorTest.class
│   │   ├── TestImplementorTest.java
│   │   ├── TestListenerTest$1.class
│   │   ├── TestListenerTest$2.class
│   │   ├── TestListenerTest$3.class
│   │   ├── TestListenerTest.class
│   │   ├── TestListenerTest.java
│   │   ├── ThreeTestCases.class
│   │   └── ThreeTestCases.java
│   ├── package-info.class
│   ├── package-info.java
│   ├── runner
│   │   ├── AllTests.class
│   │   ├── AllTests.java
│   │   ├── BaseTestRunnerTest$DoesntExtendTestCase.class
│   │   ├── BaseTestRunnerTest$MockRunner.class
│   │   ├── BaseTestRunnerTest$NonStatic.class
│   │   ├── BaseTestRunnerTest.class
│   │   ├── BaseTestRunnerTest.java
│   │   ├── package-info.class
│   │   ├── package-info.java
│   │   ├── StackFilterTest.class
│   │   ├── StackFilterTest.java
│   │   ├── TextFeedbackTest$1.class
│   │   ├── TextFeedbackTest$2.class
│   │   ├── TextFeedbackTest$3.class
│   │   ├── TextFeedbackTest$4.class
│   │   ├── TextFeedbackTest$5.class
│   │   ├── TextFeedbackTest$6.class
│   │   ├── TextFeedbackTest$7.class
│   │   ├── TextFeedbackTest$TestResultPrinter.class
│   │   ├── TextFeedbackTest.class
│   │   ├── TextFeedbackTest.java
│   │   ├── TextRunnerSingleMethodTest$InvocationTest.class
│   │   ├── TextRunnerSingleMethodTest.class
│   │   ├── TextRunnerSingleMethodTest.java
│   │   ├── TextRunnerTest$1.class
│   │   ├── TextRunnerTest.class
│   │   └── TextRunnerTest.java
│   ├── WasRun.class
│   └── WasRun.java
├── junit-4.9.jar
├── junit-4.9-src.jar
├── junit-dep-4.9.jar
├── org
│   └── junit
│   ├── samples
│   │   ├── ListTest.class
│   │   ├── ListTest.java
│   │   ├── money
│   │   │   ├── MoneyTest.class
│   │   │   ├── MoneyTest.java
│   │   │   ├── package-info.class
│   │   │   └── package-info.java
│   │   ├── package-info.class
│   │   ├── package-info.java
│   │   ├── SimpleTest.class
│   │   └── SimpleTest.java
│   └── tests
│   ├── AllTests.class
│   ├── AllTests.java
│   ├── assertion
│   │   ├── AssertionTest.class
│   │   ├── AssertionTest.java
│   │   ├── BothTest.class
│   │   ├── BothTest.java
│   │   ├── EachTest.class
│   │   ├── EachTest.java
│   │   ├── MultipleFailureExceptionTest$ExpectedException.class
│   │   ├── MultipleFailureExceptionTest.class
│   │   └── MultipleFailureExceptionTest.java
│   ├── deprecated
│   │   ├── JUnit4ClassRunnerTest$Example.class
│   │   ├── JUnit4ClassRunnerTest$UnconstructableExample.class
│   │   ├── JUnit4ClassRunnerTest.class
│   │   └── JUnit4ClassRunnerTest.java
│   ├── description
│   │   ├── AnnotatedDescriptionTest$1.class
│   │   ├── AnnotatedDescriptionTest$AnnotatedClass.class
│   │   ├── AnnotatedDescriptionTest$IgnoredClass.class
│   │   ├── AnnotatedDescriptionTest$MyOwnAnnotation.class
│   │   ├── AnnotatedDescriptionTest$ValueAnnotatedClass.class
│   │   ├── AnnotatedDescriptionTest$ValuedAnnotation.class
│   │   ├── AnnotatedDescriptionTest.class
│   │   ├── AnnotatedDescriptionTest.java
│   │   ├── SuiteDescriptionTest.class
│   │   ├── SuiteDescriptionTest.java
│   │   ├── TestDescriptionTest.class
│   │   └── TestDescriptionTest.java
│   ├── experimental
│   │   ├── AssumptionTest$1.class
│   │   ├── AssumptionTest$AssumptionFailureInConstructor.class
│   │   ├── AssumptionTest$HasFailingAssumeInBefore.class
│   │   ├── AssumptionTest$HasFailingAssumeInBeforeClass.class
│   │   ├── AssumptionTest$HasFailingAssumption.class
│   │   ├── AssumptionTest$HasPassingAssumption.class
│   │   ├── AssumptionTest.class
│   │   ├── AssumptionTest.java
│   │   ├── AssumptionViolatedExceptionTest.class
│   │   ├── AssumptionViolatedExceptionTest.java
│   │   ├── categories
│   │   │   ├── CategoriesAndParameterizedTest$ParameterizedTestWithAttemptedMethodCategory.class
│   │   │   ├── CategoriesAndParameterizedTest$ParameterTokenSuiteMalformedAndSwapped.class
│   │   │   ├── CategoriesAndParameterizedTest$ParameterTokenSuiteMalformed.class
│   │   │   ├── CategoriesAndParameterizedTest$ParameterTokenSuiteWellFormed.class
│   │   │   ├── CategoriesAndParameterizedTest$Token.class
│   │   │   ├── CategoriesAndParameterizedTest$VanillaCategorizedJUnitTest.class
│   │   │   ├── CategoriesAndParameterizedTest$WellBehavedParameterizedTest.class
│   │   │   ├── CategoriesAndParameterizedTest.class
│   │   │   ├── CategoriesAndParameterizedTest.java
│   │   │   ├── CategoryTest$A.class
│   │   │   ├── CategoryTest$B.class
│   │   │   ├── CategoryTest$Category1.class
│   │   │   ├── CategoryTest$Category2.class
│   │   │   ├── CategoryTest$C.class
│   │   │   ├── CategoryTest$ChooseSlowFromBoth.class
│   │   │   ├── CategoryTest$ClassAsCategory.class
│   │   │   ├── CategoryTest$FastTests.class
│   │   │   ├── CategoryTest$IncludeAndExcludeSuite.class
│   │   │   ├── CategoryTest$JustA.class
│   │   │   ├── CategoryTest$OneFast.class
│   │   │   ├── CategoryTest$OneFastOneSlow.class
│   │   │   ├── CategoryTest$OneFastSuite.class
│   │   │   ├── CategoryTest$OneMoreTest.class
│   │   │   ├── CategoryTest$OneThatIsBothFastAndSlow.class
│   │   │   ├── CategoryTest$OneVerySlowTest.class
│   │   │   ├── CategoryTest$RunClassAsCategory.class
│   │   │   ├── CategoryTest$RunSlowFromVerySlow.class
│   │   │   ├── CategoryTest$SlowTests.class
│   │   │   ├── CategoryTest$SlowTestSuite.class
│   │   │   ├── CategoryTest$SomeAreSlow.class
│   │   │   ├── CategoryTest$SomeAreSlowSuite.class
│   │   │   ├── CategoryTest$TestSuiteWithNoCategories.class
│   │   │   ├── CategoryTest$VerySlowTests.class
│   │   │   ├── CategoryTest.class
│   │   │   └── CategoryTest.java
│   │   ├── ExperimentalTests.class
│   │   ├── ExperimentalTests.java
│   │   ├── MatcherTest.class
│   │   ├── MatcherTest.java
│   │   ├── max
│   │   │   ├── DescriptionTest.class
│   │   │   ├── DescriptionTest.java
│   │   │   ├── JUnit38SortingTest$JUnit38Test.class
│   │   │   ├── JUnit38SortingTest$JUnit4Test.class
│   │   │   ├── JUnit38SortingTest.class
│   │   │   ├── JUnit38SortingTest.java
│   │   │   ├── MaxStarterTest$1.class
│   │   │   ├── MaxStarterTest$2.class
│   │   │   ├── MaxStarterTest$HalfMalformedJUnit38TestMethod.class
│   │   │   ├── MaxStarterTest$MalformedJUnit38Test.class
│   │   │   ├── MaxStarterTest$MalformedJUnit38TestMethod.class
│   │   │   ├── MaxStarterTest$TwoOldTests.class
│   │   │   ├── MaxStarterTest$TwoTests.class
│   │   │   ├── MaxStarterTest$TwoUnEqualTests.class
│   │   │   ├── MaxStarterTest.class
│   │   │   └── MaxStarterTest.java
│   │   ├── parallel
│   │   │   ├── ParallelClassTest$1.class
│   │   │   ├── ParallelClassTest$Example1.class
│   │   │   ├── ParallelClassTest$Example2.class
│   │   │   ├── ParallelClassTest$ExampleSuite.class
│   │   │   ├── ParallelClassTest.class
│   │   │   ├── ParallelClassTest.java
│   │   │   ├── ParallelMethodTest$1.class
│   │   │   ├── ParallelMethodTest$Example.class
│   │   │   ├── ParallelMethodTest.class
│   │   │   └── ParallelMethodTest.java
│   │   ├── results
│   │   │   ├── PrintableResultTest$1.class
│   │   │   ├── PrintableResultTest.class
│   │   │   ├── PrintableResultTest.java
│   │   │   ├── ResultMatchersTest.class
│   │   │   └── ResultMatchersTest.java
│   │   ├── rules
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest$FlipBitRule$1.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest$FlipBitRule.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest$OverrideRulesRunner.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest$OverrideRulesTest.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest$OverrideTestRulesRunner$1.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest$OverrideTestRulesRunner.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest$OverrideTestRulesTest.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest.class
│   │   │   ├── BlockJUnit4ClassRunnerOverrideTest.java
│   │   │   ├── ClassRulesTest$Counter.class
│   │   │   ├── ClassRulesTest$CustomCounter$1.class
│   │   │   ├── ClassRulesTest$CustomCounter.class
│   │   │   ├── ClassRulesTest$ExampleTestWithClassRule.class
│   │   │   ├── ClassRulesTest$ExampleTestWithCustomClassRule.class
│   │   │   ├── ClassRulesTest$SubclassOfTestWithClassRule.class
│   │   │   ├── ClassRulesTest.class
│   │   │   ├── ClassRulesTest.java
│   │   │   ├── ExpectedExceptionRuleTest$1.class
│   │   │   ├── ExpectedExceptionRuleTest$ExpectedMessageMatcherFails.class
│   │   │   ├── ExpectedExceptionRuleTest$ExpectsMatcher.class
│   │   │   ├── ExpectedExceptionRuleTest$ExpectsMessageMatcher.class
│   │   │   ├── ExpectedExceptionRuleTest$ExpectsMultipleMatchers.class
│   │   │   ├── ExpectedExceptionRuleTest$ExpectsSubstring.class
│   │   │   ├── ExpectedExceptionRuleTest$ExpectsSubstringNullMessage.class
│   │   │   ├── ExpectedExceptionRuleTest$HasExpectedException.class
│   │   │   ├── ExpectedExceptionRuleTest$HasWrongExpectedException.class
│   │   │   ├── ExpectedExceptionRuleTest$HasWrongMessage.class
│   │   │   ├── ExpectedExceptionRuleTest$WronglyExpectsException.class
│   │   │   ├── ExpectedExceptionRuleTest$WronglyExpectsExceptionMessage.class
│   │   │   ├── ExpectedExceptionRuleTest.class
│   │   │   ├── ExpectedExceptionRuleTest.java
│   │   │   ├── ExternalResourceRuleTest$UsesExternalResource$1.class
│   │   │   ├── ExternalResourceRuleTest$UsesExternalResource.class
│   │   │   ├── ExternalResourceRuleTest.class
│   │   │   ├── ExternalResourceRuleTest.java
│   │   │   ├── MethodRulesTest$1.class
│   │   │   ├── MethodRulesTest$BeforesAndAfters$1.class
│   │   │   ├── MethodRulesTest$BeforesAndAfters.class
│   │   │   ├── MethodRulesTest$CustomTestName$1.class
│   │   │   ├── MethodRulesTest$CustomTestName.class
│   │   │   ├── MethodRulesTest$ExampleTest$1$1.class
│   │   │   ├── MethodRulesTest$ExampleTest$1.class
│   │   │   ├── MethodRulesTest$ExampleTest.class
│   │   │   ├── MethodRulesTest$MultipleRuleTest$Increment$1.class
│   │   │   ├── MethodRulesTest$MultipleRuleTest$Increment.class
│   │   │   ├── MethodRulesTest$MultipleRuleTest.class
│   │   │   ├── MethodRulesTest$NoRulesTest.class
│   │   │   ├── MethodRulesTest$OnFailureTest$1.class
│   │   │   ├── MethodRulesTest$OnFailureTest.class
│   │   │   ├── MethodRulesTest$PrivateRule.class
│   │   │   ├── MethodRulesTest$SonOfExampleTest.class
│   │   │   ├── MethodRulesTest$SonOfWrongTypedField.class
│   │   │   ├── MethodRulesTest$UsesCustomMethodRule.class
│   │   │   ├── MethodRulesTest$WatchmanTest$1.class
│   │   │   ├── MethodRulesTest$WatchmanTest.class
│   │   │   ├── MethodRulesTest$WrongTypedField.class
│   │   │   ├── MethodRulesTest.class
│   │   │   ├── MethodRulesTest.java
│   │   │   ├── NameRulesTest$BeforeAndAfterTest.class
│   │   │   ├── NameRulesTest$TestNames.class
│   │   │   ├── NameRulesTest.class
│   │   │   ├── NameRulesTest.java
│   │   │   ├── RuleFieldValidatorTest$TestWithArbitraryObjectWithRuleAnnotation.class
│   │   │   ├── RuleFieldValidatorTest$TestWithMethodRule$1.class
│   │   │   ├── RuleFieldValidatorTest$TestWithMethodRule.class
│   │   │   ├── RuleFieldValidatorTest$TestWithNonStaticClassRule.class
│   │   │   ├── RuleFieldValidatorTest$TestWithNonStaticTestRule.class
│   │   │   ├── RuleFieldValidatorTest$TestWithProtectedClassRule.class
│   │   │   ├── RuleFieldValidatorTest.class
│   │   │   ├── RuleFieldValidatorTest.java
│   │   │   ├── TempFolderRuleTest$CreatesSubFolder.class
│   │   │   ├── TempFolderRuleTest$HasTempFolder.class
│   │   │   ├── TempFolderRuleTest.class
│   │   │   ├── TempFolderRuleTest.java
│   │   │   ├── TestRuleTest$1.class
│   │   │   ├── TestRuleTest$BeforesAndAfters$1.class
│   │   │   ├── TestRuleTest$BeforesAndAfters.class
│   │   │   ├── TestRuleTest$BothKindsOfRule.class
│   │   │   ├── TestRuleTest$CustomTestName$1.class
│   │   │   ├── TestRuleTest$CustomTestName.class
│   │   │   ├── TestRuleTest$ExampleTest$1$1.class
│   │   │   ├── TestRuleTest$ExampleTest$1.class
│   │   │   ├── TestRuleTest$ExampleTest.class
│   │   │   ├── TestRuleTest$MultipleRuleTest$Increment$1.class
│   │   │   ├── TestRuleTest$MultipleRuleTest$Increment.class
│   │   │   ├── TestRuleTest$MultipleRuleTest.class
│   │   │   ├── TestRuleTest$NoRulesTest.class
│   │   │   ├── TestRuleTest$OneFieldTwoKindsOfRule.class
│   │   │   ├── TestRuleTest$OnFailureTest$1.class
│   │   │   ├── TestRuleTest$OnFailureTest.class
│   │   │   ├── TestRuleTest$PrivateRule.class
│   │   │   ├── TestRuleTest$SonOfExampleTest.class
│   │   │   ├── TestRuleTest$SonOfWrongTypedField.class
│   │   │   ├── TestRuleTest$UsesCustomMethodRule.class
│   │   │   ├── TestRuleTest$WatchmanTest$1.class
│   │   │   ├── TestRuleTest$WatchmanTest.class
│   │   │   ├── TestRuleTest$WrongTypedField.class
│   │   │   ├── TestRuleTest.class
│   │   │   ├── TestRuleTest.java
│   │   │   ├── TimeoutRuleTest$HasGlobalTimeout.class
│   │   │   ├── TimeoutRuleTest.class
│   │   │   ├── TimeoutRuleTest.java
│   │   │   ├── VerifierRuleTest$UsesErrorCollectorCheckSucceeds$1.class
│   │   │   ├── VerifierRuleTest$UsesErrorCollectorCheckSucceeds$2.class
│   │   │   ├── VerifierRuleTest$UsesErrorCollectorCheckSucceeds.class
│   │   │   ├── VerifierRuleTest$UsesErrorCollectorCheckSucceedsPasses$1.class
│   │   │   ├── VerifierRuleTest$UsesErrorCollectorCheckSucceedsPasses.class
│   │   │   ├── VerifierRuleTest$UsesErrorCollectorCheckThat.class
│   │   │   ├── VerifierRuleTest$UsesErrorCollector.class
│   │   │   ├── VerifierRuleTest$UsesErrorCollectorTwice.class
│   │   │   ├── VerifierRuleTest$UsesVerifier$1.class
│   │   │   ├── VerifierRuleTest$UsesVerifier.class
│   │   │   ├── VerifierRuleTest.class
│   │   │   └── VerifierRuleTest.java
│   │   └── theories
│   │   ├── AllMembersSupplierTest$HasDataPoints.class
│   │   ├── AllMembersSupplierTest.class
│   │   ├── AllMembersSupplierTest.java
│   │   ├── extendingwithstubs
│   │   │   ├── Correspondent.class
│   │   │   ├── Correspondent.java
│   │   │   ├── Guesser$1.class
│   │   │   ├── Guesser$GuessMap.class
│   │   │   ├── Guesser.class
│   │   │   ├── Guesser.java
│   │   │   ├── GuesserQueue$ReguessableDecorator.class
│   │   │   ├── GuesserQueue.class
│   │   │   ├── GuesserQueue.java
│   │   │   ├── MethodCall.class
│   │   │   ├── MethodCall.java
│   │   │   ├── ReguessableValue.class
│   │   │   ├── ReguessableValue.java
│   │   │   ├── StringableObject.class
│   │   │   ├── StringableObject.java
│   │   │   ├── StubbedTheories$StubbedTheoryAnchor.class
│   │   │   ├── StubbedTheories.class
│   │   │   ├── StubbedTheories.java
│   │   │   ├── StubbedTheoriesTest.class
│   │   │   ├── StubbedTheoriesTest.java
│   │   │   ├── Stub.class
│   │   │   └── Stub.java
│   │   ├── ParameterizedAssertionErrorTest$1.class
│   │   ├── ParameterizedAssertionErrorTest.class
│   │   ├── ParameterizedAssertionErrorTest.java
│   │   ├── ParameterSignatureTest.class
│   │   ├── ParameterSignatureTest.java
│   │   └── runner
│   │   ├── SuccessfulWithDataPointFields$BeforeAndAfterEachTime.class
│   │   ├── SuccessfulWithDataPointFields$BeforeAndAfterOnSameInstance.class
│   │   ├── SuccessfulWithDataPointFields$DifferentTypesInConstructor.class
│   │   ├── SuccessfulWithDataPointFields$HasATwoParameterTheory.class
│   │   ├── SuccessfulWithDataPointFields$NewObjectEachTime.class
│   │   ├── SuccessfulWithDataPointFields$OneTestTwoAnnotations.class
│   │   ├── SuccessfulWithDataPointFields$PositiveInts.class
│   │   ├── SuccessfulWithDataPointFields$PositiveIntsWithMethodParams.class
│   │   ├── SuccessfulWithDataPointFields$PositiveIntsWithNegativeField.class
│   │   ├── SuccessfulWithDataPointFields$StaticPublicNonDataPoints.class
│   │   ├── SuccessfulWithDataPointFields.class
│   │   ├── SuccessfulWithDataPointFields.java
│   │   ├── TheoriesPerformanceTest$UpToTen.class
│   │   ├── TheoriesPerformanceTest.class
│   │   ├── TheoriesPerformanceTest.java
│   │   ├── UnsuccessfulWithDataPointFields$DataPointsMustBeStatic.class
│   │   ├── UnsuccessfulWithDataPointFields$DoesntUseParams.class
│   │   ├── UnsuccessfulWithDataPointFields$HasATheory.class
│   │   ├── UnsuccessfulWithDataPointFields$NullsOK.class
│   │   ├── UnsuccessfulWithDataPointFields$TheoriesMustBePublic.class
│   │   ├── UnsuccessfulWithDataPointFields.class
│   │   ├── UnsuccessfulWithDataPointFields.java
│   │   ├── WhenNoParametersMatch$AssumptionsFail.class
│   │   ├── WhenNoParametersMatch.class
│   │   ├── WhenNoParametersMatch.java
│   │   ├── WithDataPointMethod$DataPointMethodReturnsMutableObject.class
│   │   ├── WithDataPointMethod$HasDataPointMethod.class
│   │   ├── WithDataPointMethod$HasDateMethod.class
│   │   ├── WithDataPointMethod$HasUglyDataPointMethod.class
│   │   ├── WithDataPointMethod.class
│   │   ├── WithDataPointMethod.java
│   │   ├── WithExtendedParameterSources$DataPointArrayMethod.class
│   │   ├── WithExtendedParameterSources$DataPointArrays.class
│   │   ├── WithExtendedParameterSources$DataPointArrayToBeUsedForWholeParameter.class
│   │   ├── WithExtendedParameterSources$DataPointMalformedArrayMethods.class
│   │   ├── WithExtendedParameterSources$ParameterAnnotations.class
│   │   ├── WithExtendedParameterSources$ShouldFilterNull.class
│   │   ├── WithExtendedParameterSources.class
│   │   ├── WithExtendedParameterSources.java
│   │   ├── WithOnlyTestAnnotations$ErrorWhenTestHasParametersDespiteTheories.class
│   │   ├── WithOnlyTestAnnotations$HonorExpectedException.class
│   │   ├── WithOnlyTestAnnotations$HonorExpectedExceptionPasses.class
│   │   ├── WithOnlyTestAnnotations$HonorTimeout.class
│   │   ├── WithOnlyTestAnnotations.class
│   │   └── WithOnlyTestAnnotations.java
│   ├── junit3compatibility
│   │   ├── AllTestsTest$All.class
│   │   ├── AllTestsTest$AllJUnit4.class
│   │   ├── AllTestsTest$BadSuiteMethod.class
│   │   ├── AllTestsTest$JUnit4Test.class
│   │   ├── AllTestsTest$OneTest.class
│   │   ├── AllTestsTest.class
│   │   ├── AllTestsTest.java
│   │   ├── ClassRequestTest$PrivateSuiteMethod.class
│   │   ├── ClassRequestTest.class
│   │   ├── ClassRequestTest.java
│   │   ├── ForwardCompatibilityPrintingTest$1.class
│   │   ├── ForwardCompatibilityPrintingTest$2.class
│   │   ├── ForwardCompatibilityPrintingTest$3.class
│   │   ├── ForwardCompatibilityPrintingTest$ATest.class
│   │   ├── ForwardCompatibilityPrintingTest$TestResultPrinter.class
│   │   ├── ForwardCompatibilityPrintingTest.class
│   │   ├── ForwardCompatibilityPrintingTest.java
│   │   ├── ForwardCompatibilityTest$1.class
│   │   ├── ForwardCompatibilityTest$BeforeClassTest.class
│   │   ├── ForwardCompatibilityTest$ErrorTest.class
│   │   ├── ForwardCompatibilityTest$ExceptionInBeforeTest.class
│   │   ├── ForwardCompatibilityTest$ExpectedTest.class
│   │   ├── ForwardCompatibilityTest$InvalidMethodTest.class
│   │   ├── ForwardCompatibilityTest$MarkerRunner.class
│   │   ├── ForwardCompatibilityTest$NewTest.class
│   │   ├── ForwardCompatibilityTest$NoExceptionTest.class
│   │   ├── ForwardCompatibilityTest$NoTests.class
│   │   ├── ForwardCompatibilityTest$UnExpectedExceptionTest.class
│   │   ├── ForwardCompatibilityTest.class
│   │   ├── ForwardCompatibilityTest.java
│   │   ├── InitializationErrorForwardCompatibilityTest$1.class
│   │   ├── InitializationErrorForwardCompatibilityTest$CantInitialize.class
│   │   ├── InitializationErrorForwardCompatibilityTest$CantInitializeTests.class
│   │   ├── InitializationErrorForwardCompatibilityTest$ErrorRememberingListener.class
│   │   ├── InitializationErrorForwardCompatibilityTest$InitializesWithError.class
│   │   ├── InitializationErrorForwardCompatibilityTest.class
│   │   ├── InitializationErrorForwardCompatibilityTest.java
│   │   ├── JUnit38ClassRunnerTest$1.class
│   │   ├── JUnit38ClassRunnerTest$AnnotatedTest.class
│   │   ├── JUnit38ClassRunnerTest$ClassWithInvalidMethod.class
│   │   ├── JUnit38ClassRunnerTest$MyTest.class
│   │   ├── JUnit38ClassRunnerTest$OneTest.class
│   │   ├── JUnit38ClassRunnerTest.class
│   │   ├── JUnit38ClassRunnerTest.java
│   │   ├── OldTestClassAdaptingListenerTest$1.class
│   │   ├── OldTestClassAdaptingListenerTest.class
│   │   ├── OldTestClassAdaptingListenerTest.java
│   │   ├── OldTests.class
│   │   ├── OldTests.java
│   │   ├── SuiteMethodTest$CompatibilityTest.class
│   │   ├── SuiteMethodTest$NewTest.class
│   │   ├── SuiteMethodTest$NewTestSuiteFails.class
│   │   ├── SuiteMethodTest$NewTestSuiteNotUsed.class
│   │   ├── SuiteMethodTest$OldTest.class
│   │   ├── SuiteMethodTest.class
│   │   └── SuiteMethodTest.java
│   ├── listening
│   │   ├── ListenerTest$1.class
│   │   ├── ListenerTest$2.class
│   │   ├── ListenerTest$OneTest.class
│   │   ├── ListenerTest.class
│   │   ├── ListenerTest.java
│   │   ├── RunnerTest$1.class
│   │   ├── RunnerTest$Example.class
│   │   ├── RunnerTest$ExampleTest.class
│   │   ├── RunnerTest$MyListener.class
│   │   ├── RunnerTest$NewExample.class
│   │   ├── RunnerTest.class
│   │   ├── RunnerTest.java
│   │   ├── TestListenerTest$ErrorListener.class
│   │   ├── TestListenerTest$ExceptionListener.class
│   │   ├── TestListenerTest$OneTest.class
│   │   ├── TestListenerTest.class
│   │   ├── TestListenerTest.java
│   │   ├── TextListenerTest$ErrorTest.class
│   │   ├── TextListenerTest$OneTest.class
│   │   ├── TextListenerTest$Slow.class
│   │   ├── TextListenerTest.class
│   │   ├── TextListenerTest.java
│   │   ├── UserStopTest$OneTest.class
│   │   ├── UserStopTest.class
│   │   └── UserStopTest.java
│   ├── manipulation
│   │   ├── FilterableTest$FilteredRunner$1.class
│   │   ├── FilterableTest$FilteredRunner.class
│   │   ├── FilterableTest$FilteredTest.class
│   │   ├── FilterableTest.class
│   │   ├── FilterableTest.java
│   │   ├── FilterTest$NamedFilter.class
│   │   ├── FilterTest.class
│   │   ├── FilterTest.java
│   │   ├── SingleMethodTest$1.class
│   │   ├── SingleMethodTest$HasSuiteMethod.class
│   │   ├── SingleMethodTest$OneTimeSetup.class
│   │   ├── SingleMethodTest$OneTwoSuite.class
│   │   ├── SingleMethodTest$ParameterizedOneTimeBeforeClass.class
│   │   ├── SingleMethodTest$ParameterizedOneTimeSetup.class
│   │   ├── SingleMethodTest$TestOne.class
│   │   ├── SingleMethodTest$TestTwo.class
│   │   ├── SingleMethodTest.class
│   │   ├── SingleMethodTest.java
│   │   ├── SortableTest$1.class
│   │   ├── SortableTest$2.class
│   │   ├── SortableTest$TestClassRunnerIsSortable$Enclosing$A.class
│   │   ├── SortableTest$TestClassRunnerIsSortable$Enclosing$B.class
│   │   ├── SortableTest$TestClassRunnerIsSortable$Enclosing.class
│   │   ├── SortableTest$TestClassRunnerIsSortable$SortMe.class
│   │   ├── SortableTest$TestClassRunnerIsSortable.class
│   │   ├── SortableTest$TestClassRunnerIsSortableWithSuiteMethod$SortMe.class
│   │   ├── SortableTest$TestClassRunnerIsSortableWithSuiteMethod.class
│   │   ├── SortableTest$UnsortableRunnersAreHandledWithoutCrashing$Unsortable.class
│   │   ├── SortableTest$UnsortableRunnersAreHandledWithoutCrashing$UnsortableRunner.class
│   │   ├── SortableTest$UnsortableRunnersAreHandledWithoutCrashing.class
│   │   ├── SortableTest.class
│   │   └── SortableTest.java
│   ├── ObjectContractTest.class
│   ├── ObjectContractTest.java
│   ├── package-info.class
│   ├── package-info.java
│   ├── running
│   │   ├── classes
│   │   │   ├── EnclosedTest$Enclosing$A.class
│   │   │   ├── EnclosedTest$Enclosing$B.class
│   │   │   ├── EnclosedTest$Enclosing.class
│   │   │   ├── EnclosedTest.class
│   │   │   ├── EnclosedTest.java
│   │   │   ├── IgnoreClassTest$IgnoreMe.class
│   │   │   ├── IgnoreClassTest.class
│   │   │   ├── IgnoreClassTest.java
│   │   │   ├── ParameterizedTestTest$BeforeAndAfter.class
│   │   │   ├── ParameterizedTestTest$EmptyTest.class
│   │   │   ├── ParameterizedTestTest$FibonacciTest.class
│   │   │   ├── ParameterizedTestTest$IncorrectTest.class
│   │   │   ├── ParameterizedTestTest$PrivateConstructor.class
│   │   │   ├── ParameterizedTestTest$ProtectedParametersTest.class
│   │   │   ├── ParameterizedTestTest$WrongElementType.class
│   │   │   ├── ParameterizedTestTest.class
│   │   │   ├── ParameterizedTestTest.java
│   │   │   ├── ParentRunnerFilteringTest$1.class
│   │   │   ├── ParentRunnerFilteringTest$CountingFilter.class
│   │   │   ├── ParentRunnerFilteringTest$ExampleSuite.class
│   │   │   ├── ParentRunnerFilteringTest$ExampleSuiteWithUnmodifyableChildList.class
│   │   │   ├── ParentRunnerFilteringTest$ExampleTest.class
│   │   │   ├── ParentRunnerFilteringTest$SuiteWithUnmodifyableChildList.class
│   │   │   ├── ParentRunnerFilteringTest.class
│   │   │   ├── ParentRunnerFilteringTest.java
│   │   │   ├── ParentRunnerTest$1.class
│   │   │   ├── ParentRunnerTest$2.class
│   │   │   ├── ParentRunnerTest$ExampleTest.class
│   │   │   ├── ParentRunnerTest$Exclude.class
│   │   │   ├── ParentRunnerTest$FruitTest.class
│   │   │   ├── ParentRunnerTest.class
│   │   │   ├── ParentRunnerTest.java
│   │   │   ├── RunWithTest$BadRunner.class
│   │   │   ├── RunWithTest$Empty.class
│   │   │   ├── RunWithTest$ExampleRunner.class
│   │   │   ├── RunWithTest$ExampleTest.class
│   │   │   ├── RunWithTest$SubExampleTest.class
│   │   │   ├── RunWithTest.class
│   │   │   ├── RunWithTest.java
│   │   │   ├── SuiteTest$All.class
│   │   │   ├── SuiteTest$AllWithBeforeAndAfterClass.class
│   │   │   ├── SuiteTest$AllWithOutAnnotation.class
│   │   │   ├── SuiteTest$BiInfiniteLoop.class
│   │   │   ├── SuiteTest$Hercules.class
│   │   │   ├── SuiteTest$Hydra.class
│   │   │   ├── SuiteTest$InfiniteLoop.class
│   │   │   ├── SuiteTest$InheritsAll.class
│   │   │   ├── SuiteTest$NoSuiteClassesAnnotation.class
│   │   │   ├── SuiteTest$TestA.class
│   │   │   ├── SuiteTest$TestB.class
│   │   │   ├── SuiteTest$WithoutDefaultConstructor.class
│   │   │   ├── SuiteTest.class
│   │   │   ├── SuiteTest.java
│   │   │   ├── TestClassTest$ManyMethods.class
│   │   │   ├── TestClassTest$SubclassWithField.class
│   │   │   ├── TestClassTest$SuperclassWithField.class
│   │   │   ├── TestClassTest$TwoConstructors.class
│   │   │   ├── TestClassTest.class
│   │   │   ├── TestClassTest.java
│   │   │   ├── UseSuiteAsASuperclassTest$AllWithMySuite.class
│   │   │   ├── UseSuiteAsASuperclassTest$MySuite.class
│   │   │   ├── UseSuiteAsASuperclassTest$TestA.class
│   │   │   ├── UseSuiteAsASuperclassTest$TestB.class
│   │   │   ├── UseSuiteAsASuperclassTest.class
│   │   │   └── UseSuiteAsASuperclassTest.java
│   │   ├── core
│   │   │   ├── CommandLineTest$Count.class
│   │   │   ├── CommandLineTest$Example.class
│   │   │   ├── CommandLineTest.class
│   │   │   ├── CommandLineTest.java
│   │   │   ├── JUnitCoreReturnsCorrectExitCodeTest$Fail.class
│   │   │   ├── JUnitCoreReturnsCorrectExitCodeTest$Succeed.class
│   │   │   ├── JUnitCoreReturnsCorrectExitCodeTest.class
│   │   │   ├── JUnitCoreReturnsCorrectExitCodeTest.java
│   │   │   ├── SystemExitTest$Exit.class
│   │   │   ├── SystemExitTest.class
│   │   │   └── SystemExitTest.java
│   │   └── methods
│   │   ├── AnnotationTest$ErrorInAfterClass.class
│   │   ├── AnnotationTest$ErrorInBeforeClass.class
│   │   ├── AnnotationTest$ExceptionTest.class
│   │   ├── AnnotationTest$FailureTest.class
│   │   ├── AnnotationTest$NoExceptionTest.class
│   │   ├── AnnotationTest$NonStaticOneTimeSetup.class
│   │   ├── AnnotationTest$OldSuiteTest.class
│   │   ├── AnnotationTest$OldTest.class
│   │   ├── AnnotationTest$OneTimeSetup.class
│   │   ├── AnnotationTest$OneTimeTeardown.class
│   │   ├── AnnotationTest$OrderTest.class
│   │   ├── AnnotationTest$RunAllAfterClasses.class
│   │   ├── AnnotationTest$RunAllAfterClassesRegardless.class
│   │   ├── AnnotationTest$RunAllAfters.class
│   │   ├── AnnotationTest$RunAllAftersRegardless.class
│   │   ├── AnnotationTest$SetupFailureTest.class
│   │   ├── AnnotationTest$SetupTest.class
│   │   ├── AnnotationTest$SimpleTest.class
│   │   ├── AnnotationTest$SimpleTestWithFutureProofExplicitRunner.class
│   │   ├── AnnotationTest$SubInheritance.class
│   │   ├── AnnotationTest$SubShadowing.class
│   │   ├── AnnotationTest$SubTest.class
│   │   ├── AnnotationTest$SuperInheritance.class
│   │   ├── AnnotationTest$SuperShadowing.class
│   │   ├── AnnotationTest$SuperTest.class
│   │   ├── AnnotationTest$TeardownAfterFailureTest.class
│   │   ├── AnnotationTest$TeardownFailureTest.class
│   │   ├── AnnotationTest$TeardownTest.class
│   │   ├── AnnotationTest$TestAndTeardownFailureTest.class
│   │   ├── AnnotationTest$TwoTests.class
│   │   ├── AnnotationTest.class
│   │   ├── AnnotationTest.java
│   │   ├── ExpectedTest$Expected.class
│   │   ├── ExpectedTest$ExpectSuperclass.class
│   │   ├── ExpectedTest$NoneThrown.class
│   │   ├── ExpectedTest$Unexpected.class
│   │   ├── ExpectedTest.class
│   │   ├── ExpectedTest.java
│   │   ├── InheritedTestTest$Sub.class
│   │   ├── InheritedTestTest$SubWithBefore.class
│   │   ├── InheritedTestTest$Super.class
│   │   ├── InheritedTestTest.class
│   │   ├── InheritedTestTest.java
│   │   ├── ParameterizedTestMethodTest$EverythingWrong.class
│   │   ├── ParameterizedTestMethodTest$SubShadows.class
│   │   ├── ParameterizedTestMethodTest$SubWrong.class
│   │   ├── ParameterizedTestMethodTest$SuperWrong.class
│   │   ├── ParameterizedTestMethodTest.class
│   │   ├── ParameterizedTestMethodTest.java
│   │   ├── TestMethodTest$Confused.class
│   │   ├── TestMethodTest$ConstructorParameter.class
│   │   ├── TestMethodTest$EverythingWrong.class
│   │   ├── TestMethodTest$IgnoredTest.class
│   │   ├── TestMethodTest$OnlyTestIsIgnored.class
│   │   ├── TestMethodTest$SubShadows.class
│   │   ├── TestMethodTest$SubWrong.class
│   │   ├── TestMethodTest$SuperWrong.class
│   │   ├── TestMethodTest.class
│   │   ├── TestMethodTest.java
│   │   ├── TimeoutTest$FailureWithTimeoutRunTimeExceptionTest.class
│   │   ├── TimeoutTest$FailureWithTimeoutTest.class
│   │   ├── TimeoutTest$ImpatientLoopTest.class
│   │   ├── TimeoutTest$InfiniteLoopTest.class
│   │   ├── TimeoutTest$SuccessWithTimeoutTest.class
│   │   ├── TimeoutTest$TimeoutFailureTest.class
│   │   ├── TimeoutTest$WillTimeOut.class
│   │   ├── TimeoutTest.class
│   │   └── TimeoutTest.java
│   ├── TestSystem.class
│   ├── TestSystem.java
│   └── validation
│   ├── anotherpackage
│   │   ├── Sub.class
│   │   ├── Sub.java
│   │   ├── Super.class
│   │   └── Super.java
│   ├── BadlyFormedClassesTest$BadBeforeMethodWithLegacyRunner.class
│   ├── BadlyFormedClassesTest$FaultyConstructor.class
│   ├── BadlyFormedClassesTest$NoTests.class
│   ├── BadlyFormedClassesTest.class
│   ├── BadlyFormedClassesTest.java
│   ├── FailedConstructionTest$CantConstruct.class
│   ├── FailedConstructionTest.class
│   ├── FailedConstructionTest.java
│   ├── InaccessibleBaseClassTest.class
│   ├── InaccessibleBaseClassTest.java
│   ├── ValidationTest$NonStaticBeforeClass.class
│   ├── ValidationTest$WrongBeforeClass.class
│   ├── ValidationTest.class
│   └── ValidationTest.java
├── README.html
└── temp.hamcrest.source
├── LICENSE.txt
├── META-INF
│   └── MANIFEST.MF
└── org
└── hamcrest
├── BaseDescription.class
├── BaseDescription.java
├── BaseMatcher.class
├── BaseMatcher.java
├── core
│   ├── AllOf.class
│   ├── AllOf.java
│   ├── AnyOf.class
│   ├── AnyOf.java
│   ├── DescribedAs.class
│   ├── DescribedAs.java
│   ├── IsAnything.class
│   ├── IsAnything.java
│   ├── Is.class
│   ├── IsEqual.class
│   ├── IsEqual.java
│   ├── IsInstanceOf.class
│   ├── IsInstanceOf.java
│   ├── Is.java
│   ├── IsNot.class
│   ├── IsNot.java
│   ├── IsNull.class
│   ├── IsNull.java
│   ├── IsSame.class
│   ├── IsSame.java
│   └── package.html
├── CoreMatchers.class
├── CoreMatchers.java
├── Description.class
├── Description.java
├── Factory.class
├── Factory.java
├── internal
│   ├── ArrayIterator.class
│   ├── ArrayIterator.java
│   ├── SelfDescribingValue.class
│   ├── SelfDescribingValueIterator.class
│   ├── SelfDescribingValueIterator.java
│   └── SelfDescribingValue.java
├── Matcher.class
├── Matcher.java
├── package.html
├── SelfDescribing.class
├── SelfDescribing.java
├── StringDescription.class
└── StringDescription.java

66 directories, 976 files

标签:

实例下载地址

Junit4.9(jar,源代码,API)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警