Package br.com.six2six.fixturefactory.function.impl

Examples of br.com.six2six.fixturefactory.function.impl.EnumFunction


public class EnumFunctionTest {
 
  @Test
  public void shouldGenerateRandomEnumValues() {
    List<UserType> userTypes = new EnumFunction(UserType.class, 2).generateValue();
   
    assertEquals(2, userTypes.size());
  }
View Full Code Here

TOP

Related Classes of br.com.six2six.fixturefactory.function.impl.EnumFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.