Package com.linkedin.venice.utils
Class VeniceEnumValueTest<T extends VeniceEnumValue>
java.lang.Object
com.linkedin.venice.utils.VeniceEnumValueTest<T>
- Type Parameters:
T
- the enum class under test
Abstract class which makes it as easy as possible to generically test all the assumptions for enums which implement
the
VeniceEnumValue
interface. Subclasses only need to implement the constructor and the abstract function.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VeniceEnumValueTest
-
-
Method Details
-
expectedMapping
-
test
public void test()
-