package org.glavo.javah; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; public class RegexTests { @Test void testSimpleNamePattern() { String[] names = { "A", "a", "ABC", "AbC", "类名称", "_(*)", "a b c $ d ,", "", "" }; String[] wrongNames = { "", "A.B", "[A", "A;B", "A/B", "<", "b