Skip to content

Update dependency io.mockative:mockative-processor to v3 #144

Update dependency io.mockative:mockative-processor to v3

Update dependency io.mockative:mockative-processor to v3 #144

Triggered via pull request January 12, 2025 21:46
Status Failure
Total duration 3m 41s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
DerivationTest.should pass data map to derivatives: tila-core/src/commonTest/kotlin/com/github/pmpuro/tila/DerivationTest.kt#L73
io.mockative.NoSuchMockException: A mock for the type ApplyDerivative was not generated. Make sure the property holding the mock is annotated with @mock: @mock private val myMock = mock(classOf<ApplyDerivative>())
DerivationTest.should be able to deregister a derivative: tila-core/src/commonTest/kotlin/com/github/pmpuro/tila/DerivationTest.kt#L73
io.mockative.NoSuchMockException: A mock for the type ApplyDerivative was not generated. Make sure the property holding the mock is annotated with @mock: @mock private val myMock = mock(classOf<ApplyDerivative>())
DerivationTest.should call registered derivative: tila-core/src/commonTest/kotlin/com/github/pmpuro/tila/DerivationTest.kt#L73
io.mockative.NoSuchMockException: A mock for the type ApplyDerivative was not generated. Make sure the property holding the mock is annotated with @mock: @mock private val myMock = mock(classOf<ApplyDerivative>())
EventLoopTest.should send an event: tila-core/src/commonTest/kotlin/com/github/pmpuro/tila/EventLoopTest.kt#L93
io.mockative.NoSuchMockException: A mock for the type ApplyEventHandler was not generated. Make sure the property holding the mock is annotated with @mock: @mock private val myMock = mock(classOf<ApplyEventHandler>())
EventLoopTest.should be able to register an event handler: tila-core/src/commonTest/kotlin/com/github/pmpuro/tila/EventLoopTest.kt#L93
io.mockative.NoSuchMockException: A mock for the type ApplyEventHandler was not generated. Make sure the property holding the mock is annotated with @mock: @mock private val myMock = mock(classOf<ApplyEventHandler>())
EventLoopTest.should apply event handler: tila-core/src/commonTest/kotlin/com/github/pmpuro/tila/EventLoopTest.kt#L93
io.mockative.NoSuchMockException: A mock for the type ApplyEventHandler was not generated. Make sure the property holding the mock is annotated with @mock: @mock private val myMock = mock(classOf<ApplyEventHandler>())
EventLoopTest.should be able to deregister an event handler: tila-core/src/commonTest/kotlin/com/github/pmpuro/tila/EventLoopTest.kt#L93
io.mockative.NoSuchMockException: A mock for the type ApplyEventHandler was not generated. Make sure the property holding the mock is annotated with @mock: @mock private val myMock = mock(classOf<ApplyEventHandler>())
build
Process completed with exit code 1.