自动化立体仓库 - WMS系统
zwl
4 天以前 cac27c083bacfcb1fe602d722729676f87ee7023
src/test/java/com/zy/asrs/task/support/OutboundBatchSeqReleaseGuardTest.java
@@ -92,6 +92,15 @@
    }
    @Test
    void treatsStationOutCompleteStatusAsReleased() {
        when(wrkMastService.selectList(any())).thenReturn(Arrays.asList(
                wrkMast("1", 26L),
                wrkMast("2", 11L)));
        assertNull(guard.validateReady("ORD1", "2"));
    }
    @Test
    void firstBatchSeqIsNotBlockedByThreshold() throws Exception {
        setThreshold("1");
        when(wrkMastService.selectList(any())).thenReturn(Collections.singletonList(wrkMast("1", 25L)));