package com.oying.modules.message.rest; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class MessageSystemControllerTest { @Test void insertMessageSystem() { } }