mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
chore(test): remove unused non-null test for ActionScheduler
This commit is contained in:
@@ -102,15 +102,6 @@ class ActionSchedulerTest {
|
|||||||
readlnOrNull()
|
readlnOrNull()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
fun `execute with null input should return null and no side effects`() {
|
|
||||||
// 场景编号:1;路径:B1;目的:验证正常早退
|
|
||||||
val result = actionScheduler.schedule(null)
|
|
||||||
|
|
||||||
assertEquals(null, result)
|
|
||||||
verify(actionCapability, Mockito.never()).putAction(any(ExecutableAction::class.java))
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `execute should put action and schedule valid ONCE prepare action`() {
|
fun `execute should put action and schedule valid ONCE prepare action`() {
|
||||||
// 场景编号:2;路径:B2 → B2.3;目的:验证正常入轮与副作用
|
// 场景编号:2;路径:B2 → B2.3;目的:验证正常入轮与副作用
|
||||||
|
|||||||
Reference in New Issue
Block a user