Package tigase.tests.dao
Interface ReportsDao
- All Known Implementing Classes:
DirectoryReportsDao
public interface ReportsDao
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidstoreAsset(String assetPath, String mime, InputStream inputStream) voidwriteIndexFile(Consumer<Writer> consumer)
-
Field Details
-
TEST_RESULTS_PATH
- See Also:
-
-
Method Details
-
getTestTypes
List<ReportsDao.TestType> getTestTypes() -
getAllDatabases
-
writeIndexFile
-
storeAsset
- Throws:
IOException
-