CS计算机代考程序代写 junit package utils;

package utils;

import static org.junit.Assert.*;

import org.junit.Test;

/**
* TODO: write a minimum number of JUnit test cases (assertEquals) for
* {@code MyStringUtil.isMixedCase} that is branch complete.
*/
public class MyStringUtilTest {

@Test
public void test() {

}
}