资源详情

返回首页 | 相关搜索
Frank Appel - Testing with JUnit - 2015
大小 6.83 MB
文件数 367
Info Hash: 3CFE8CD53FA60E6BA66E847E4BD05C8B111E27EF
收录时间 2025-12-28 05:53:19
更新时间 2025-12-28 07:02:17
文件列表 (367)
Code/Chapter 1/src/main/java/book/twju/chapter_1/Timeline.java
241 B
Code/Chapter 1/src/test/java/book/twju/chapter_1/TimelineTest.java
379 B
Code/Chapter 1/pom.xml
1.06 KB
Code/Chapter 2/src/main/java/book/twju/chapter_2/Timeline.java
717 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/TimelineTest.java
1.3 KB
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_8_BDD_Comments_TimelineTest.java
910 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_7_BoundaryConditions_TimelineTest.java
860 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_5_ImplicitTearDown_TimelineTest.java
797 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_3_DelegateSetup_TimelineTest.java
735 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_4_ImplicitSetup_TimelineTest.java
697 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_2_InlineSetup_TimelineTest.java
648 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_1_PhasesComments_TimelineTest.java
568 B
Code/Chapter 2/src/test/java/book/twju/chapter_2/Listing_6_InlineTearDown_TimelineTest.java
530 B
Code/Chapter 2/pom.xml
1.06 KB
Code/Chapter 3/src/main/java/book/twju/chapter_3/Timeline.java
1.91 KB
Code/Chapter 3/src/main/java/book/twju/chapter_3/SessionStorageFake.java
354 B
Code/Chapter 3/src/main/java/book/twju/chapter_3/ItemProvider.java
234 B
Code/Chapter 3/src/main/java/book/twju/chapter_3/SessionStorage.java
117 B
Code/Chapter 3/src/main/java/book/twju/chapter_3/Item.java
82 B
Code/Chapter 3/src/test/java/book/twju/chapter_3/TimelineTest.java
4.13 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_5_Mockito_SessionStoreStub_TimelineTest.java
3.15 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_7_Mockito_SessionStoreSpy_TimelineTest.java
2.61 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_3_Spy_TimelineTest.java
2.6 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_2_Stub_TimelineTest.java
2.31 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_6_Mockito_ItemProviderStub_TimelineTest.java
2.25 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_4_Mock_TimelineTest.java
2.07 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/ItemProviderStub.java
1.41 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_1_Dummy_TimelineTest.java
1.32 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/Listing_8_Mockito_ArgumentCapture_TimelineTest.java
1.25 KB
Code/Chapter 3/src/test/java/book/twju/chapter_3/SessionStorageMock.java
689 B
Code/Chapter 3/src/test/java/book/twju/chapter_3/ItemProviderDummy.java
595 B
Code/Chapter 3/src/test/java/book/twju/chapter_3/SessionStorageSpy.java
440 B
Code/Chapter 3/src/test/java/book/twju/chapter_3/FakeItem.java
364 B
Code/Chapter 3/pom.xml
1.23 KB
Code/Chapter 4/src/main/java/book/twju/chapter_4/Timeline.java
3.27 KB
Code/Chapter 4/src/main/java/book/twju/chapter_4/ItemProvider.java
234 B
Code/Chapter 4/src/main/java/book/twju/chapter_4/SessionStorage.java
186 B
Code/Chapter 4/src/main/java/book/twju/chapter_4/Item.java
82 B
Code/Chapter 4/src/test/java/book/twju/chapter_4/TimelineTest.java
7.09 KB
Code/Chapter 4/src/test/java/book/twju/chapter_4/Listing_5_Collaborator_TimelineTest.java
2.43 KB
Code/Chapter 4/src/test/java/book/twju/chapter_4/Listing_4_Closure_TimelineTest.java
2.2 KB
Code/Chapter 4/src/test/java/book/twju/chapter_4/Listing_1_TryCatch_TimelineTest.java
1.58 KB
Code/Chapter 4/src/test/java/book/twju/chapter_4/Listing_3_ExpectedException_TimelineTest.java
1.57 KB
Code/Chapter 4/src/test/java/book/twju/chapter_4/ItemProviderStub.java
1.41 KB
Code/Chapter 4/src/test/java/book/twju/chapter_4/Listing_2_Annotation_TimelineTest.java
1.08 KB
Code/Chapter 4/src/test/java/book/twju/chapter_4/FakeItem.java
364 B
Code/Chapter 4/src/test/java/book/twju/chapter_4/ThrowableCaptor.java
340 B
Code/Chapter 4/pom.xml
1.23 KB
Code/Chapter 5/src/main/java/book/twju/chapter_5/Timeline.java
3.27 KB
Code/Chapter 5/src/main/java/book/twju/chapter_5/ItemProvider.java
234 B
Code/Chapter 5/src/main/java/book/twju/chapter_5/SessionStorage.java
186 B
Code/Chapter 5/src/main/java/book/twju/chapter_5/Item.java
82 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/TimelineTest.java
7.63 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/Listing_1_MockitoRunner_TimelineTest.java
7.22 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/Listing_2_Parameterized_TimelineTest.java
3.06 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/Listing_3_JUnitParams_TimelineTest.java
2.63 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/Listing_4_Burst_TimelineTest.java
2.51 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/Executor.java
1.95 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/ItemProviderStub.java
1.41 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/FetchItemsEnum.java
1.33 KB
Code/Chapter 5/src/test/java/book/twju/chapter_5/Listing_3_JUnitParams_FetchItemsDataProvider.java
1019 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/Listing_2_Parameterized_FetchItemsDataProvider.java
844 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/FetchItemsData.java
758 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/AllUnitTestSuite.java
378 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/ExecutorSample.java
370 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/FakeItem.java
364 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/ThrowableCaptor.java
340 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/AllUnitTestCpSuite.java
315 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/Execute.java
301 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/AllTestSuite.java
263 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/FakeItems.java
236 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/UiITest.java
206 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/Integration.java
65 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/Acceptance.java
64 B
Code/Chapter 5/src/test/java/book/twju/chapter_5/Unit.java
56 B
Code/Chapter 5/pom.xml
1.75 KB
Code/Chapter 6/src/main/java/book/twju/chapter_6/FileSessionStorage.java
1.44 KB
Code/Chapter 6/src/main/java/book/twju/chapter_6/Memento.java
233 B
Code/Chapter 6/src/main/java/book/twju/chapter_6/SessionStorage.java
121 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ConditionalIgnoreRule.java
3.57 KB
Code/Chapter 6/src/test/java/book/twju/chapter_6/FileSessionStorageITest.java
2.4 KB
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyConfigurableStatement.java
822 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ProvideSystemInputExample.java
778 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ProvideSystemPropertyExample.java
636 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ServerIntegrationWithRuleChainTestSuite.java
555 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/CaptureSystemOutputExample.java
554 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ClearPropertiesExample.java
531 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ServerRule.java
458 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ServerIntegrationTestSuite.java
422 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyStatement.java
422 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyServerTest.java
412 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ConditionalIgnoreTest.java
388 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/AssumptionTest.java
367 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyConfigurableRule.java
360 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyConfigurableRuleTest.java
345 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/ThrowableCaptor.java
340 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyRuleConfiguration.java
339 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyRuleBasedOnExternalResource.java
328 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyRule.java
321 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyRuleBasedOnExternalResourceTest.java
316 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/NotRunningOnWindows.java
267 B
Code/Chapter 6/src/test/java/book/twju/chapter_6/MyRuleTest.java
247 B
Code/Chapter 6/pom.xml
1.58 KB
Code/Chapter 7/src/main/java/book/twju/chapter_7/FileSessionStorage.java
2.72 KB
Code/Chapter 7/src/main/java/book/twju/chapter_7/Memento.java
412 B
Code/Chapter 7/src/main/java/book/twju/chapter_7/ItemSerialization.java
142 B
Code/Chapter 7/src/main/java/book/twju/chapter_7/SessionStorage.java
121 B
Code/Chapter 7/src/main/java/book/twju/chapter_7/Item.java
82 B
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_3_Hamcrest_Matcher_FileSessionStorageITest.java
1.76 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_4_Hamcrest_MementoMatcher_Light_FileSessionStorageITest.java
1.7 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_4_Hamcrest_MementoMatcher_FileSessionStorageITest.java
1.69 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_1_JUnit_Assert_FileSessionStorageITest.java
1.54 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_6_AssertJ_Assertions_FileSessionStorageITest.java
1.47 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_7_AssertJ_MementoAssert_FileSessionStorageITest.java
1.44 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_7_AssertJ_MementoAssert.java
1.41 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_2_JUnit_MementoAssert_FileSessionStorageITest.java
1.39 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_4_Hamcrest_MementoMatcher.java
1.29 KB
Code/Chapter 7/src/test/java/book/twju/chapter_7/FakeItem.java
918 B
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_2_JUnit_MementoAssert.java
797 B
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_5_AssertJ_ThrowableAssert_Test.java
606 B
Code/Chapter 7/src/test/java/book/twju/chapter_7/FakeItems.java
534 B
Code/Chapter 7/src/test/java/book/twju/chapter_7/Listing_4_Hamcrest_MementoMatcher_Light.java
524 B
Code/Chapter 7/src/test/java/book/twju/chapter_7/FakeItemSerialization.java
369 B
Code/Chapter 7/pom.xml
1.37 KB
Code/Chapter 8/alltests/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/alltests/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/alltests/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/alltests/.settings/org.moreunit.prefs
67 B
Code/Chapter 8/alltests/src/test/java/book/twju/alltests/AllTestSuite.java
291 B
Code/Chapter 8/alltests/.classpath
1.91 KB
Code/Chapter 8/alltests/AllTestSuite.launch
1.59 KB
Code/Chapter 8/alltests/pom.xml
871 B
Code/Chapter 8/alltests/.project
560 B
Code/Chapter 8/build/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/build/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/build/.settings/org.eclipse.core.resources.prefs
57 B
Code/Chapter 8/build/pom.xml
5 KB
Code/Chapter 8/build/swt-pom.xml
2.02 KB
Code/Chapter 8/build/Timeline Build All.launch
1.19 KB
Code/Chapter 8/build/.project
557 B
Code/Chapter 8/build/.classpath
123 B
Code/Chapter 8/timeline/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline/.settings/org.moreunit.prefs
343 B
Code/Chapter 8/timeline/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/model/Timeline.java
3.98 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/model/Memento.java
1.91 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/model/Item.java
1.5 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/model/ItemProvider.java
242 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/model/ItemSerialization.java
159 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/model/SessionStorage.java
148 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/ItemUiMap.java
2.55 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/TopItemUpdater.java
1.59 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/ItemUiList.java
1.49 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/ItemViewer.java
1.09 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/FetchOperation.java
804 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/ItemViewerCompound.java
253 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/ItemUiFactory.java
185 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/AutoUpdate.java
159 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/TopItemScroller.java
156 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/ui/ItemUi.java
139 B
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/util/FileSessionStorage.java
4.02 KB
Code/Chapter 8/timeline/src/main/java/book/twju/timeline/util/FileStorageStructure.java
1.61 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/TimelineTest.java
7.57 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/MementoTest.java
3.85 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/FetchItemsData.java
3.6 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/ItemTest.java
2.26 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/ItemAssert.java
1.57 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/FakeItemProviderStub.java
1.52 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/MementoAssert.java
1.35 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/FakeItems.java
1.3 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/CompareItemData.java
838 B
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/FakeItemSerialization.java
534 B
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/model/FakeItem.java
285 B
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/ItemUiMapTest.java
5.79 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/ItemUiListTest.java
3.59 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/TopItemUpdaterTest.java
3.11 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/ItemViewerTest.java
2.83 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/FetchOperationTest.java
1.42 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/ItemViewerCompoundHelper.java
1.16 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/TestTopItemUpdater.java
891 B
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/ui/TestItemUiList.java
738 B
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/util/FileSessionStorageITest.java
4.81 KB
Code/Chapter 8/timeline/src/test/java/book/twju/timeline/util/FileStorageStructureITest.java
3.31 KB
Code/Chapter 8/timeline/pom.xml
1.08 KB
Code/Chapter 8/timeline/.classpath
1 KB
Code/Chapter 8/timeline/.project
560 B
Code/Chapter 8/timeline.provider/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.provider/.settings/org.moreunit.prefs
361 B
Code/Chapter 8/timeline.provider/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.provider/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.provider/src/main/java/book/twju/timeline/provider/git/GitItemProvider.java
5.28 KB
Code/Chapter 8/timeline.provider/src/main/java/book/twju/timeline/provider/git/GitItem.java
1.67 KB
Code/Chapter 8/timeline.provider/src/main/java/book/twju/timeline/provider/git/GitOperator.java
1.51 KB
Code/Chapter 8/timeline.provider/src/main/java/book/twju/timeline/provider/git/GitItemSerialization.java
1.2 KB
Code/Chapter 8/timeline.provider/src/test/java/book/twju/timeline/provider/git/GitItemProviderITest.java
8.95 KB
Code/Chapter 8/timeline.provider/src/test/java/book/twju/timeline/provider/git/GitOperatorITest.java
3.09 KB
Code/Chapter 8/timeline.provider/src/test/java/book/twju/timeline/provider/git/GitItemTest.java
2.47 KB
Code/Chapter 8/timeline.provider/src/test/java/book/twju/timeline/provider/git/GitItemAssert.java
1.75 KB
Code/Chapter 8/timeline.provider/src/test/java/book/twju/timeline/provider/git/GitItemSerializationTest.java
1.55 KB
Code/Chapter 8/timeline.provider/pom.xml
1.07 KB
Code/Chapter 8/timeline.provider/.classpath
1 KB
Code/Chapter 8/timeline.provider/.project
569 B
Code/Chapter 8/timeline.swing/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.swing/.settings/org.moreunit.prefs
355 B
Code/Chapter 8/timeline.swing/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.swing/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingTopItemScroller.java
2.75 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/Header.java
2.67 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingItemUiList.java
2.15 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingTimelineCompound.java
1.98 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingTimeline.java
1.87 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingTopItemUpdater.java
1.78 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingItemViewerCompound.java
1.75 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingAutoUpdate.java
1.57 KB
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingItemUi.java
644 B
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/Resources.java
582 B
Code/Chapter 8/timeline.swing/src/main/java/book/twju/timeline/swing/SwingUiThreadDispatcher.java
547 B
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingTopItemUpdaterITest.java
4.42 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingTopItemScrollerITest.java
3.36 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/HeaderITest.java
3.32 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingTimelineCompoundTest.java
3.08 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingAutoUpdateITest.java
2.79 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingTimelineTest.java
2.38 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/TopItemTestHelper.java
2.1 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingItemViewerCompoundTest.java
1.98 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingItemUiListITest.java
1.58 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingTimelineCompoundHelper.java
1.34 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/SwingUiThreadDispatcherITest.java
1.2 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/FrameRule.java
1.06 KB
Code/Chapter 8/timeline.swing/src/test/java/book/twju/timeline/swing/ResourcesTest.java
1.03 KB
Code/Chapter 8/timeline.swing/pom.xml
1.08 KB
Code/Chapter 8/timeline.swing/.classpath
1 KB
Code/Chapter 8/timeline.swing/.project
566 B
Code/Chapter 8/timeline.swing.application/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.swing.application/.settings/org.moreunit.prefs
379 B
Code/Chapter 8/timeline.swing.application/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.swing.application/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.swing.application/src/main/java/book/twju/timeline/swing/application/itemui/git/GitItemUi.java
2.32 KB
Code/Chapter 8/timeline.swing.application/src/main/java/book/twju/timeline/swing/application/itemui/git/GitTimelineFactory.java
1.15 KB
Code/Chapter 8/timeline.swing.application/src/main/java/book/twju/timeline/swing/application/itemui/git/GitItemUiFactory.java
1.13 KB
Code/Chapter 8/timeline.swing.application/src/main/java/book/twju/timeline/swing/application/Application.java
1.55 KB
Code/Chapter 8/timeline.swing.application/src/test/java/book/twju/timeline/swing/application/itemui/git/GitTimelineFactoryITest.java
2.2 KB
Code/Chapter 8/timeline.swing.application/src/test/java/book/twju/timeline/swing/application/itemui/git/GitItemUiFactoryITest.java
2.14 KB
Code/Chapter 8/timeline.swing.application/src/test/java/book/twju/timeline/swing/application/itemui/git/GitItemUiITest.java
1.67 KB
Code/Chapter 8/timeline.swing.application/Swing Timeline.launch
1.12 KB
Code/Chapter 8/timeline.swing.application/pom.xml
1.07 KB
Code/Chapter 8/timeline.swing.application/.classpath
1 KB
Code/Chapter 8/timeline.swing.application/.project
578 B
Code/Chapter 8/timeline.swt/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.swt/.settings/org.moreunit.prefs
315 B
Code/Chapter 8/timeline.swt/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.swt/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/util/FormDatas.java
3.89 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/Header.java
3.32 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtItemUiList.java
2.99 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtTopItemScroller.java
2.67 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtTimeline.java
2.06 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtTimelineCompound.java
1.98 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtTopItemUpdater.java
1.77 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtItemViewerCompound.java
1.75 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtAutoUpdate.java
1.57 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/Resources.java
1.07 KB
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtUiThreadDispatcher.java
953 B
Code/Chapter 8/timeline.swt/src/main/java/book/twju/timeline/swt/SwtItemUi.java
249 B
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/util/FormDatasTest.java
6.62 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/util/FormDatasAssert.java
4.68 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtTopItemUpdaterITest.java
5.04 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/HeaderITest.java
3.67 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtTopItemScrollerITest.java
3.47 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtTimelineCompoundITest.java
3.25 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtAutoUpdateITest.java
3.15 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtUiThreadDispatcherITest.java
2.83 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtTimelineITest.java
2.67 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtItemViewerCompoundITest.java
2.11 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/ResourcesTest.java
2.1 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/TopItemTestHelper.java
2.01 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtItemUiListITest.java
1.91 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/SwtTimelineCompoundHelper.java
1.41 KB
Code/Chapter 8/timeline.swt/src/test/java/book/twju/timeline/swt/ShellHelper.java
297 B
Code/Chapter 8/timeline.swt/pom.xml
1.27 KB
Code/Chapter 8/timeline.swt/.classpath
1 KB
Code/Chapter 8/timeline.swt/.project
564 B
Code/Chapter 8/timeline.swt.application/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.swt.application/.settings/org.moreunit.prefs
339 B
Code/Chapter 8/timeline.swt.application/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.swt.application/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.swt.application/src/main/java/book/twju/timeline/swt/application/itemui/git/GitItemUi.java
2.99 KB
Code/Chapter 8/timeline.swt.application/src/main/java/book/twju/timeline/swt/application/itemui/git/GitTimelineFactory.java
1.21 KB
Code/Chapter 8/timeline.swt.application/src/main/java/book/twju/timeline/swt/application/itemui/git/GitItemUiFactory.java
996 B
Code/Chapter 8/timeline.swt.application/src/main/java/book/twju/timeline/swt/application/Application.java
1.58 KB
Code/Chapter 8/timeline.swt.application/src/test/java/book/twju/timeline/swt/application/itemui/git/GitItemUiTest.java
2.63 KB
Code/Chapter 8/timeline.swt.application/src/test/java/book/twju/timeline/swt/application/itemui/git/GitTimelineFactoryITest.java
2.41 KB
Code/Chapter 8/timeline.swt.application/src/test/java/book/twju/timeline/swt/application/itemui/git/GitItemUiFactoryITest.java
2.31 KB
Code/Chapter 8/timeline.swt.application/pom.xml
1.25 KB
Code/Chapter 8/timeline.swt.application/SWT Timeline.launch
1.11 KB
Code/Chapter 8/timeline.swt.application/.classpath
1 KB
Code/Chapter 8/timeline.swt.application/.project
576 B
Code/Chapter 8/timeline.swt.test.util/.settings/org.moreunit.prefs
312 B
Code/Chapter 8/timeline.swt.test.util/.settings/org.eclipse.jdt.core.prefs
243 B
Code/Chapter 8/timeline.swt.test.util/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.swt.test.util/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.swt.test.util/src/main/java/book/twju/timeline/swt/test/util/SwtEventHelper.java
3.26 KB
Code/Chapter 8/timeline.swt.test.util/src/main/java/book/twju/timeline/swt/test/util/DisplayHelper.java
2.79 KB
Code/Chapter 8/timeline.swt.test.util/src/main/java/book/twju/timeline/swt/test/util/EventQueueHelper.java
780 B
Code/Chapter 8/timeline.swt.test.util/src/test/java/book/twju/timeline/swt/test/util/SwtEventHelperTest.java
7.73 KB
Code/Chapter 8/timeline.swt.test.util/src/test/java/book/twju/timeline/swt/test/util/DisplayHelperTest.java
3.6 KB
Code/Chapter 8/timeline.swt.test.util/.classpath
1 KB
Code/Chapter 8/timeline.swt.test.util/pom.xml
930 B
Code/Chapter 8/timeline.swt.test.util/.project
574 B
Code/Chapter 8/timeline.tabris/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.tabris/.settings/org.moreunit.prefs
357 B
Code/Chapter 8/timeline.tabris/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.tabris/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.tabris/src/main/java/book/twju/timeline/tabris/StorageDirectoryProvider.java
2.3 KB
Code/Chapter 8/timeline.tabris/src/main/java/book/twju/timeline/tabris/TimelineEntryPoint.java
1.68 KB
Code/Chapter 8/timeline.tabris/src/main/java/book/twju/timeline/tabris/Configuration.java
481 B
Code/Chapter 8/timeline.tabris/src/main/webapp/WEB-INF/web.xml
866 B
Code/Chapter 8/timeline.tabris/src/test/java/book/twju/timeline/tabris/StorageDirectoryProviderITest.java
4.35 KB
Code/Chapter 8/timeline.tabris/pom.xml
2.51 KB
Code/Chapter 8/timeline.tabris/Tabris Timeline.launch
1.92 KB
Code/Chapter 8/timeline.tabris/.classpath
1 KB
Code/Chapter 8/timeline.tabris/.project
567 B
Code/Chapter 8/timeline.test.util/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.test.util/.settings/org.moreunit.prefs
363 B
Code/Chapter 8/timeline.test.util/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.test.util/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/EqualsTester.java
12.68 KB
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/ConditionalIgnoreRule.java
3.58 KB
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/GitRepository.java
1.59 KB
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/GitRule.java
1.2 KB
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/FileHelper.java
626 B
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/ThrowableCaptor.java
348 B
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/NotRunningOnWindows.java
292 B
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/ThreadHelper.java
289 B
Code/Chapter 8/timeline.test.util/src/main/java/book/twju/timeline/test/util/GitOperationException.java
237 B
Code/Chapter 8/timeline.test.util/src/test/java/book/twju/timeline/test/util/ThrowableCaptorTest.java
954 B
Code/Chapter 8/timeline.test.util/.classpath
1 KB
Code/Chapter 8/timeline.test.util/pom.xml
878 B
Code/Chapter 8/timeline.test.util/.project
570 B
Code/Chapter 8/timeline.util/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.util/.settings/org.moreunit.prefs
353 B
Code/Chapter 8/timeline.util/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.util/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.util/src/main/java/book/twju/timeline/util/BackgroundProcessor.java
1.47 KB
Code/Chapter 8/timeline.util/src/main/java/book/twju/timeline/util/Exceptions.java
1.35 KB
Code/Chapter 8/timeline.util/src/main/java/book/twju/timeline/util/Assertion.java
1.04 KB
Code/Chapter 8/timeline.util/src/main/java/book/twju/timeline/util/Iterables.java
583 B
Code/Chapter 8/timeline.util/src/main/java/book/twju/timeline/util/NiceTime.java
364 B
Code/Chapter 8/timeline.util/src/main/java/book/twju/timeline/util/UiThreadDispatcher.java
115 B
Code/Chapter 8/timeline.util/src/test/java/book/twju/timeline/util/AssertionTest.java
2.77 KB
Code/Chapter 8/timeline.util/src/test/java/book/twju/timeline/util/BackgroundProcessorITest.java
2.31 KB
Code/Chapter 8/timeline.util/src/test/java/book/twju/timeline/util/ExceptionsTest.java
1.96 KB
Code/Chapter 8/timeline.util/src/test/java/book/twju/timeline/util/IterablesTest.java
922 B
Code/Chapter 8/timeline.util/src/test/java/book/twju/timeline/util/NiceTimeTest.java
873 B
Code/Chapter 8/timeline.util/.classpath
1 KB
Code/Chapter 8/timeline.util/pom.xml
939 B
Code/Chapter 8/timeline.util/.project
565 B
Code/Chapter 8/timeline.util.test.util/.settings/org.eclipse.jdt.core.prefs
430 B
Code/Chapter 8/timeline.util.test.util/.settings/org.eclipse.core.resources.prefs
119 B
Code/Chapter 8/timeline.util.test.util/.settings/org.eclipse.m2e.core.prefs
90 B
Code/Chapter 8/timeline.util.test.util/src/main/java/book/twju/timeline/util/test/util/BackgroundThreadHelper.java
1.21 KB
Code/Chapter 8/timeline.util.test.util/.classpath
1 KB
Code/Chapter 8/timeline.util.test.util/pom.xml
890 B
Code/Chapter 8/timeline.util.test.util/.project
575 B
Frank Appel - Testing with JUnit - 2015.epub
3.91 MB
Frank Appel - Testing with JUnit - 2015.pdf
2.43 MB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。