Searched refs:ExpectNotification (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp641 void ExpectNotification(const MonitoringInfo& info, bool expected = true) function in struct:Test
854 ExpectNotification(CreateFile("base/file1"),
856 ExpectNotification(MoveEntry("base/file1", "base/file2"),
858 ExpectNotification(RemoveEntry("base/file2"),
863 ExpectNotification(CreateDirectory("base/dir2"),
865 ExpectNotification(MoveEntry("base/dir2", "base/dir3"),
867 ExpectNotification(RemoveEntry("base/dir3"),
872 ExpectNotification(CreateFile("base/dir1/file1"),
874 ExpectNotification(MoveEntry("base/dir1/file1", "base/dir1/file2"),
876 ExpectNotification(RemoveEntr
[all...]

Completed in 26 milliseconds