You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disposables can be monadically combined, letting a series of non-recursive expressions producing disposables be joined into one compound disposable. This should make it possible to do something like this:
And then, filesystem-fixture should be a fixture containing a struct named "filesystem", with dir1, file1, and file2 fields. Helper functions should be generated for accessing the current values of the fields in terms of the current value of the fixture. A test using filesystem might look like this:
Disposables can be monadically combined, letting a series of non-recursive expressions producing disposables be joined into one compound disposable. This should make it possible to do something like this:
And then,
filesystem-fixture
should be a fixture containing a struct named "filesystem", withdir1
,file1
, andfile2
fields. Helper functions should be generated for accessing the current values of the fields in terms of the current value of the fixture. A test usingfilesystem
might look like this:The text was updated successfully, but these errors were encountered: