Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0ecb1f4
Bump versions.
yuri-sergiichuk Dec 4, 2020
9d512f4
Update `config`.
yuri-sergiichuk Dec 4, 2020
9b594de
Reformat as per the new config.
yuri-sergiichuk Dec 4, 2020
800cd5d
Use new Gradle `compileOnlyApi` configuration.
yuri-sergiichuk Dec 4, 2020
9179bb8
Drop hamcrest usage.
yuri-sergiichuk Dec 4, 2020
e09f82e
Add extendable mocked servlet primitives.
yuri-sergiichuk Dec 4, 2020
5a74370
Convert to interfaces.
yuri-sergiichuk Dec 4, 2020
a31f91f
Introduce fixed content request and response.
yuri-sergiichuk Dec 4, 2020
8a3b8aa
Use servlet constant.
yuri-sergiichuk Dec 4, 2020
b139246
Use UTF8 as the default charset.
yuri-sergiichuk Dec 4, 2020
8ef15dd
Introduce a `SettableResponse` that allows verifying particular inter…
yuri-sergiichuk Dec 4, 2020
c8d92e4
Migrate from `mockito` to mocked response/request implementations
yuri-sergiichuk Dec 4, 2020
5c7c5a0
Avoid Mockito usage.
yuri-sergiichuk Dec 4, 2020
d5b5cc9
Rename `TestFirebaseClient` into `MemoizedFirebase` and improve its API.
yuri-sergiichuk Dec 4, 2020
bffdbc1
Drop Mockito usage.
yuri-sergiichuk Dec 7, 2020
a55f782
Eliminate Mockito usage.
yuri-sergiichuk Dec 7, 2020
d2fb8ec
The final Mockito-less step.
yuri-sergiichuk Dec 7, 2020
2c67705
Suppress PMD warnings.
yuri-sergiichuk Dec 7, 2020
ae9f283
Update JS versions.
yuri-sergiichuk Dec 7, 2020
5be0cee
Update reports.
yuri-sergiichuk Dec 7, 2020
c3eb6a6
Expose `web` to the users.
yuri-sergiichuk Dec 7, 2020
f57813e
Drop `InMemFirebaseClient` in favor of `MemoizedFirebase`.
yuri-sergiichuk Dec 7, 2020
b93209b
Improve formatting.
yuri-sergiichuk Dec 7, 2020
5db8ff6
Add missing docs.
yuri-sergiichuk Dec 7, 2020
7e6bf4c
Do not use Guava to create `ArrayList`.
yuri-sergiichuk Dec 7, 2020
4b9deea
Add missing backticks and improve annotations ordering.
yuri-sergiichuk Dec 7, 2020
2461863
Improve usage.
yuri-sergiichuk Dec 7, 2020
5bb44f9
The optional should be `empty`.
yuri-sergiichuk Dec 7, 2020
065ffd0
Update report time.
yuri-sergiichuk Dec 7, 2020
ac73924
Add tests for test utilities.
yuri-sergiichuk Dec 7, 2020
e691bc1
Rename `SettableResponse` to `MemoizingResponse`.
yuri-sergiichuk Dec 7, 2020
04a5b7c
Rename `MemoizedFirebase` to `MemoizingFirebase`.
yuri-sergiichuk Dec 7, 2020
8aeb29b
Remove trailing dot.
yuri-sergiichuk Dec 7, 2020
9548544
Capitalize.
yuri-sergiichuk Dec 7, 2020
3a8d4a8
Rename `FixedContent` to `Known` servlet mocks.
yuri-sergiichuk Dec 7, 2020
5504b1d
Improve naming and docs.
yuri-sergiichuk Dec 7, 2020
3568283
Cleanup the doc.
yuri-sergiichuk Dec 7, 2020
446bdbb
Do not use `we` in the docs
yuri-sergiichuk Dec 7, 2020
38b734a
Improve formatting.
yuri-sergiichuk Dec 7, 2020
ad9b1ea
Wrap `path` into `{@code }`.
yuri-sergiichuk Dec 7, 2020
7d30d92
Do not use `@Immutable annotation`.
yuri-sergiichuk Dec 7, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 5 additions & 28 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 18 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading