init: 仓库初始化.
This commit is contained in:
20
src/test/java/com/serliunx/statemanagement/ManagerTest.java
Normal file
20
src/test/java/com/serliunx/statemanagement/ManagerTest.java
Normal file
@@ -0,0 +1,20 @@
|
||||
package com.serliunx.statemanagement;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* 状态管理器测试
|
||||
*
|
||||
* @author <a href="mailto:serliunx@yeah.net">SerLiunx</a>
|
||||
* @version 1.0.0
|
||||
* @since 2024/12/28
|
||||
*/
|
||||
@Slf4j
|
||||
public class ManagerTest {
|
||||
|
||||
@Test
|
||||
public void testUnidirectionalStateManager() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user