Uses of Class
guru.mikelue.jdut.annotation.IfDatabaseVendor
-
Packages that use IfDatabaseVendor Package Description guru.mikelue.jdut.annotation Defines annotations could be used to integrate testing framework. -
-
Uses of IfDatabaseVendor in guru.mikelue.jdut.annotation
Methods in guru.mikelue.jdut.annotation with parameters of type IfDatabaseVendor Modifier and Type Method Description static boolean
AnnotationUtil. matchDatabaseVendor(DatabaseVendor vendor, IfDatabaseVendor annotationValue)
Checks whether or not the vendor of database match the value of annotation.
If vendor parameter is null, the result would be true.
-