public abstract class FsTestOp extends Object implements TestOp
Constructor and Description |
---|
FsTestOp() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Clients clients)
Applies the test operation.
|
protected abstract void |
apply(FileSystem fs) |
void |
check(Clients clients)
Verifies the result of the test operation.
|
protected abstract void |
check(FileSystem fs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsVersion
public void apply(Clients clients) throws Exception
TestOp
protected abstract void apply(FileSystem fs) throws Exception
Exception
public void check(Clients clients) throws Exception
TestOp
protected abstract void check(FileSystem fs) throws Exception
Exception
Copyright © 2023. All Rights Reserved.