资源详情

返回首页 | 相关搜索
Kotlin Unit Testing with JUnit
大小 594.71 MB
文件数 89
Info Hash: 5F81DAC60989510CDA385712ABACAED381AA176B
收录时间 2025-12-27 15:16:13
更新时间 2025-12-28 14:39:01
文件列表 (89)
kotlin-unit-testing-junit.zip
50.81 MB
00. Course Overview/00. Course Overview.mp4
4.23 MB
00. Course Overview/00. Course Overview.srt
2.32 KB
01. Writing Your First Test/00. Introduction.mp4
5.38 MB
01. Writing Your First Test/00. Introduction.srt
3.74 KB
01. Writing Your First Test/01. Testing And JUnit.mp4
17.89 MB
01. Writing Your First Test/01. Testing And JUnit.srt
14.22 KB
01. Writing Your First Test/02. Using Intellij Idea.mp4
4.06 MB
01. Writing Your First Test/02. Using Intellij Idea.srt
3.36 KB
01. Writing Your First Test/03. Gradle Setup.mp4
5.74 MB
01. Writing Your First Test/03. Gradle Setup.srt
3.8 KB
01. Writing Your First Test/04. Setting Up The Environment.mp4
10.06 MB
01. Writing Your First Test/04. Setting Up The Environment.srt
5.33 KB
01. Writing Your First Test/05. Our First Tests.mp4
19.12 MB
01. Writing Your First Test/05. Our First Tests.srt
10.94 KB
01. Writing Your First Test/06. Summary.mp4
5.98 MB
01. Writing Your First Test/06. Summary.srt
4.99 KB
02. Writing Better Tests with JUnit 5 and Kotlin/00. Introduction.mp4
11.77 MB
02. Writing Better Tests with JUnit 5 and Kotlin/00. Introduction.srt
10.18 KB
02. Writing Better Tests with JUnit 5 and Kotlin/01. First Tests.mp4
22.08 MB
02. Writing Better Tests with JUnit 5 and Kotlin/01. First Tests.srt
10.79 KB
02. Writing Better Tests with JUnit 5 and Kotlin/02. Test Lifecycle.mp4
11.81 MB
02. Writing Better Tests with JUnit 5 and Kotlin/02. Test Lifecycle.srt
5.99 KB
02. Writing Better Tests with JUnit 5 and Kotlin/03. Testing Exceptions.mp4
15.1 MB
02. Writing Better Tests with JUnit 5 and Kotlin/03. Testing Exceptions.srt
7.28 KB
02. Writing Better Tests with JUnit 5 and Kotlin/04. Naming Tests.mp4
3.56 MB
02. Writing Better Tests with JUnit 5 and Kotlin/04. Naming Tests.srt
1.36 KB
02. Writing Better Tests with JUnit 5 and Kotlin/05. Nested Classes.mp4
3.36 MB
02. Writing Better Tests with JUnit 5 and Kotlin/05. Nested Classes.srt
2.83 KB
02. Writing Better Tests with JUnit 5 and Kotlin/06. Using Nested Classes.mp4
8.24 MB
02. Writing Better Tests with JUnit 5 and Kotlin/06. Using Nested Classes.srt
2.89 KB
02. Writing Better Tests with JUnit 5 and Kotlin/07. Summary.mp4
3.69 MB
02. Writing Better Tests with JUnit 5 and Kotlin/07. Summary.srt
2.77 KB
03. Parameterized Tests/00. Introduction.mp4
11.87 MB
03. Parameterized Tests/00. Introduction.srt
9.8 KB
03. Parameterized Tests/01. Value And Empty Sources.mp4
11.47 MB
03. Parameterized Tests/01. Value And Empty Sources.srt
4.71 KB
03. Parameterized Tests/02. Csv Sources.mp4
8.81 MB
03. Parameterized Tests/02. Csv Sources.srt
6.95 KB
03. Parameterized Tests/03. Csv Sources Demonstration.mp4
15.68 MB
03. Parameterized Tests/03. Csv Sources Demonstration.srt
7.66 KB
03. Parameterized Tests/04. Arguments Source.mp4
24.39 MB
03. Parameterized Tests/04. Arguments Source.srt
10.93 KB
03. Parameterized Tests/05. Method Source And Test Lifecycle.mp4
13.76 MB
03. Parameterized Tests/05. Method Source And Test Lifecycle.srt
10.17 KB
03. Parameterized Tests/06. Test Lifecycle Demonstration.mp4
12.64 MB
03. Parameterized Tests/06. Test Lifecycle Demonstration.srt
5.28 KB
03. Parameterized Tests/07. Using Method Source.mp4
10.17 MB
03. Parameterized Tests/07. Using Method Source.srt
4.83 KB
03. Parameterized Tests/08. Summary.mp4
3.53 MB
03. Parameterized Tests/08. Summary.srt
2.71 KB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/00. Fluent Assertions.mp4
7.76 MB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/00. Fluent Assertions.srt
6.93 KB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/01. Using Fluent Assertions.mp4
10.9 MB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/01. Using Fluent Assertions.srt
4.61 KB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/02. Testing Collections.mp4
15.24 MB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/02. Testing Collections.srt
8.44 KB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/03. Testing Exceptions.mp4
9.04 MB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/03. Testing Exceptions.srt
3.25 KB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/04. Summary.mp4
2.44 MB
04. Writing Fluent Assertions with the Kluent Library in Kotlin/04. Summary.srt
1.86 KB
05. Writing Mocks with MockK/00. Introduction.mp4
16.77 MB
05. Writing Mocks with MockK/00. Introduction.srt
13.18 KB
05. Writing Mocks with MockK/01. Setting Up Mocks.mp4
41.94 MB
05. Writing Mocks with MockK/01. Setting Up Mocks.srt
13.59 KB
05. Writing Mocks with MockK/02. Ignoring And Verifying Mocks.mp4
17.02 MB
05. Writing Mocks with MockK/02. Ignoring And Verifying Mocks.srt
4.92 KB
05. Writing Mocks with MockK/03. Mockk Annotations.mp4
17.33 MB
05. Writing Mocks with MockK/03. Mockk Annotations.srt
4.41 KB
05. Writing Mocks with MockK/04. Summary.mp4
3.88 MB
05. Writing Mocks with MockK/04. Summary.srt
2.59 KB
06. Testing Hard to Test Things/00. Introduction.mp4
7.71 MB
06. Testing Hard to Test Things/00. Introduction.srt
6.39 KB
06. Testing Hard to Test Things/01. Primitive Obsession.mp4
17.94 MB
06. Testing Hard to Test Things/01. Primitive Obsession.srt
7.91 KB
06. Testing Hard to Test Things/02. Testing Dates.mp4
34.7 MB
06. Testing Hard to Test Things/02. Testing Dates.srt
11.82 KB
06. Testing Hard to Test Things/03. Introduction To Testing Static Code.mp4
10.35 MB
06. Testing Hard to Test Things/03. Introduction To Testing Static Code.srt
5.39 KB
06. Testing Hard to Test Things/04. Mocking The Configuration Manager.mp4
13.69 MB
06. Testing Hard to Test Things/04. Mocking The Configuration Manager.srt
5.12 KB
06. Testing Hard to Test Things/05. Testing Internal Functions.mp4
13.8 MB
06. Testing Hard to Test Things/05. Testing Internal Functions.srt
6.03 KB
06. Testing Hard to Test Things/06. Using Facades To Replace Static Calls.mp4
23.35 MB
06. Testing Hard to Test Things/06. Using Facades To Replace Static Calls.srt
7.29 KB
06. Testing Hard to Test Things/07. Testing Our Facades And Static Calls.mp4
12.94 MB
06. Testing Hard to Test Things/07. Testing Our Facades And Static Calls.srt
3.99 KB
06. Testing Hard to Test Things/08. Summary.mp4
2.45 MB
06. Testing Hard to Test Things/08. Summary.srt
1.93 KB

免责声明

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