Skip to content

Conversation

@ascopes
Copy link
Owner

@ascopes ascopes commented Feb 18, 2023

Replace all usages of GenericMock with Mockito.mock(T...) and co. Fixes #308.

Replace all usages of GenericMock with Mockito.<T>mock(T...) and co.
Fixes #308.
@ascopes ascopes added housekeeping testing Improvements to test packs labels Feb 18, 2023
@ascopes ascopes self-assigned this Feb 18, 2023
@github-actions
Copy link

Test Results

  1 604 files  ±0    1 604 suites  ±0   0s ⏱️ ±0s
23 016 tests ±0  23 003 ✔️ ±0  13 💤 ±0  0 ±0 
23 280 runs  ±0  23 267 ✔️ ±0  13 💤 ±0  0 ±0 

Results for commit 4169022. ± Comparison against base commit 7248f6f.

@codecov-commenter
Copy link

Codecov Report

Merging #341 (4169022) into main (7248f6f) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #341   +/-   ##
=======================================
  Coverage   78.64%   78.64%           
=======================================
  Files          91       91           
  Lines        2786     2786           
  Branches      231      231           
=======================================
  Hits         2191     2191           
  Misses        536      536           
  Partials       59       59           
Impacted Files Coverage Δ
...hub/ascopes/jct/compilers/AbstractJctCompiler.java 100.00% <ø> (ø)
...ascopes/jct/compilers/impl/JctCompilationImpl.java 100.00% <ø> (ø)
...opes/jct/compilers/javac/JavacJctCompilerImpl.java 100.00% <ø> (ø)
...scopes/jct/repr/TraceDiagnosticRepresentation.java 100.00% <ø> (ø)
...ava/io/github/ascopes/jct/utils/IterableUtils.java 100.00% <ø> (ø)
...rc/main/java/io/github/ascopes/jct/utils/Lazy.java 100.00% <ø> (ø)

@ascopes ascopes merged commit fcb1a21 into main Feb 18, 2023
@ascopes ascopes deleted the task/308-remove-generic-mock branch February 18, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Improvements to test packs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove GenericMock

2 participants