7 lines
679 B
Plaintext
7 lines
679 B
Plaintext
# FirstTest; IfFileExists testdata/log.txt, IsFileExists testdata/second.log, IsFileExists testdata/third.log; LoggMessage Alles OK; LoggMessage Nicht Ok
|
|
# MoveTest; IfFileExists testdata/log.txt; Move emptydir; LoggMessage Somthing went wrong
|
|
# MoveAllFiles; IsDirectoryEmpty testdata; LoggMessage Nop; Copy emptydir
|
|
# RemoveTest; IfFileExists testdata/third.log; Remove; LoggMessage Not Removed
|
|
# RemoveFilesDirectoryTest; IfDirectoryEmpty test; Stub; Remove
|
|
CreationTimeTest; IfDirectoryNotEmpty testdata, GetCreationTime; LoggMessage Creation Time; Stub
|
|
IfCreationTimeTest; IfDirectoryNotEmpty testdata, IfCreationTime > 2023.08.15 20:09:39; LoggMessage IfCreation Time; Stub |