15 lines
334 B
Java
15 lines
334 B
Java
package lightcontainer.protocol.rules.writer;
|
|
|
|
import lightcontainer.protocol.ProtocolWriter;
|
|
import lightcontainer.protocol.rules.reader.SignoutRule;
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
import static org.junit.jupiter.api.Assertions.*;
|
|
|
|
class SignoutRuleTest {
|
|
|
|
@Test
|
|
public void whenRuleIsRightThenReturnCommand() {
|
|
}
|
|
|
|
} |