Uses of Class
de.isas.mztab2.test.utils.ClassPathFile
-
Packages that use ClassPathFile Package Description de.isas.mztab2.test.utils This package contains custom JUnit Rules for extraction of class path resource files and additional logging for testing. -
-
Uses of ClassPathFile in de.isas.mztab2.test.utils
Methods in de.isas.mztab2.test.utils that return ClassPathFile Modifier and Type Method Description static ClassPathFile
ClassPathFile. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClassPathFile[]
ClassPathFile. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.isas.mztab2.test.utils with parameters of type ClassPathFile Constructor Description ExtractClassPathFiles(ClassPathFile... classPathFiles)
Constructor for ExtractClassPathFiles.ExtractClassPathFiles(org.junit.rules.TemporaryFolder tf, ClassPathFile... classPathFiles)
Constructor for ExtractClassPathFiles.
-