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