test: Add unit test for reading exit status from a non-existent file with fallback

- Introduced a new test case in VRunnerTest to verify that the fallback value is used when the exit status file does not exist.
This commit is contained in:
Ivan Karlo
2026-05-01 15:26:50 +03:00
parent 91bb4c2ed2
commit c280f2be89
@@ -109,6 +109,9 @@ class VRunnerTest {
// then
assertThat(result).isEqualTo(command);
}
@Test
void readExitStatusFromFile_does_not_exist_uses_provided_fallback() {
// given