1 package junitparams.usage.person_example;
2 
3 public enum PersonType {
4     SOME_VALUE, OTHER_VALUE
5 }
6