package org.nutz.lang.random;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({ArrayRandomTest.class,
EnumRandomTest.class,
StringGeneratorTest.class,
RTest.class})
public class AllRandom {}