Skip to content

build: release

build: release #19

GitHub Actions / Test Results succeeded Jan 31, 2024 in 0s

All 13 tests pass in 0s

13 tests  +13   13 ✔️ +13   0s ⏱️ ±0s
  3 suites +  3     0 💤 ±  0 
  3 files   +  3     0 ±  0 

Results for commit 9148b2e. ± Comparison against earlier commit 028c4da.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

13 tests found

There are 13 tests, see "Raw output" for the full list of tests.
Raw output
org.incendo.state.AbstractStatefulTest ‑ AsImmutable_StateIsUpdated_UpdateReflected()
org.incendo.state.AbstractStatefulTest ‑ ExpectState_HappyFlow_Success()
org.incendo.state.AbstractStatefulTest ‑ ExpectState_UnexpectedState_ThrowsException()
org.incendo.state.AbstractStatefulTest ‑ TransitionTo_HappyFlow_Success()
org.incendo.state.AbstractStatefulTest ‑ TransitionTo_IllegalTransition_ThrowsException()
org.incendo.state.AbstractStatefulTest ‑ Transition_HappyFlow_Success()
org.incendo.state.AbstractStatefulTest ‑ Transition_UnexpectedState_ThrowsException()
org.incendo.state.IntegrationTest ‑ test()
org.incendo.state.StatesImplTest ‑ Contains_ContainsState_ReturnsTrue()
org.incendo.state.StatesImplTest ‑ Contains_DoesNotContainState_ReturnsFalse()
org.incendo.state.StatesImplTest ‑ Empty_EmptyStates_ReturnsTrue()
org.incendo.state.StatesImplTest ‑ Empty_NonEmptyStates_ReturnsFalse()
org.incendo.state.StatesImplTest ‑ WithState_HappyFlow_Success()